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

    r5166 r5199  
    4040     <field field_ref="sss"          name="sosaline"  /> 
    4141     <field field_ref="ssh"          name="sossheig"  /> 
    42           <!-- variable for ice shelf --> 
    43           <field field_ref="qisf"         name="sohflisf"  /> 
    44           <field field_ref="fwfisf"       name="sowflisf"  /> 
    45           <field field_ref="isfgammat"    name="sogammat"  /> 
    46           <field field_ref="isfgammas"    name="sogammas"  /> 
    47         </file> 
     42      <!-- variable for ice shelf --> 
     43      <field field_ref="qisf"         name="sohflisf"  /> 
     44      <field field_ref="fwfisf"       name="sowflisf"  /> 
     45      <field field_ref="isfgammat"    name="sogammat"  /> 
     46      <field field_ref="isfgammas"    name="sogammas"  /> 
     47    </file> 
    4848   <file id="file2" output_freq="1mo" name_suffix="_grid_U" description="ocean U grid variables" > 
    4949          <field field_ref="uoce"         name="vozocrtx"  /> 
    50         </file> 
     50    </file> 
    5151   <file id="file3" output_freq="1mo" name_suffix="_grid_V" description="ocean V grid variables" > 
    5252          <field field_ref="voce"         name="vomecrty"  />  
    53         </file> 
     53    </file> 
    5454      </file_group> 
    5555      <file_group id="2m" output_freq="2mo" output_level="10" enabled=".TRUE."/> <!-- real 2m files --> 
     
    7878      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
    7979      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     80      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     81      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
    8082   </axis_definition>  
    8183     
Note: See TracChangeset for help on using the changeset viewer.