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 NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist – NEMO

source: NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist/namkpp @ 11998

Last change on this file since 11998 was 1225, checked in by gm, 15 years ago

phase the namelist with NEMO v3 + update the references & figures see ticket #284

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