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.
namgls in branches/devmercator2010_1/DOC/TexFiles/Namelist – NEMO

source: branches/devmercator2010_1/DOC/TexFiles/Namelist/namgls @ 2132

Last change on this file since 2132 was 2132, checked in by cbricaud, 14 years ago

add change from DEV_r1784_GLS

File size: 1.3 KB
Line 
1!-----------------------------------------------------------------------
2&namzdf_gls                !   GLS vertical diffusion  ("key_zdfgls")
3!-----------------------------------------------------------------------
4   rn_emin     =   1.e-6   !  minimum value of e   [m2/s2]
5   rn_epsmin   =   1.e-12  !  minimum value of eps [m2/s3]
6   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988)
7   clim_galp   =   0.53    !  galperin limit
8   ln_crban = .TRUE.       !  Use Craig & Banner (1994) surface wave mixing parametrisation
9   ln_sigpsi = .TRUE.      !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case
10   rn_crban = 100.         !  Craig and Banner 1994 constant for wb tke flux
11   rn_charn =  70000.      !  Charnock constant for wb induced roughness length
12   nn_tkebc_surf  =   1    !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg)
13   nn_tkebc_bot   =   1    !  bottom tke condition (0/1=Dir/Neum)
14   nn_psibc_surf  =   1    !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg)
15   nn_psibc_bot   =   1    !  bottom psi condition (0/1=Dir/Neum)
16   nn_stab_func   =   2    !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB)
17   nn_clos        =   1    !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen)
18/
Note: See TracBrowser for help on using the repository browser.