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/branches/2020/ticket_2444/doc/namelists – NEMO

source: NEMO/branches/2020/ticket_2444/doc/namelists/namzdf @ 12771

Last change on this file since 12771 was 10445, checked in by nicolasmartin, 5 years ago

Update the content of namelists folder with last revision of namelist*_ref
Add also PISCES and TRC specific namelists

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