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 branches/nemo_v3_3_beta/DOC/TexFiles/Namelist – NEMO

source: branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namzdf @ 2282

Last change on this file since 2282 was 2282, checked in by gm, 13 years ago

ticket:#658 merge DOC of all the branches that form the v3.3 beta

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namzdf        !   vertical physics
3!-----------------------------------------------------------------------
4   rn_avm0     =   1.2e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
5   rn_avt0     =   1.2e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
6   nn_avb      =    0      !  profile for background avt & avm (=1) or not (=0)
7   nn_havtb    =    0      !  horizontal shape for avtb (=1) or not (=0)
8   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F)
9   nn_evdm     =    0      !  evd apply on tracer (=0) or on tracer and momentum (=1)
10   rn_avevd    =  100.     !  evd mixing coefficient [m2/s]
11   ln_zdfnpc   = .false.   !  Non-Penetrative algorithm (T) or not (F)
12   nn_npc      =    1            !  frequency of application of npc
13   nn_npcp     =  365            !  npc control print frequency
14   ln_zdfexp   = .false.   !  time-stepping: split-explicit (T) or implicit (F) time stepping
15   nn_zdfexp   =    3            !  number of sub-timestep for ln_zdfexp=T
16/
Note: See TracBrowser for help on using the repository browser.