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 branches/2014/dev_r4650_UKMO7_STARTHOUR/DOC/TexFiles/Namelist – NEMO

source: branches/2014/dev_r4650_UKMO7_STARTHOUR/DOC/TexFiles/Namelist/namzdf_kpp @ 5985

Last change on this file since 5985 was 5985, checked in by timgraham, 8 years ago

Reinstate keywords before upgrading to head of trunk

  • Property svn:keywords set to Id
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.