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

source: branches/2012/dev_r3452_UKMO9_RESTART/DOC/TexFiles/Namelist/namrun @ 3594

Last change on this file since 3594 was 3594, checked in by rfurner, 11 years ago

code not tested through SETTEE, builds and runs, but has not been thoroughly tested, so will not be included in 2012 merge, however submitted back to keep record of work done for 2013 developments

File size: 1.8 KB
Line 
1!-----------------------------------------------------------------------
2&namrun        !   parameters of the run
3!-----------------------------------------------------------------------
4   nn_no       =       0   !  job number (no more used...)
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   !  date at nit_0000 (format yyyymmdd)
9                           !  used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
10   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
11   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
12   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T
13       !  = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
14       !  = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
15       !  = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
16   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input)
17   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output)
18   nn_istate   =       0   !  output the initial state (1) or not (0)
19   nn_stock    =    5475   !  list of timesteps at which to output a restart file (frequency if < 0 )
20   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000)
21   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T)
22   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
23   ln_clobber  = .false.   !  clobber (overwrite) an existing file
24   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
25/
Note: See TracBrowser for help on using the repository browser.