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 1317 for trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist – NEMO

Ignore:
Timestamp:
2009-02-17T17:31:42+01:00 (15 years ago)
Author:
smasson
Message:

nwrite = modulo referenced to nit000 in all ouputs, see ticket:339

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r1312 r1317  
    3636   nleapy      =       0   !  Leap year calendar (1) or not (0) 
    3737   ninist      =       0   !  output the initial state (1) or not (0) 
    38    nstock      =   10950   !  frequency of creation of a restart file 
    39    nwrite      =   10950   !  frequency of write in the output file  
     38   nstock      =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
     39   nwrite      =   10950   !  frequency of write in the output file   (modulo referenced to nit000) 
    4040   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4141   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
Note: See TracChangeset for help on using the changeset viewer.