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 3306 for trunk/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-02-09T15:31:20+01:00 (12 years ago)
Author:
smasson
Message:

understandable definition of nn_date0 and nn_rstctl in namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3296 r3306  
    2424&namrun        !   parameters of the run 
    2525!----------------------------------------------------------------------- 
    26    nn_no       =       0   !  job number 
     26   nn_no       =       0   !  job number (no more used...) 
    2727   cn_exp      =  "AMM12"  !  experience name  
    2828   nn_it000    =       1   !  first time step 
    2929   nn_itend    =     576   !  last  time step (std 1 day = 576) 
    30    nn_date0    =  20070101 !  initial calendar date yymmdd (used if nn_rstctl=1) 
     30   nn_date0    =  20070101 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    3131   nn_leapy    =       1   !  Leap year calendar (1) or not (0) 
    3232   ln_rstart   =  .false.  !  start from rest (F) or from a restart file (T) 
    33    nn_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value 
    34                                !                  = 1 use nn_date0 in namelist (not the value in the restart file) 
    35                                !                  = 2 calendar parameters read in the restart file 
     33   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
     34                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     35                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     36                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    3637   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    3738   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
Note: See TracChangeset for help on using the changeset viewer.