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 14254 for NEMO/trunk/tests/DOME/EXPREF/1_namelist_cfg – NEMO

Ignore:
Timestamp:
2021-01-04T10:44:00+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, DOME test case: for completeness, add online domain definition. input parameters changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/DOME/EXPREF/1_namelist_cfg

    r14216 r14254  
    1818/ 
    1919!----------------------------------------------------------------------- 
     20&namusr_def    !   User defined :   OVERFLOW configuration 
     21!----------------------------------------------------------------------- 
     22   !                       !  type of vertical coordinate 
     23   ln_zco      = .false.      ! z-coordinate 
     24   ln_zps      = .true.       ! z-partial-step coordinate 
     25   ln_sco      = .false.      ! s-coordinate 
     26   rn_dx       =   5000.   !  horizontal resolution   [meters] 
     27   rn_dz       =     60.   !  vertical   resolution   [meters] 
     28   rn_f0       =  1.e-4    !  coriolis [s-1] 
     29/ 
     30!----------------------------------------------------------------------- 
    2031&namrun        !   parameters of the run 
    2132!----------------------------------------------------------------------- 
     
    105116!----------------------------------------------------------------------- 
    106117   ln_traadv_fct = .true. !  FCT scheme 
    107       nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
     118      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    108119      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    109120/ 
Note: See TracChangeset for help on using the changeset viewer.