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 14644 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/DOME/EXPREF/1_namelist_cfg – NEMO

Ignore:
Timestamp:
2021-03-26T15:33:49+01:00 (3 years ago)
Author:
sparonuz
Message:

Merge trunk -r14642:HEAD

Location:
NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette_wave@13990         sette 
         11^/utils/CI/sette@14244        sette 
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/DOME/EXPREF/1_namelist_cfg

    r13952 r14644  
    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!----------------------------------------------------------------------- 
     
    3647!----------------------------------------------------------------------- 
    3748   ln_linssh  = .true. 
    38    rn_Dt      =   240.    !  time step for the dynamics (and tracer if nn_acc=0) 
     49   rn_Dt      =   150.    !  time step for the dynamics (and tracer if nn_acc=0) 
    3950   rn_atfp    =    0.1    !  asselin time filter parameter 
    4051   ln_meshmask = .false.  !  =T create a mesh file 
     
    164175&namdyn_vor    !   option of physics/algorithm 
    165176!----------------------------------------------------------------------- 
    166    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    167    ln_dynvor_ens = .false. !  energy conserving scheme 
    168    ln_dynvor_mix = .false. !  mixed scheme 
    169177   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    170       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     178   ! 
     179   nn_e3f_typ = 1          !  type of e3f (EEN, ENE, ENS, MIX only)  =0  e3f = mi(mj(e3t))/4 
     180   ! 
    171181/ 
    172182!----------------------------------------------------------------------- 
     
    174184!----------------------------------------------------------------------- 
    175185   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation) 
    176    ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
     186   ln_hpg_djc  = .true.   !  s-coordinate (standard jacobian formulation) 
    177187/ 
    178188!----------------------------------------------------------------------- 
     
    200210&namzdf        !   vertical physics                                     (default: NO selection) 
    201211!----------------------------------------------------------------------- 
    202    ln_zad_Aimp = .true.       !  Courant number dependent scheme (Shchepetkin 2015) 
     212   ln_zad_Aimp = .false.       !  Courant number dependent scheme (Shchepetkin 2015) 
    203213   !                       ! type of vertical closure (required) 
    204    ln_zdfcst   = .true.       !  constant mixing 
     214   ln_zdfcst   = .false.      !  constant mixing 
    205215   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    206216   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    207    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     217   ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    208218   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    209219   !    
     
    225235   !    
    226236   !                       ! coefficients 
    227    rn_avm0     =   5.e-2     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
    228    rn_avt0     =   0.0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     237   rn_avm0     =   1.e-5     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     238   rn_avt0     =   1.e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
    229239   nn_avb      =    0        !  profile for background avt & avm (=1) or not (=0) 
    230240   nn_havtb    =    0        !  horizontal shape for avtb (=1) or not (=0) 
Note: See TracChangeset for help on using the changeset viewer.