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 14806 for NEMO/branches/2021/dev_r14273_HPC-02_Daley_Tiling/tests/OVERFLOW/EXPREF/AGRIF/1_namelist_cfg – NEMO

Ignore:
Timestamp:
2021-05-07T13:44:43+02:00 (3 years ago)
Author:
hadcv
Message:

#2600: Merge in trunk changes to r14778

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14273_HPC-02_Daley_Tiling/tests/OVERFLOW/EXPREF/AGRIF/1_namelist_cfg

    r14229 r14806  
    1111   ln_sco      = .false.      ! s-coordinate    
    1212   rn_dx       =   1000.   !  horizontal resolution   [meters] 
    13    rn_dz       =     20.   !  vertical   resolution   [meters] 
     13   rn_dz       =     50.   !  vertical   resolution   [meters] 
    1414/ 
    1515! 
     
    2626   cn_exp      =    "OVF"  !  experience name 
    2727   nn_it000    =       1   !  first time step 
    28    nn_itend    =    2040   ! here 16h of simulation  (=5760 time-step) abort after 5802 for zps: pb of physics conditions 
     28   nn_itend    =    1530   ! here 16h of simulation  (=5760 time-step) abort after 5802 for zps: pb of physics conditions 
    2929   nn_istate   =       0   !  output the initial state (1) or not (0) 
    3030   nn_stock    =    9999   !  frequency of creation of a restart file (modulo referenced to 1) 
     
    4242&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4343!----------------------------------------------------------------------- 
    44    rn_Dt      =   10.     !  time step for the dynamics (and tracer if nn_acc=0) 
     44   rn_Dt      =   40.     !  time step for the dynamics (and tracer if nn_acc=0) 
    4545   rn_atfp    =    0.1    !  asselin time filter parameter 
    4646   ln_meshmask = .false.  !  =T create a mesh file 
     
    150150   ln_dynvor_mix = .false. !  mixed scheme 
    151151   ln_dynvor_een = .false. !  energy & enstrophy scheme 
    152       nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    153152/ 
    154153!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.