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

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

phase the namelist with NEMO v3 + update the references & figures see ticket #284

File:
1 edited

Legend:

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

    r707 r1225  
    11!----------------------------------------------------------------------- 
    2 &namrun   !   parameters of the run 
     2&namrun        !   parameters of the run 
    33!----------------------------------------------------------------------- 
    4    no         =       0    !  job number 
    5    cexper     =  "ORCA2"   !  experience name for vairmer format 
    6    ln_rstart  = .false.    !  boolean term for restart (true or false) 
    7    nrstdt     =       0    !  restart control = 0 restart, do not control nit000 in the restart file. 
    8                            !                  = 1 restart, control nit000 in the restart file. Do not 
    9                            !                      use the date in the restart file (use ndate0 in namelist) 
    10                            !                  = 2 restart, control nit000 in the restart file, use the date 
    11                            !                      in the restart file. ndate0 in the namelist is ignored. 
    12    nit000     =       1    !  number of the first time step 
    13    nitend     =    5475    !  number of the first time step 
    14    ndate0     =  010101    !  initial calendar date aammjj 
    15    nleapy     =       0    !  Leap year calendar (0/1) 
    16    ninist     =       0    !  initial state output flag (0/1) 
    17    nstock     =    5475    !  number of the first time step 
    18    nwrite     =    5475    !  frequency of OUTPUT file 
    19    nrunoff    =       2    !  = 0 no, 1 runoff, 2 runoff+river mouth ups adv 
     4   no          =       0   !  job number 
     5   cexper      =  "ORCA2"  !  experience name  
     6   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) 
    2018/ 
Note: See TracChangeset for help on using the changeset viewer.