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 1749 for trunk/NEMO/OFF_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2009-11-23T11:52:11+01:00 (15 years ago)
Author:
cetlod
Message:

update opa.F90 and step.F90 modules, see ticket:609

File:
1 edited

Legend:

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

    r1457 r1749  
    7373      !! --------------------------------------------------------------------- 
    7474 
    75       CALL day( kstp )             ! Calendar 
     75      IF( kstp /= nit000 )   CALL day( kstp )         ! Calendar (day was already called at nit000 in day_init) 
    7676 
    7777      IF( lk_iomput ) CALL iom_setkt( kstp )       ! say to iom that we are at time step kstp 
Note: See TracChangeset for help on using the changeset viewer.