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_tke in branches/DEV_r1826_DOC/DOC/TexFiles/Namelist – NEMO

source: branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namzdf_tke @ 1831

Last change on this file since 1831 was 1831, checked in by gm, 14 years ago

cover, namelist, rigid-lid, e3t, appendices, see ticket: #658

  • Property svn:executable set to *
File size: 2.2 KB
Line 
1!-----------------------------------------------------------------------
2&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
3!-----------------------------------------------------------------------
4   rn_ediff    =   0.1     !  coef. for vertical eddy coef. (avt=rn_ediff*mxl*sqrt(e) )
5   rn_ediss    =   0.7     !  coef. of the Kolmogoroff dissipation
6   rn_ebb      =  60.      !  coef. of the surface input of tke
7   rn_emin     =   1.e-6   !  minimum value of tke [m2/s2]
8   rn_emin0    =   1.e-4   !  surface minimum value of tke [m2/s2]
9   rn_bshear   =   1.e-20  !  background shear (>0)
10   nn_mxl      =   2       !  mixing length: = 0 bounded by the distance to surface and bottom
11                           !                 = 1 bounded by the local vertical scale factor
12                           !                 = 2 first vertical derivative of mixing length bounded by 1
13                           !                 = 3 same criteria as case 2 but applied in a different way
14   nn_pdl      =   1       !  Prandtl number function of richarson number (=1, avt=pdl(Ri)*avm) or not (=0, avt=avm)
15   ln_mxl0     = .false.   !  mixing length scale surface value as function of wind stress (T) or not (F)
16   rn_lmin     =   0.001   !  interior buoyancy lenght scale minimum value
17   rn_lmin0    =   0.01    !  surface  buoyancy lenght scale minimum value
18   nn_etau     =   0       !  exponentially deceasing penetration of tke due to internal & intertial waves
19                           !        = 0 no penetration ( O(2 km) resolution)
20                           !        = 1 additional tke source
21                           !        = 2 additional tke source applied only at the base of the mixed layer
22   nn_htau     =   1       !  type of exponential decrease of tke penetration
23                           !        = 0  constant 10 m length scale
24                           !        = 1  0.5m at the equator to 30m at high latitudes
25   rn_efr      =   0.05    !  fraction of surface tke value which penetrates inside the ocean
26   ln_lc       = .false.   !  Langmuir cell parameterisation
27   rn_lc       =   0.15    !  coef. associated to Langmuir cells
28/
Note: See TracBrowser for help on using the repository browser.