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.
namzdf_kpp in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namzdf_kpp @ 5120

Last change on this file since 5120 was 4147, checked in by cetlod, 10 years ago

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File size: 956 bytes
Line 
1!------------------------------------------------------------------------
2&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
3!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
4   ln_kpprimix = .true.    !  shear instability mixing
5   rn_difmiw   =  1.0e-04  !  constant internal wave viscosity [m2/s]
6   rn_difsiw   =  0.1e-04  !  constant internal wave diffusivity [m2/s]
7   rn_riinfty  =  0.8      !  local Richardson Number limit for shear instability
8   rn_difri    =  0.0050   !  maximum shear mixing at Rig = 0    [m2/s]
9   rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2]
10   rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s]
11   nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv
12   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt
13/
Note: See TracBrowser for help on using the repository browser.