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_XIOS/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_XIOS/EXP00/iodef.xml

    r5166 r5199  
    4242     <field field_ref="empmr"        name="sowaflup"  /> 
    4343     <field field_ref="qsr"          name="soshfldo"  /> 
    44           <field field_ref="saltflx"      name="sosfldow"  /> 
     44      <field field_ref="saltflx"      name="sosfldow"  /> 
    4545     <field field_ref="qt"           name="sohefldo"  /> 
    4646     <field field_ref="mldr10_1"     name="somxl010"  /> 
    4747     <field field_ref="mldkz5"       name="somixhgt"  /> 
    48            <!-- variables available with MLE 
    49           <field field_ref="Lf_NHpf"    name="Lf_NHpf"  long_name="MLE:_Lf=NH/f"     /> 
    50       --> 
    51        </file> 
     48    </file> 
    5249    
    5350   <file id="file2" name_suffix="_grid_U" description="ocean U grid variables" > 
    5451          <field field_ref="uoce"         name="vozocrtx"  /> 
    5552          <field field_ref="utau"         name="sozotaux"  /> 
    56           <!-- variables available with MLE 
    57           <field field_ref="psiu_mle"     name="psiu_mle"  long_name="MLE_streamfunction_along_i-axis" /> 
    58      --> 
    59         </file> 
     53    </file> 
    6054    
    6155   <file id="file3" name_suffix="_grid_V" description="ocean V grid variables" > 
    6256          <field field_ref="voce"         name="vomecrty"  />  
    6357          <field field_ref="vtau"         name="sometauy"  />  
    64           <!-- variables available with MLE 
    65           <field field_ref="psiv_mle"     name="psiv_mle"  long_name="MLE_streamfunction_along_j-axis" /> 
    66      --> 
    67         </file> 
     58    </file> 
    6859    
    6960   <file id="file4" name_suffix="_grid_W" description="ocean W grid variables" > 
     
    7162          <field field_ref="avt"          name="votkeavt" /> 
    7263          <field field_ref="aht2d"        name="soleahtw" /> 
    73         </file> 
     64    </file> 
    7465 
    7566      </file_group> 
     
    10293      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
    10394      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     95      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     96      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
    10497   </axis_definition>  
    10598     
Note: See TracChangeset for help on using the changeset viewer.