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 6444 for branches/UKMO/dev_r5518_GC3p0_package/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2016-04-07T17:28:00+02:00 (8 years ago)
Author:
dancopsey
Message:

Merged in r5535 through r6335 of dev_r5107_mld_zint

Location:
branches/UKMO/dev_r5518_GC3p0_package/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GC3p0_package/NEMOGCM/CONFIG/SHARED/field_def.xml

    r6443 r6444  
    5454         <field id="mldr10_1max"  long_name="Max of Mixed Layer Depth (dsigma = 0.01 wrt 10m)"   field_ref="mldr10_1"   operation="maximum"                                                                          /> 
    5555         <field id="mldr10_1min"  long_name="Min of Mixed Layer Depth (dsigma = 0.01 wrt 10m)"   field_ref="mldr10_1"   operation="minimum"                                                                          /> 
    56          <field id="mldzint"      long_name="vertically-interpolated mixing layer depth"           unit="m"           /> 
     56         <field id="mldzint_1"    long_name="Mixed Layer Depth interpolated"                     standard_name="ocean_mixed_layer_thickness"                                                       unit="m"          /> 
     57         <field id="mldzint_2"    long_name="Mixed Layer Depth interpolated"                     standard_name="ocean_mixed_layer_thickness"                                                       unit="m"          /> 
     58         <field id="mldzint_3"    long_name="Mixed Layer Depth interpolated"                     standard_name="ocean_mixed_layer_thickness"                                                       unit="m"          /> 
     59         <field id="mldzint_4"    long_name="Mixed Layer Depth interpolated"                     standard_name="ocean_mixed_layer_thickness"                                                       unit="m"          /> 
     60         <field id="mldzint_5"    long_name="Mixed Layer Depth interpolated"                     standard_name="ocean_mixed_layer_thickness"                                                       unit="m"          /> 
     61         <field id="mldhtc_1"     long_name="Mixed Layer Depth integrated heat content"          standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"       /> 
     62         <field id="mldhtc_2"     long_name="Mixed Layer Depth integrated heat content"          standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"       /> 
     63         <field id="mldhtc_3"     long_name="Mixed Layer Depth integrated heat content"          standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"       /> 
     64         <field id="mldhtc_4"     long_name="Mixed Layer Depth integrated heat content"          standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"       /> 
     65         <field id="mldhtc_5"     long_name="Mixed Layer Depth integrated heat content"          standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"       /> 
    5766         <field id="heatc"        long_name="Heat content vertically integrated"                 standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content"   unit="J/m2"       /> 
    5867         <field id="saltc"        long_name="Salt content vertically integrated"                                                                                                                   unit="1e-3*kg/m2" /> 
  • branches/UKMO/dev_r5518_GC3p0_package/NEMOGCM/CONFIG/SHARED/namelist_ref

    r6443 r6444  
    885885!!    namzdf_tmx        tidal mixing parameterization                   ("key_zdftmx") 
    886886!!    namzdf_tmx_new    new tidal mixing parameterization               ("key_zdftmx_new") 
     887!!    namzdf_tmx_new    new tidal mixing parameterization               ("key_zdftmx_new") 
    887888!!    namzdf_mldzint vertically-interpolated mixed-layer depth parameters 
    888889!!====================================================================== 
     
    10021003&namzdf_mldzint    !   Parameters for vertically-interpolated mixed-layer depth diagnostic 
    10031004!------------------------------------------------------------------------------------------ 
    1004          nn_mld_type   = 1      ! mixed layer type 
    1005          rn_zref       = 10.0   ! depth of initial reference temperature 
    1006          rn_dT_crit    = 0.2    ! critical temperature difference 
    1007          rn_iso_frac   = 0.1    ! fraction of critical temperature difference used 
     1005   nn_mld_diag = 0         !  Number of MLD diagnostics to use from below 
     1006 
     1007!              ! MLD criterion ! Reference ! Finite difference ! Gradient layer ! 
     1008!              ! type          ! depth     ! criterion         ! criterion      ! 
     1009   sn_mld1     =       1       ,    10.0   ,        0.2        ,       0.1 
     1010   sn_mld2     =       ''      ,      ''   ,         ''        ,        '' 
     1011   sn_mld3     =       ''      ,      ''   ,         ''        ,        '' 
     1012   sn_mld4     =       ''      ,      ''   ,         ''        ,        '' 
     1013   sn_mld5     =       ''      ,      ''   ,         ''        ,        '' 
    10081014/ 
    10091015 
Note: See TracChangeset for help on using the changeset viewer.