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 15609 for NEMO – NEMO

Changeset 15609 for NEMO


Ignore:
Timestamp:
2021-12-17T15:32:14+01:00 (2 years ago)
Author:
jchanut
Message:

correct AMM12 setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/cfgs/AMM12/EXPREF/namelist_cfg

    r13278 r15609  
    2222   cn_exp      =  "AMM12"  !  experience name 
    2323   nn_it000    =       1   !  first time step 
    24    nn_itend    =    1296   !  last  time step (std 1 day = 144) 
     24   nn_itend    =    1728   !  last  time step (std 1 day = 144) 
    2525   nn_date0    =  20120102 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    2626   nn_leapy    =       1   !  Leap year calendar (1) or not (0) 
    2727   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input) 
    2828   cn_ocerst_out  = "restart"             !  suffix of ocean restart name (input) 
    29    nn_stock    =    1296   !  frequency of creation of a restart file (modulo referenced to 1) 
    30    nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)  
     29   nn_stock    =    1728   !  frequency of creation of a restart file (modulo referenced to 1) 
     30   nn_write    =     192   !  frequency of write in the output file   (modulo referenced to nit000)  
     31   ln_rstart   =  .true.   !  start from rest (F) or from a restart file (T) 
    3132/ 
    3233!----------------------------------------------------------------------- 
    3334&namdom        !   time and space domain 
    3435!----------------------------------------------------------------------- 
    35    rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
     36   rn_rdt      =   450.    !  time step for the dynamics (and tracer if nn_acc=0) 
    3637/ 
    3738!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.