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

source: branches/2017/dev_CNRS_2017/DOC/Namelists/namzdf @ 8882

Last change on this file since 8882 was 8882, checked in by flavoni, 6 years ago

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File size: 1.9 KB
Line 
1!-----------------------------------------------------------------------
2&namzdf        !   vertical physics                                     (default: NO selection)
3!-----------------------------------------------------------------------
4   !                       ! type of vertical closure (required)
5   ln_zdfcst   = .false.      !  constant mixing
6   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
7   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
8   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
9   !
10   !                       ! convection
11   ln_zdfevd   = .false.      !  enhanced vertical diffusion
12      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1)
13      rn_evd      =  100.        ! mixing coefficient [m2/s]
14   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
15      nn_npc      =    1         ! frequency of application of npc
16      nn_npcp     =  365         ! npc control print frequency
17   !
18   ln_zdfddm   = .false.   ! double diffusive mixing
19      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
20      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
21   !
22   !                       ! gravity wave-driven vertical mixing
23   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
24   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
25   !
26   !                       ! coefficients
27   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
28   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
29   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
30   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
31/
Note: See TracBrowser for help on using the repository browser.