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

source: NEMO/trunk/doc/namelists/namosm_mle @ 14176

Last change on this file since 14176 was 14176, checked in by nicolasmartin, 3 years ago

Update of namelists

File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namosm_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
3!-----------------------------------------------------------------------
4   rn_osm_mle_ce       = 0.06      ! magnitude of the MLE (typical value: 0.06 to 0.08)
5   nn_osm_mle          = 0         ! MLE type: =0 standard Fox-Kemper ; =1 new formulation
6   rn_osm_mle_lf       = 5.e+3     ! typical scale of mixed layer front (meters)                      (case rn_osm_mle=0)
7   rn_osm_mle_time     = 172800.   ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_osm_mle=0)
8   rn_osm_mle_lat      = 20.       ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1)
9   rn_osm_mle_rho_c =    0.01      ! delta rho criterion used to calculate MLD for FK
10   rn_osm_mle_thresh  = 0.0005     ! delta b criterion used for FK MLE criterion
11   rn_osm_mle_tau     = 172800.    ! time scale for FK-OSM (seconds)  (case rn_osm_mle=0)
12   ln_osm_hmle_limit   = .false.   ! limit hmle to rn_osm_hmle_limit*hbl
13   rn_osm_hmle_limit   = 1.2
14   /
Note: See TracBrowser for help on using the repository browser.