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

source: branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/namrun @ 5214

Last change on this file since 5214 was 4147, checked in by cetlod, 11 years ago

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

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