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 5199 for branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/iodef.xml – NEMO

Ignore:
Timestamp:
2015-04-07T14:27:31+02:00 (9 years ago)
Author:
hadcv
Message:

Addition of standard_name entries and other changes.

  • XIOS namelist changes:
    • Added standard_name entries to field_def.xml for physical ocean variables and SBC fields
      • This does not cover all variables!
    • Added some new variable definitions
    • Renamed the coupled variable "calving" to "calving_cea" to avoid a clash with the ICB variable
    • Removed long_name entries from iodef.xml files
      • iodef_ar5.xml has been preserved where possible
    • Added axis definitions for 20C and 28C isotherm depths
    • Performed some minor cleaning and opportunistic minor edits
  • NEMO changes:
    • Replaced an iom_put call in DIA/diahth.F90 with a definition in field_def.xml
    • Added axis definitions for 20C and 28C isotherm depths
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/iodef.xml

    r5166 r5199  
    4343     <field field_ref="empmr"        name="sowaflup"  /> 
    4444     <field field_ref="qsr"          name="soshfldo"  /> 
    45           <field field_ref="saltflx"      name="sosfldow"  /> 
     45      <field field_ref="saltflx"      name="sosfldow"  /> 
    4646     <field field_ref="qt"           name="sohefldo"  /> 
    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       --> 
    5249        </file> 
    5350    
     
    5552          <field field_ref="uoce"         name="vozocrtx"  /> 
    5653          <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      --> 
    6054        </file> 
    6155    
     
    6357          <field field_ref="voce"         name="vomecrty"  />  
    6458          <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      --> 
    6859        </file> 
    6960    
     
    139130      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
    140131      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     132      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     133      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
    141134   </axis_definition>  
    142135     
Note: See TracChangeset for help on using the changeset viewer.