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 757 for branches – NEMO

Changeset 757 for branches


Ignore:
Timestamp:
2007-12-07T15:35:21+01:00 (16 years ago)
Author:
ctlod
Message:

Add CALL day(-1) sequence to initialize the calendar, see ticket:#37

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/OPA_SRC/istate.F90

    r699 r757  
    8181         neuler = 1                              ! Set time-step indicator at nit000 (leap-frog) 
    8282         CALL rst_read                           ! Read the restart file 
     83         CALL day( -1 )                          ! model calendar (using both namelist and restart infos) 
    8384      ELSE 
    8485         !                                    ! Start from rest 
     
    8687         neuler = 0                              ! Set time-step indicator at nit000 (euler forward) 
    8788         adatrj = 0._wp 
     89         CALL day( -1 )                          ! model calendar (using namelist infos) 
    8890         numror = 0                              ! define numror = 0 -> no restart file to read 
    8991         !                                       ! Initialization of ocean to zero 
Note: See TracChangeset for help on using the changeset viewer.