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 6072 for branches/UKMO/dev_r5107_mld_zint/NEMOGCM/CONFIG/SHARED/field_def.xml – NEMO

Ignore:
Timestamp:
2015-12-16T17:12:13+01:00 (8 years ago)
Author:
hadcv
Message:

Changes to allow up to 5 separate MLD definitions in the namelist.

  • Altered the namzdf_mldzint namelist to allow up to 5 MLD definitions
    • The namelist parameters have been converted to a Fortran structure format
    • The zdfmxl module has been restructured to work with this
    • A new parameter in namzdf_mldzint controls the number of these diagnostics to calculate
    • The XIOS field_def file has been updated with new definitions
  • A heat content diagnostic integrated over each defined MLD has been added
  • An additional MLD criterion type has been added for density (nn_mld_type = 0)
File:
1 edited

Legend:

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

    r5534 r6072  
    5353         <field id="mldr10_1max"  long_name="Max of Mixed Layer Depth (dsigma = 0.01 wrt 10m)"   field_ref="mldr10_1"   operation="maximum"                                                                          /> 
    5454         <field id="mldr10_1min"  long_name="Min of Mixed Layer Depth (dsigma = 0.01 wrt 10m)"   field_ref="mldr10_1"   operation="minimum"                                                                          /> 
    55          <field id="mldzint"      long_name="Mixed Layer Depth interpolated"                     standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta"                                unit="m"          /> 
     55         <field id="mldzint_1"    long_name="Mixed Layer Depth interpolated"                     standard_name="ocean_mixed_layer_thickness"                                                       unit="m"          /> 
     56         <field id="mldzint_2"     field_ref="mldzint_1" /> 
     57         <field id="mldzint_3"     field_ref="mldzint_1" /> 
     58         <field id="mldzint_4"     field_ref="mldzint_1" /> 
     59         <field id="mldzint_5"     field_ref="mldzint_1" /> 
     60         <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"       /> 
     61         <field id="mldhtc_2"      field_ref="mldhtc_1"  /> 
     62         <field id="mldhtc_3"      field_ref="mldhtc_1"  /> 
     63         <field id="mldhtc_4"      field_ref="mldhtc_1"  /> 
     64         <field id="mldhtc_5"      field_ref="mldhtc_1"  /> 
    5665         <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"       /> 
    5766         <field id="saltc"        long_name="Salt content vertically integrated"                                                                                                                   unit="1e-3*kg/m2" /> 
Note: See TracChangeset for help on using the changeset viewer.