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

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

Last change on this file since 12771 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: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
3!-----------------------------------------------------------------------
4   ln_use_osm_la = .false.      !  Use namelist  rn_osm_la
5   rn_osm_la     = 0.3         !  Turbulent Langmuir number
6   rn_osm_dstokes     = 5.     !  Depth scale of Stokes drift (m)
7   nn_ave = 0                  ! choice of horizontal averaging on avt, avmu, avmv
8   ln_dia_osm = .true.         ! output OSMOSIS-OBL variables
9   rn_osm_hbl0 = 10.           ! initial hbl value
10   ln_kpprimix = .true.        ! Use KPP-style Ri# mixing below BL
11   rn_riinfty  = 0.7           ! Highest local Ri_g permitting shear instability
12   rn_difri  =  0.005          ! max Ri# diffusivity at Ri_g = 0 (m^2/s)
13   ln_convmix  = .true.        ! Use convective instability mixing below BL
14   rn_difconv = 1.             ! diffusivity when unstable below BL  (m2/s)
15   nn_osm_wave = 0             ! Method used to calculate Stokes drift
16      !                        !  = 2: Use ECMWF wave fields
17      !                        !  = 1: Pierson Moskowitz wave spectrum
18      !                        !  = 0: Constant La# = 0.3
19/
Note: See TracBrowser for help on using the repository browser.