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.
namrun in branches/dev_r2091_ZTC/DOC/TexFiles/Namelist – NEMO

source: branches/dev_r2091_ZTC/DOC/TexFiles/Namelist/namrun @ 2330

Last change on this file since 2330 was 1225, checked in by gm, 16 years ago

phase the namelist with NEMO v3 + update the references & figures see ticket #284

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namrun        !   parameters of the run
3!-----------------------------------------------------------------------
4   no          =       0   !  job number
5   cexper      =  "ORCA2"  !  experience name
6   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
7   nrstdt      =       0   !  restart control = 0 nit000 is not compared to the restart file value
8                           !                  = 1 use ndate0 in namelist (not the value in the restart file)
9                           !                  = 2 calendar parameters read in the restart file
10   nit000      =       1   !  first time step
11   nitend      =    5475   !  last  time step
12   ndate0      =  010101   !  initial calendar date yymmdd (used if nrstdt=1)
13   nleapy      =       0   !  Leap year calendar (1) or not (0)
14   ninist      =       0   !  output the initial state (1) or not (0)
15   nstock      =    5475   !  frequency of creation of a restart file
16   nwrite      =    5475   !  frequency of write in the output file
17   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T)
18/
Note: See TracBrowser for help on using the repository browser.