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 3124 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/trcrst.F90 – NEMO

Ignore:
Timestamp:
2011-11-16T10:25:18+01:00 (12 years ago)
Author:
cetlod
Message:

dev_NEMO_MERGE_2011/NEMOGCM:minor modifications on the use of nittrc000 + style corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/trcrst.F90

    r3116 r3124  
    6666 
    6767         IF( MOD( kt - 1, nstock ) == 0 ) THEN 
    68             ! we use kt - 1 and not kt - nit000 to keep the same periodicity from the beginning of the experiment 
     68            ! we use kt - 1 and not kt - nittrc000 to keep the same periodicity from the beginning of the experiment 
    6969            nitrst = kt + nstock - 1                  ! define the next value of nitrst for restart writing 
    7070            IF( nitrst > nitend )   nitrst = nitend   ! make sure we write a restart at the end of the run 
     
    200200      !!       In both those options, the  exact duration of the experiment 
    201201      !!       since the beginning (cumulated duration of all previous restart runs) 
    202       !!       is not stored in the restart and is assumed to be (nit000-1)*rdt. 
     202      !!       is not stored in the restart and is assumed to be (nittrc000-1)*rdt. 
    203203      !!       This is valid is the time step has remained constant. 
    204204      !! 
Note: See TracChangeset for help on using the changeset viewer.