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/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg – 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/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg

    r7954 r7990  
    226226      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    227227   ! 
    228    ln_zdftmx   = .true.    ! tidal mixing parameterization              (T =>   fill namzdf_tmx) 
    229    ! 
    230    ln_zdfqiao  = .false.   ! enhanced wave vertical mixing Qiao (2010) (T => ln_wave=T & ln_sdw=T & fill namsbc_wave) 
     228   !                       ! gravity wave-driven vertical mixing 
     229   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     230   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
    231231   ! 
    232232   !                       ! time-stepping 
    233    ln_zdfexp   = .false.   ! split-explicit (T) or implicit (F) time stepping scheme 
    234       nn_zdfexp=    3         !  number of sub-timestep for ln_zdfexp=T 
     233   ln_zdfexp   = .false.      ! split-explicit (T) or implicit (F) scheme 
     234      nn_zdfexp=    3            !  number of sub-timestep for ln_zdfexp=T 
    235235   ! 
    236236   !                       !  Coefficients 
     
    245245/ 
    246246!----------------------------------------------------------------------- 
    247 &namzdf_tmx    !    internal wave-driven mixing parameterization        (ln_zdftmx =T) 
     247&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    248248!----------------------------------------------------------------------- 
    249249   nn_zpyc     = 1         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
Note: See TracChangeset for help on using the changeset viewer.