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 trunk/NEMO/DOC/BETA/Namelist – NEMO

source: trunk/NEMO/DOC/BETA/Namelist/namrun @ 705

Last change on this file since 705 was 705, checked in by smasson, 17 years ago

Historical date: first beta version of the documentation, see ticket:1

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1!-----------------------------------------------------------------------
2&namrun   !   parameters of the run
3!-----------------------------------------------------------------------
4   no         =       0    !  job number
5   cexper     =  "ORCA2"   !  experience name for vairmer format
6   ln_rstart  = .false.    !  boolean term for restart (true or false)
7   nrstdt     =       0    !  restart control = 0 restart, do not control nit000 in the restart file.
8                           !                  = 1 restart, control nit000 in the restart file. Do not
9                           !                      use the date in the restart file (use ndate0 in namelist)
10                           !                  = 2 restart, control nit000 in the restart file, use the date
11                           !                      in the restart file. ndate0 in the namelist is ignored.
12   nit000     =       1    !  number of the first time step
13   nitend     =    5475    !  number of the first time step
14   ndate0     =  010101    !  initial calendar date aammjj
15   nleapy     =       0    !  Leap year calendar (0/1)
16   ninist     =       0    !  initial state output flag (0/1)
17   nstock     =    5475    !  number of the first time step
18   nwrite     =    5475    !  frequency of OUTPUT file
19   nrunoff    =       2    !  = 0 no, 1 runoff, 2 runoff+river mouth ups adv
20/
Note: See TracBrowser for help on using the repository browser.