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/DOM/daymod.F90 – NEMO

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

control xml attributes from NEMO, see ticket:597

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/daymod.F90

    r1724 r1725  
    105105      IF(lwp) WRITE(numout,*)' ==============>> 1/2 time step before the start of the run DATE Y/M/D = ',   & 
    106106           &                   nyear, '/', nmonth, '/', nday, '  rsec_day:', rsec_day 
     107 
     108      ! Up to now, calendar parameters are related to the end of previous run (nit000-1) 
     109      ! call day to set the calendar parameters at the begining of the current simulaton. needed by iom_init 
     110      CALL day( nit000 ) 
     111 
    107112       
    108113   END SUBROUTINE day_init 
Note: See TracChangeset for help on using the changeset viewer.