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 – 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
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r4229 r4233  
    553553   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    554554   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
     555/ 
     556!----------------------------------------------------------------------- 
     557&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     558!----------------------------------------------------------------------- 
     559   ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     560   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     561   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     562   rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     563   rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     564   rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     565   nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     566   nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
     567   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    555568/ 
    556569!---------------------------------------------------------------------------------- 
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/GYRE/EXP00/iodef.xml

    r3983 r4233  
    4747     <field field_ref="mldr10_1"     name="somxl010"  /> 
    4848     <field field_ref="mldkz5"       name="somixhgt"  /> 
    49         </file> 
     49           <!-- variables available with MLE 
     50          <field field_ref="Lf_NHpf"    name="Lf_NHpf"  long_name="MLE:_Lf=NH/f"     /> 
     51      --> 
     52       </file> 
    5053    
    5154   <file id="file2" name_suffix="_grid_U" description="ocean U grid variables" > 
    5255          <field field_ref="uoce"         name="vozocrtx"  /> 
    5356          <field field_ref="utau"         name="sozotaux"  /> 
     57          <!-- variables available with MLE 
     58          <field field_ref="psiu_mle"     name="psiu_mle"  long_name="MLE_streamfunction_along_i-axis" /> 
     59     --> 
    5460        </file> 
    5561    
     
    5763          <field field_ref="voce"         name="vomecrty"  />  
    5864          <field field_ref="vtau"         name="sometauy"  />  
     65          <!-- variables available with MLE 
     66          <field field_ref="psiv_mle"     name="psiv_mle"  long_name="MLE_streamfunction_along_j-axis" /> 
     67     --> 
    5968        </file> 
    6069    
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r4229 r4233  
    589589   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    590590   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl  
     591/ 
     592!----------------------------------------------------------------------- 
     593&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     594!----------------------------------------------------------------------- 
     595   ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     596   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     597   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     598   rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     599   rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     600   rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     601   nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     602   nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
     603   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    591604/ 
    592605!---------------------------------------------------------------------------------- 
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist

    r4229 r4233  
    589589   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    590590   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl  
     591/ 
     592!----------------------------------------------------------------------- 
     593&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     594!----------------------------------------------------------------------- 
     595   ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     596   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     597   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     598   rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     599   rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     600   rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     601   nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     602   nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
     603   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    591604/ 
    592605!---------------------------------------------------------------------------------- 
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/iodef.xml

    r3983 r4233  
    4747     <field field_ref="mldr10_1"     name="somxl010"  /> 
    4848     <field field_ref="mldkz5"       name="somixhgt"  /> 
     49           <!-- variables available with MLE 
     50          <field field_ref="Lf_NHpf"    name="Lf_NHpf"  long_name="MLE:_Lf=NH/f"     /> 
     51      --> 
    4952        </file> 
    5053    
     
    5255          <field field_ref="uoce"         name="vozocrtx"  /> 
    5356          <field field_ref="utau"         name="sozotaux"  /> 
     57          <!-- variables available with MLE 
     58          <field field_ref="psiu_mle"     name="psiu_mle"  long_name="MLE_streamfunction_along_i-axis" /> 
     59     --> 
    5460        </file> 
    5561    
     
    5763          <field field_ref="voce"         name="vomecrty"  />  
    5864          <field field_ref="vtau"         name="sometauy"  />  
     65          <!-- variables available with MLE 
     66          <field field_ref="psiv_mle"     name="psiv_mle"  long_name="MLE_streamfunction_along_j-axis" /> 
     67     --> 
    5968        </file> 
    6069    
  • 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!---------------------------------------------------------------------------------- 
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml

    r3984 r4233  
    6666     <field field_ref="erp"          name="sowafldp"  /> 
    6767     <field field_ref="ist_ipa"      name="soicetem"  /> 
    68      <field field_ref="icealb_cea"   name="soicealb"  />    
     68     <field field_ref="icealb_cea"   name="soicealb"  />  
     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="uoce_eiv"     name="vozoeivu"  /> 
    7477     <field field_ref="utau"         name="sozotaux"  /> 
     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="voce_eiv"     name="vomeeivv"  /> 
    8086     <field field_ref="vtau"         name="sometauy"  /> 
     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_OFF_PISCES/EXP00/namelist

    r4229 r4233  
    565565   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    566566   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
     567/ 
     568!----------------------------------------------------------------------- 
     569&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     570!----------------------------------------------------------------------- 
     571   ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     572   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     573   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     574   rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     575   rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     576   rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     577   nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     578   nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
     579   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    567580/ 
    568581!----------------------------------------------------------------------- 
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/CONFIG/SHARED/field_def.xml

    r3983 r4233  
    2929         <field id="mldr10_1"     long_name="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        /> 
    3030         <field id="rhop"         long_name="potential density (sigma0)"                unit="kg/m3" grid_ref="grid_T_3D"/> 
     31         <!-- variables available with MLE --> 
     32         <field id="Lf_NHpf"      long_name="MLE: Lf = N H / f"                         unit="m"                        /> 
    3133         <!-- next variables available with key_diahth --> 
    3234         <field id="mlddzt"       long_name="Thermocline Depth (max dT/dz)"             unit="m"                        /> 
     
    140142         <field id="uoce"         long_name="ocean current along i-axis"                  unit="m/s"  grid_ref="grid_U_3D" /> 
    141143         <field id="uocetr_eff"   long_name="Effective ocean transport along i-axis"      unit="m3/s" grid_ref="grid_U_3D" /> 
     144         <!-- variables available with MLE --> 
     145         <field id="psiu_mle"     long_name="MLE streamfunction along i-axis"             unit="m3/s"  grid_ref="grid_U_3D"  /> 
    142146         <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    143147         <field id="uoce_eiv"     long_name="EIV ocean current along i-axis"              unit="m/s"  grid_ref="grid_U_3D" /> 
     
    159163         <field id="voce"         long_name="ocean current along j-axis"                  unit="m/s"  grid_ref="grid_V_3D" /> 
    160164         <field id="vocetr_eff"   long_name="Effective ocean transport along j-axis"      unit="m3/s" grid_ref="grid_V_3D" /> 
     165         <!-- variables available with MLE --> 
     166         <field id="psiv_mle"     long_name="MLE streamfunction along j-axis"             unit="m3/s"  grid_ref="grid_V_3D"  /> 
    161167         <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    162168         <field id="voce_eiv"     long_name="EIV ocean current along j-axis"              unit="m/s"  grid_ref="grid_V_3D" /> 
Note: See TracChangeset for help on using the changeset viewer.