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 2282 for branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namrun – NEMO

Ignore:
Timestamp:
2010-10-15T16:42:00+02:00 (14 years ago)
Author:
gm
Message:

ticket:#658 merge DOC of all the branches that form the v3.3 beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namrun

    r1225 r2282  
    22&namrun        !   parameters of the run 
    33!----------------------------------------------------------------------- 
    4    no          =       0   !  job number 
    5    cexper      =  "ORCA2"  !  experience name  
     4   nn_no       =       0   !  job number 
     5   cn_exp      =  "ORCA2"  !  experience name  
     6   nn_it000    =       1   !  first time step 
     7   nn_itend    =     315   !  last  time step (std 5475) 
     8   nn_date0    =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
     9   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     10   nn_istate   =       0   !  output the initial state (1) or not (0) 
     11   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     12   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nit000) 
     13   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
     14   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     15   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
     16   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
    617   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    7    nrstdt      =       0   !  restart control = 0 nit000 is not compared to the restart file value 
    8                            !                  = 1 use ndate0 in namelist (not the value in the restart file) 
    9                            !                  = 2 calendar parameters read in the restart file 
    10    nit000      =       1   !  first time step 
    11    nitend      =    5475   !  last  time step 
    12    ndate0      =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
    13    nleapy      =       0   !  Leap year calendar (1) or not (0) 
    14    ninist      =       0   !  output the initial state (1) or not (0) 
    15    nstock      =    5475   !  frequency of creation of a restart file 
    16    nwrite      =    5475   !  frequency of write in the output file  
    17    ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
     18   nn_rstctl   =       0       !  restart control = 0 nit000 is not compared to the restart file value 
     19                               !                  = 1 use ndate0 in namelist (not the value in the restart file) 
     20                               !                  = 2 calendar parameters read in the restart file 
     21   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     22   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    1823/ 
Note: See TracChangeset for help on using the changeset viewer.