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

source: trunk/NEMO/DOC/BETA/Namelist/namkpp @ 707

Last change on this file since 707 was 707, checked in by smasson, 17 years ago

error during changeset:705... related to ticket:1

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namkpp   !   K-Profile Parameterization dependent vertical mixing     
3!-----------------------------------------------------------------------
4!  "key_zdfkpp"               !  activate the KPP physics
5!  "key_kppcustom"            !  KPP option 1
6!  "key_kpplktb"              !  KPP option 2   
7   ln_kpprimix  = .true.      !  shear instability mixing  (default T)
8   difmiw       =  1.0e-04    !  constant internal wave viscosity (m2/s)
9   difsiw       =  0.1e-04    !  constant internal wave diffusivity (m2/s)
10   Riinfty      =  0.8        !  local Richardson Number limit for shear instability
11   difri        =  0.0050     !  maximum shear mixing at Rig = 0    (m2/s)
12   bvsqcon      = -0.01e-07   !  Brunt-Vaisala squared (1/s**2) for maximum convection
13   difcon       =  1.         !  maximum mixing in interior convection (m2/s)
14   navb         =  0          !  horizontal averaged (=1) or not (=0) on avt and amv 
15   nave         =  1          !  constant (=0) or profile (=1) background on avt
16/
Note: See TracBrowser for help on using the repository browser.