New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 1725 for trunk/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2009-11-12T16:04:08+01:00 (14 years ago)
Author:
smasson
Message:

control xml attributes from NEMO, see ticket:597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/step.F90

    r1662 r1725  
    168168!      IF (lwp) Write(*,*) 'Grid Number',Agrif_Fixed(),' time step ',kstp 
    169169#endif    
    170       indic = 1                    ! reset to no error condition 
    171  
    172       CALL day( kstp )             ! Calendar 
    173  
    174       CALL iom_setkt( kstp )       ! say to iom that we are at time step kstp 
     170      indic = 1                                       ! reset to no error condition 
     171 
     172      IF( kstp /= nit000 )   CALL day( kstp )         ! Calendar (day was already called at nit000 in day_init) 
     173 
     174      CALL iom_setkt( kstp )                          ! say to iom that we are at time step kstp 
    175175       
    176       CALL rst_opn( kstp )         ! Open the restart file 
     176      CALL rst_opn( kstp )                            ! Open the restart file 
    177177 
    178178      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
Note: See TracChangeset for help on using the changeset viewer.