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 4044 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2013-09-25T16:33:22+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/add SETTE compatibility, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r3993 r4044  
    66!----------------------------------------------------------------------- 
    77   cn_exp      =  "AMM12"  !  experience name 
     8   nn_it000    =       1   !  first time step 
    89   nn_itend    =    2880   !  last  time step (std 1 day = 288) 
    910   nn_date0    =  20070101 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     
    1112   ln_rstart   =  .true.  !  start from rest (F) or from a restart file (T) 
    1213   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input) 
    13    cn_ocerst_out  = "AMM12.restart.out"   !  suffix of ocean restart name (input) 
     14   cn_ocerst_out  = "restart_oce_out"   !  suffix of ocean restart name (input) 
    1415   nn_istate   =       1   !  output the initial state (1) or not (0) 
    1516   nn_stock    =     2880  !  frequency of creation of a restart file (modulo referenced to 1) 
Note: See TracChangeset for help on using the changeset viewer.