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 3959 for branches/2013/dev_r3948_NOC_FK/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist – NEMO

Ignore:
Timestamp:
2013-07-08T18:46:13+02:00 (11 years ago)
Author:
agn
Message:

Gurvan's FK + separate rn_rho_c_mle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3948_NOC_FK/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3795 r3959  
    581581   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    582582   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
     583/ 
     584 !----------------------------------------------------------------------- 
     585&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     586!----------------------------------------------------------------------- 
     587   ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     588   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     589   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     590   rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     591   rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     592   rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     593   nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     594   nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
     595   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    583596/ 
    584597!---------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.