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 7990 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-04-29T17:24:54+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09): OPA remove avmu, avmv from zdf modules + move CALL tke(gls)_rst & gls_rst in zdftke(gls) + rename zdftmx and zdfqiao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7954 r7990  
    1111!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_ldfeiv, namtra_dmp) 
    1212!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    13 !!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_tmx, namzdf_tmx_new) 
     13!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_iwm) 
    1414!!              9 - miscellaneous    (nammpp, namctl) 
    1515!!             10 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
     
    875875!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T) 
    876876!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T) 
    877 !!    namzdf_tmx    tidal mixing parameterization                       (ln_zdftmx=T) 
     877!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T) 
    878878!!====================================================================== 
    879879! 
     
    899899      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    900900   ! 
    901    ln_zdftmx   = .false.   ! tidal mixing parameterization              (T =>   fill namzdf_tmx) 
    902    ! 
    903    ln_zdfqiao  = .false.   ! surface wave-induced mixing                (T => ln_wave=ln_sdw=T ) 
     901   !                       ! gravity wave-driven vertical mixing 
     902   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     903   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    904904   ! 
    905905   !                       ! time-stepping 
     
    919919   rn_alp      =    5.     !  coefficient of the parameterization 
    920920   nn_ric      =    2      !  coefficient of the parameterization 
    921    rn_ekmfc    =    0.7    !  Factor in the Ekman depth Equation 
    922    rn_mldmin   =    1.0    !  minimum allowable mixed-layer depth estimate (m) 
    923    rn_mldmax   = 1000.0    !  maximum allowable mixed-layer depth estimate (m) 
    924    rn_wtmix    =   10.0    !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
    925    rn_wvmix    =   10.0    !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
    926    ln_mldw     =  .true.   !  Flag to use or not the mixed layer depth param. 
     921   ln_mldw     =  .false.  !  enhanced mixing in the Ekman layer 
     922      rn_ekmfc    =    0.7    !  Factor in the Ekman depth Equation 
     923      rn_mldmin   =    1.0    !  minimum allowable mixed-layer depth estimate (m) 
     924      rn_mldmax   = 1000.0    !  maximum allowable mixed-layer depth estimate (m) 
     925      rn_wtmix    =   10.0    !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     926      rn_wvmix    =   10.0    !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
    927927/ 
    928928!----------------------------------------------------------------------- 
     
    974974/ 
    975975!----------------------------------------------------------------------- 
    976 &namzdf_tmx    !    internal wave-driven mixing parameterization        (ln_zdftmx =T) 
     976&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    977977!----------------------------------------------------------------------- 
    978978   nn_zpyc     = 1         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
Note: See TracChangeset for help on using the changeset viewer.