Changeset 19 for vendor/nemo/current/DOC


Ignore:
Timestamp:
02/13/12 08:23:51 (12 years ago)
Author:
cholod
Message:

Load NEMO_TMP into vendor/nemo/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/nemo/current/DOC/TexFiles/Namelist/namrun

    r1 r19  
    22&namrun        !   parameters of the run 
    33!----------------------------------------------------------------------- 
    4    nn_no       =       0   !  job number 
     4   nn_no       =       0   !  job number (no more used...) 
    55   cn_exp      =  "ORCA2"  !  experience name  
    66   nn_it000    =       1   !  first time step 
    77   nn_itend    =    5475   !  last  time step (std 5475) 
    8    nn_date0    =  010101   !  initial calendar date yymmdd (used if nn_rstctl=1) 
     8   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) 
     9                           !  used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    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_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value 
    12                                !                  = 1 use nn_date0 in namelist (not the value in the restart file) 
    13                                !                  = 2 calendar parameters read in the restart file 
     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 
    1416   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    1517   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
Note: See TracChangeset for help on using the changeset viewer.