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

source: trunk/DOC/TexFiles/Namelist/namrun @ 2540

Last change on this file since 2540 was 2540, checked in by gm, 13 years ago

v3.3beta: phasing of the DOC and trunk namelists

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1!-----------------------------------------------------------------------
2&namrun        !   parameters of the run
3!-----------------------------------------------------------------------
4   nn_no       =       0   !  job number
5   cn_exp      =  "ORCA2"  !  experience name
6   nn_it000    =       1   !  first time step
7   nn_itend    =    5475   !  last  time step (std 5475)
8   nn_date0    =  010101   !  initial calendar date yymmdd (used if nn_rstctl=1)
9   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
10   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
11   nn_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value
12                               !                  = 1 use nn_date0 in namelist (not the value in the restart file)
13                               !                  = 2 calendar parameters read in the restart file
14   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input)
15   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output)
16   nn_istate   =       0   !  output the initial state (1) or not (0)
17   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1)
18   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000)
19   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T)
20   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
21   ln_clobber  = .false.   !  clobber (overwrite) an existing file
22   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
23/
Note: See TracBrowser for help on using the repository browser.