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 4233 for branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/ORCA2_LIM – NEMO

Ignore:
Timestamp:
2013-11-18T13:14:32+01:00 (11 years ago)
Author:
cbricaud
Message:

commit dev_r3948_NOC_FK into dev_MERCATOR_UKMO_2013

Location:
branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/ORCA2_LIM/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_default.xml

    r3983 r4233  
    6767     <field field_ref="mldkz5"       /> 
    6868     <field field_ref="mldr10_1"     /> 
     69           <!-- variables available with MLE 
     70          <field field_ref="Lf_NHpf"    name="Lf_NHpf"  long_name="MLE:_Lf=NH/f"     /> 
     71      --> 
    6972   </file> 
    7073    
     
    7376     <field field_ref="suoce"        name="uos"     long_name="sea_surface_x_velocity"    /> 
    7477     <field field_ref="utau"         name="tauuo"   long_name="surface_downward_x_stress" /> 
     78          <!-- variables available with MLE 
     79          <field field_ref="psiu_mle"     name="psiu_mle"  long_name="MLE_streamfunction_along_i-axis" /> 
     80     --> 
    7581   </file> 
    7682    
     
    7985     <field field_ref="svoce"        name="vos"     long_name="sea_surface_y_velocity"    /> 
    8086     <field field_ref="vtau"         name="tauvo"   long_name="surface_downward_y_stress" /> 
     87          <!-- variables available with MLE 
     88          <field field_ref="psiv_mle"     name="psiv_mle"  long_name="MLE_streamfunction_along_j-axis" /> 
     89     --> 
    8190   </file> 
    8291    
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

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