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 13872 for NEMO/branches/2020/dev_r13787_OSMOSIS_IMMERSE/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-11-25T13:58:07+01:00 (3 years ago)
Author:
acc
Message:

Branch dev_r13787_OSMOSIS_IMMERSE. Complete first stage port. With these changes ORCA2_ICE_PISCES, SETTE test will run with ln_zdfosm true (instead of ln_zdftke/ln_zdfevd). Standard tests are unaltered

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13787_OSMOSIS_IMMERSE/cfgs/SHARED/namelist_ref

    r13731 r13872  
    11981198&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    11991199!----------------------------------------------------------------------- 
    1200    ln_use_osm_la = .false.      !  Use namelist  rn_osm_la 
     1200   ln_use_osm_la = .false.     !  Use   rn_osm_la 
    12011201   rn_osm_la     = 0.3         !  Turbulent Langmuir number 
    1202    rn_osm_dstokes     = 5.     !  Depth scale of Stokes drift (m) 
     1202   rn_zdfosm_adjust_sd = 1.0   ! Stokes drift reduction factor 
     1203   rn_osm_hblfrac = 0.1        ! specify top part of hbl for nn_osm_wave = 3 or 4 
     1204   rn_osm_bl_thresh   = 5.e-5      !Threshold buoyancy for deepening of OSBL base 
    12031205   nn_ave = 0                  ! choice of horizontal averaging on avt, avmu, avmv 
    12041206   ln_dia_osm = .true.         ! output OSMOSIS-OBL variables 
     
    12081210   rn_difri  =  0.005          ! max Ri# diffusivity at Ri_g = 0 (m^2/s) 
    12091211   ln_convmix  = .true.        ! Use convective instability mixing below BL 
    1210    rn_difconv = 1.             ! diffusivity when unstable below BL  (m2/s) 
     1212   rn_difconv = 1. !0.01 !1.             ! diffusivity when unstable below BL  (m2/s) 
     1213   rn_osm_dstokes     = 5.     !  Depth scale of Stokes drift (m) 
    12111214   nn_osm_wave = 0             ! Method used to calculate Stokes drift 
    12121215      !                        !  = 2: Use ECMWF wave fields 
    12131216      !                        !  = 1: Pierson Moskowitz wave spectrum 
    12141217      !                        !  = 0: Constant La# = 0.3 
    1215 / 
     1218   nn_osm_SD_reduce = 0        ! Method used to get active Stokes drift from surface value 
     1219      !                        !  = 0: No reduction 
     1220                               !  = 1: use SD avged over top 10% hbl 
     1221                               !  = 2:use surface value of SD fit to slope at rn_osm_hblfrac*hbl below surface 
     1222   ln_zdfosm_ice_shelter = .true.  ! reduce surface SD and depth scale under ice 
     1223   ln_osm_mle = .false.        !  Use integrated FK-OSM model 
     1224/ 
     1225!----------------------------------------------------------------------- 
     1226&namosm_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
     1227!----------------------------------------------------------------------- 
     1228   rn_osm_mle_ce       = 0.06      ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     1229   nn_osm_mle          = 0         ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     1230   rn_osm_mle_lf       = 5.e+3     ! typical scale of mixed layer front (meters)                      (case rn_osm_mle=0) 
     1231   rn_osm_mle_time     = 172800.   ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_osm_mle=0) 
     1232   rn_osm_mle_lat      = 20.       ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     1233   rn_osm_mle_rho_c =    0.01      ! delta rho criterion used to calculate MLD for FK 
     1234   rn_osm_mle_thresh  = 0.0005     ! delta b criterion used for FK MLE criterion 
     1235   rn_osm_mle_tau     = 172800.    ! time scale for FK-OSM (seconds)  (case rn_osm_mle=0) 
     1236   ln_osm_hmle_limit   = .false.   ! limit hmle to rn_osm_hmle_limit*hbl 
     1237   rn_osm_hmle_limit   = 1.2 
     1238   / 
    12161239!----------------------------------------------------------------------- 
    12171240&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
Note: See TracChangeset for help on using the changeset viewer.