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 1225 for trunk/DOC/TexFiles/Namelist/namkpp – NEMO

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namkpp

    r707 r1225  
    11!----------------------------------------------------------------------- 
    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 
     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 
    1614/ 
Note: See TracChangeset for help on using the changeset viewer.