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/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/namelist_cfg

    r14216 r14254  
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44! 
    5 ! 
     5!----------------------------------------------------------------------- 
     6&namusr_def    !   User defined :   OVERFLOW configuration 
     7!----------------------------------------------------------------------- 
     8   !                       !  type of vertical coordinate 
     9   ln_zco      = .false.      ! z-coordinate 
     10   ln_zps      = .true.       ! z-partial-step coordinate 
     11   ln_sco      = .false.      ! s-coordinate 
     12   rn_dx       =   5000.   !  horizontal resolution   [meters] 
     13   rn_dz       =     60.   !  vertical   resolution   [meters] 
     14   rn_f0       =  1.e-4    !  coriolis [s-1] 
     15/ 
    616!----------------------------------------------------------------------- 
    717&namrun        !   parameters of the run 
     
    92102!----------------------------------------------------------------------- 
    93103&namtra_adv    !   advection scheme for tracer 
    94 !----------------------------------------------------------------------- 
     104!---------------------------------------------------------------------- 
    95105   ln_traadv_fct = .true. !  FCT scheme 
    96       nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
     106      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    97107      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    98108/ 
Note: See TracChangeset for help on using the changeset viewer.