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 14921 for NEMO/trunk/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2021-05-28T14:19:26+02:00 (3 years ago)
Author:
smueller
Message:

Merge of development branch /NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining into /NEMO/trunk (ticket #2353)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r14903 r14921  
    12651265                               !  = 2:use surface value of SD fit to slope at rn_osm_hblfrac*hbl below surface 
    12661266   ln_zdfosm_ice_shelter = .true.  ! reduce surface SD and depth scale under ice 
    1267    ln_osm_mle = .false.        !  Use integrated FK-OSM model 
     1267   ln_osm_mle = .true.         !  Use integrated FK-OSM model 
    12681268/ 
    12691269!----------------------------------------------------------------------- 
     
    12731273   nn_osm_mle          = 0         ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
    12741274   rn_osm_mle_lf       = 5.e+3     ! typical scale of mixed layer front (meters)                      (case rn_osm_mle=0) 
    1275    rn_osm_mle_time     = 172800.   ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_osm_mle=0) 
     1275   rn_osm_mle_time     = 43200.    ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_osm_mle=0) 
    12761276   rn_osm_mle_lat      = 20.       ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
    1277    rn_osm_mle_rho_c =    0.01      ! delta rho criterion used to calculate MLD for FK 
    1278    rn_osm_mle_thresh  = 0.0005     ! delta b criterion used for FK MLE criterion 
    1279    rn_osm_mle_tau     = 172800.    ! time scale for FK-OSM (seconds)  (case rn_osm_mle=0) 
    1280    ln_osm_hmle_limit   = .false.   ! limit hmle to rn_osm_hmle_limit*hbl 
    1281    rn_osm_hmle_limit   = 1.2 
     1277   rn_osm_mle_rho_c    = 0.03      ! delta rho criterion used to calculate MLD for FK 
     1278   rn_osm_mle_thresh   = 0.0001    ! delta b criterion used for FK MLE criterion 
     1279   rn_osm_mle_tau      = 172800.   ! time scale for FK-OSM (seconds)  (case rn_osm_mle=0) 
     1280   ln_osm_hmle_limit   = .true.    ! If true, limit hmle to rn_osm_hmle_limit*hbl 
     1281   rn_osm_hmle_limit   = 1.5 
    12821282   / 
    12831283!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.