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.
Changeset 10251 for branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/namrun – NEMO

Ignore:
Timestamp:
2018-10-29T15:20:26+01:00 (5 years ago)
Author:
kingr
Message:

Rolled back to r10247 - i.e., undid merge of pkg br and 3.6_stable br

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/namrun

    r10248 r10251  
    99   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    1010   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    11    nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=T 
    12    nn_rstctl   =       0   !  restart control ==> activated only if ln_rstart=T 
     11   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
    1312                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    1413                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    1514                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    1615   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    17    cn_ocerst_indir = "."       !  directory from which to read input ocean restarts 
    1816   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    19    cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
    2017   nn_istate   =       0   !  output the initial state (1) or not (0) 
    21    ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    2218   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
    23    nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    2419   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    2520   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    2621   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    27    ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
    2822   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    2923   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
Note: See TracChangeset for help on using the changeset viewer.