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/2017/dev_merge_2017/DOC/Namelists – NEMO

source: branches/2017/dev_merge_2017/DOC/Namelists/namzdf @ 9018

Last change on this file since 9018 was 6997, checked in by nicolasmartin, 7 years ago

Duplication of changes in DOC directory for the trunk

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 Convective 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.