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 255 for trunk/CONFIG/ORCA2_LIM – NEMO

Changeset 255 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2005-09-02T17:06:49+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_002 : CT : Integration of the KPP turbulent closure scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r180 r255  
    281281!  alp     coefficient of the parameterization 
    282282!  nric    coefficient of the parameterization 
    283 &namwri 
     283&namric 
    284284   avmri = 100.e-4 
    285285   alp   =      5. 
     
    321321   npdl  =         1 
    322322   navb  =         0 
     323/ 
     324!----------------------------------------------------------------------- 
     325!       namkpp   K-Profile Parameterization dependent vertical diffusion 
     326!                ( #ifdef "key_zdfkpp" ) 
     327!----------------------------------------------------------------------- 
     328!  ln_kpprimix   shear instability mixing  (default T) 
     329!  difmiw        constant internal wave viscosity (m2/s) 
     330!  difsiw        constant internal wave diffusivity (m2/s) 
     331!  Riinfty       local Richardson Number limit for shear instability 
     332!  difri         maximum shear mixing at Rig = 0    (m2/s) 
     333!  bvsqcon       Brunt-Vaisala squared (1/s**2) for maximum convection 
     334!  difcon        maximum mixing in interior convection (m2/s) 
     335!  nave          = 0/1 flag for horizontal average on avt, avmu, avmv 
     336!  navb          = 0/1 flag for constant or profile background avt 
     337&namkpp 
     338   ln_kpprimix  = .true. 
     339   difmiw       =  1.e-04 
     340   difsiw       =  0.1e-04 
     341   Riinfty      =  0.8 
     342   difri        =  0.0050 
     343   bvsqcon      = -0.01e-07 
     344   difcon       =  1. 
     345   navb         =  0 
     346   nave         =  1 
    323347/ 
    324348!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.