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/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namzdf @ 10442

Last change on this file since 10442 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
File size: 2.0 KB
Line 
1!-----------------------------------------------------------------------
2&namzdf        !   vertical physics manager                             (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   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm)
10   !
11   !                       ! convection
12   ln_zdfevd   = .false.      !  enhanced vertical diffusion
13      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1)
14      rn_evd      =  100.        ! mixing coefficient [m2/s]
15   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
16      nn_npc      =    1         ! frequency of application of npc
17      nn_npcp     =  365         ! npc control print frequency
18   !
19   ln_zdfddm   = .false.   ! double diffusive mixing
20      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
21      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
22   !
23   !                       ! gravity wave-driven vertical mixing
24   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
25   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
26   !
27   !                       ! coefficients
28   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
29   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
30   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
31   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
32/
Note: See TracBrowser for help on using the repository browser.