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 10001 for NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2018-07-26T09:50:51+02:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-04): RK3 branch - step I.1 and I.2 (see wiki page)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/SHARED/namelist_ref

    r9939 r10001  
    5252      cn_ocerst_outdir= "."         !  directory in which to write output ocean restarts 
    5353   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    54    nn_istate   =       0   !  output the initial state (1) or not (0) 
     54   ln_istate   = .false.   !  output the initial state 
    5555   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    5656   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     
    6767&namdom        !   time and space domain 
    6868!----------------------------------------------------------------------- 
     69   ln_RK3      = .false.   !  3rd order Runge-Kutta time stepping scheme 
     70   ln_MLF      = .false.   !  Modified Leap-Frog    time stepping scheme 
     71      rn_atfp     =    0.1    !  asselin time filter parameter 
     72   ! 
     73   rn_Dt       = 5760.     !  ocean time step (dynamics and T-S) 
     74   ! 
    6975   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     76   ! 
    7077   rn_isfhmin  =    1.00   !  treshold [m] to discriminate grounding ice from floating ice 
    71    ! 
    72    rn_Dt       = 5760.     !  time step for the dynamics and tracer 
    73    rn_atfp     =    0.1    !  asselin time filter parameter 
    7478   ! 
    7579   ln_crs      = .false.   !  Logical switch for coarsening module      (T => fill namcrs) 
Note: See TracChangeset for help on using the changeset viewer.