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 12222 – NEMO

Changeset 12222


Ignore:
Timestamp:
2019-12-12T17:01:51+01:00 (4 years ago)
Author:
agn
Message:

added FK/OSM namelist vars in namelist_ref

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/SHARED/namelist_ref

    r12178 r12222  
    10861086&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    10871087!----------------------------------------------------------------------- 
    1088    ln_use_osm_la = .false.      !  Use namelist  rn_osm_la 
     1088   ln_use_osm_la = .false.     !  Use   rn_osm_la 
    10891089   rn_osm_la     = 0.3         !  Turbulent Langmuir number 
    10901090   rn_osm_dstokes     = 5.     !  Depth scale of Stokes drift (m) 
     
    11011101      !                        !  = 1: Pierson Moskowitz wave spectrum 
    11021102      !                        !  = 0: Constant La# = 0.3 
     1103   ln_osm_mle = .false.        !  Use integrated FK-OSM model 
     1104/ 
     1105!----------------------------------------------------------------------- 
     1106&namosm_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
     1107!----------------------------------------------------------------------- 
     1108   rn_osm_mle_ce       = 0.06      ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     1109   nn_osm_mle          = 0         ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     1110   rn_osm_mle_lf       = 5.e+3     ! typical scale of mixed layer front (meters)                      (case rn_osm_mle=0) 
     1111   rn_osm_mle_time     = 172800.   ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_osm_mle=0) 
     1112   rn_osm_mle_lat      = 20.       ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     1113   rn_osm_mle_rho_c =    0.01      ! delta rho criterion used to calculate MLD for FK 
     1114   rn_osm_mle_thresh = 0.0005      ! delta b criterion used for FK MLD criterion 
     1115   rn_osm_mle_tau     = 172800.   ! time scale for FK-OSM (seconds)  (case rn_osm_mle=0) 
    11031116/ 
    11041117!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.