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

source: NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist/namzdf @ 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: 905 bytes
Line 
1!-----------------------------------------------------------------------
2&namzdf        !   vertical physics
3!-----------------------------------------------------------------------
4   avm0        =   1.2e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
5   avt0        =   1.2e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
6   ln_zdfnpc   = .false.   !  convection: Non-Penetrative algorithm (T) or not (F)
7   ln_zdfevd   = .true.    !  convection: enhanced vertical diffusion (T) or not (F)   
8   avevd       = 100.      !  vertical coefficient for enhanced diffusion scheme [m2/s]
9   n_evdm      =   1       !  enhanced mixing apply on tracer (=0) or on tracer and momentum (=1)
10   ln_zdfexp   =  .false.  !  split explicit (T) or implicit (F) time stepping
11   n_zdfexp    =   3       !  number of sub-timestep for ln_zdfexp=T
12/
Note: See TracBrowser for help on using the repository browser.