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.
Changeset 12912 for NEMO/branches/UKMO/NEMO_4.0.2_FKOSM/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-05-12T14:51:37+02:00 (4 years ago)
Author:
cguiavarch
Message:

OSMOSIS and Fox-Kemper changes (merged from NEMO_4.0.1_FKOSM)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.2_FKOSM/cfgs/SHARED/namelist_ref

    r12658 r12912  
    257257   ln_COARE_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    258258   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     259 
     260   ln_humi_dpt    = .false.   !  Supply dewpoint tempearture instead of specific humidity (is true for ERA5) 
     261 
    259262      ! 
    260263      rn_zqt      = 10.       !  Air temperature & humidity reference height (m) 
     
    10881091&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    10891092!----------------------------------------------------------------------- 
    1090    ln_use_osm_la = .false.      !  Use namelist  rn_osm_la 
     1093   ln_use_osm_la = .false.     !  Use   rn_osm_la 
    10911094   rn_osm_la     = 0.3         !  Turbulent Langmuir number 
    10921095   rn_osm_dstokes     = 5.     !  Depth scale of Stokes drift (m) 
     
    11031106      !                        !  = 1: Pierson Moskowitz wave spectrum 
    11041107      !                        !  = 0: Constant La# = 0.3 
     1108   ln_osm_mle = .false.        !  Use integrated FK-OSM model 
     1109/ 
     1110!----------------------------------------------------------------------- 
     1111&namosm_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
     1112!----------------------------------------------------------------------- 
     1113   rn_osm_mle_ce       = 0.06      ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     1114   nn_osm_mle          = 0         ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     1115   rn_osm_mle_lf       = 5.e+3     ! typical scale of mixed layer front (meters)                      (case rn_osm_mle=0) 
     1116   rn_osm_mle_time     = 172800.   ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_osm_mle=0) 
     1117   rn_osm_mle_lat      = 20.       ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     1118   rn_osm_mle_rho_c =    0.01      ! delta rho criterion used to calculate MLD for FK 
     1119   rn_osm_mle_thresh = 0.0005      ! delta b criterion used for FK MLD criterion 
     1120   rn_osm_mle_tau     = 172800.   ! time scale for FK-OSM (seconds)  (case rn_osm_mle=0) 
    11051121/ 
    11061122!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.