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 6289 for trunk/DOC/TexFiles/Namelist/namrun – NEMO

Ignore:
Timestamp:
2016-02-05T00:47:05+01:00 (8 years ago)
Author:
gm
Message:

#1673 DOC of the trunk - Update, see associated wiki page for description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namrun

    r6140 r6289  
    77   nn_itend    =    5475   !  last  time step (std 5475) 
    88   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     9   nn_time0    =       0   !  initial time of day in hhmm 
    910   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    1011   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 
    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_indir = "."      !  directory from which to read input ocean restarts 
    18       cn_ocerst_out = "restart"  !  suffix of ocean restart name (output) 
    19       cn_ocerst_outdir = "."     !  directory in which to write output ocean restarts 
    20    ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model (ln_iscpl = T => namsbc_iscpl) 
     12      nn_euler    =    1            !  = 0 : start with forward time step if ln_rstart=T 
     13      nn_rstctl   =    0            !  restart control ==> activated only if ln_rstart=T 
     14                                 !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     15                                 !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     16                                 !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
     17      cn_ocerst_in    = "restart"   !  suffix of ocean restart name (input) 
     18      cn_ocerst_indir = "."         !  directory from which to read input ocean restarts 
     19      cn_ocerst_out   = "restart"   !  suffix of ocean restart name (output) 
     20      cn_ocerst_outdir= "."         !  directory in which to write output ocean restarts 
     21   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    2122   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2223   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
     
    2425   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    2526   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    26    ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    2727   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    2828   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
Note: See TracChangeset for help on using the changeset viewer.