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

    r13952 r14644  
    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 
     
    1020   cn_exp      =    "DOME" !  experience name 
    1121   nn_it000    =       1   !  first time step 
    12    nn_itend    =   16200   ! here 16h of simulation  (=5760 time-step) abort after 5802 for zps: pb of physics conditions 
     22   nn_itend    =   11520   ! here 16h of simulation  (=5760 time-step) abort after 5802 for zps: pb of physics conditions 
    1323   nn_stock    =       0   !  frequency of creation of a restart file (modulo referenced to 1) 
    1424/ 
     
    2535!----------------------------------------------------------------------- 
    2636   ln_linssh  = .true. 
    27    rn_Dt      =   480.    !  time step for the dynamics (and tracer if nn_acc=0) 
     37   rn_Dt      =   300.    !  time step for the dynamics (and tracer if nn_acc=0) 
    2838   rn_atfp    =    0.1    !  asselin time filter parameter 
    2939   ln_meshmask = .false.  !  =T create a mesh file 
     
    92102!----------------------------------------------------------------------- 
    93103&namtra_adv    !   advection scheme for tracer 
    94 !----------------------------------------------------------------------- 
     104!---------------------------------------------------------------------- 
    95105   ln_traadv_fct = .true. !  FCT scheme 
    96106      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
     
    153163&namdyn_vor    !   option of physics/algorithm 
    154164!----------------------------------------------------------------------- 
    155    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    156    ln_dynvor_ens = .false. !  energy conserving scheme 
    157    ln_dynvor_mix = .false. !  mixed scheme 
    158165   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    159       nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     166   ! 
     167   nn_e3f_typ = 1          !  type of e3f (EEN, ENE, ENS, MIX only)  =0  e3f = mi(mj(e3t))/4 
     168   !                       !                                         =1  e3f = mi(mj(e3t))/mi(mj( tmask)) 
    160169/ 
    161170!----------------------------------------------------------------------- 
     
    163172!----------------------------------------------------------------------- 
    164173   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation) 
    165    ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
     174   ln_hpg_djc  = .true.   !  s-coordinate (standard jacobian formulation) 
    166175/ 
    167176!----------------------------------------------------------------------- 
     
    189198&namzdf        !   vertical physics                                     (default: NO selection) 
    190199!----------------------------------------------------------------------- 
    191    ln_zad_Aimp = .true.       !  Courant number dependent scheme (Shchepetkin 2015) 
     200   ln_zad_Aimp = .false.       !  Courant number dependent scheme (Shchepetkin 2015) 
    192201   !                       ! type of vertical closure (required) 
    193    ln_zdfcst   = .true.       !  constant mixing 
     202   ln_zdfcst   = .false.      !  constant mixing 
    194203   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
    195204   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
    196    ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     205   ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
    197206   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
    198207   !    
     
    214223   !    
    215224   !                       ! coefficients 
    216    rn_avm0     =   5.e-2     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
    217    rn_avt0     =   0.0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     225   rn_avm0     =   1.e-5     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     226   rn_avt0     =   1.e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
    218227   nn_avb      =    0        !  profile for background avt & avm (=1) or not (=0) 
    219228   nn_havtb    =    0        !  horizontal shape for avtb (=1) or not (=0) 
     
    261270   ctypebdy='W' 
    262271   nbdyind = 2  
    263    nbdybeg = 1 
    264    nbdyend = 87  
    265 / 
     272   nbdybeg = 1  
     273   nbdyend = 164  
     274/ 
Note: See TracChangeset for help on using the changeset viewer.