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

Ignore:
Timestamp:
2015-03-24T17:39:45+01:00 (9 years ago)
Author:
hadcv
Message:
  • XIOS namelist changes:
    • Make units attributes UDUnits-compatible
    • Correct a couple of variable grid references
    • Remove a few duplicate field definitions
    • Rename a duplicate field definition for ice calving
    • Add a missing axis definition
    • Other minor changes
  • NEMO changes:
    • Rename sbccpl calving variable iom_put ID
File:
1 edited

Legend:

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

    r4667 r5166  
    118118     
    119119   <axis_definition>   
    120       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    121       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    122       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    123       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    124       <axis id="nfloat" long_name="Float number"      unit="-"  /> 
    125       <axis id="icbcla" long_name="Iceberg class"     unit="-"  /> 
     120      <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
     121      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
     122      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
     123      <axis id="depthw"  long_name="Vertical W levels"  unit="m" positive="down" /> 
     124      <axis id="nfloat"  long_name="Float number"       unit="1"                 /> 
     125      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
     126      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
    126127   </axis_definition>  
    127128     
Note: See TracChangeset for help on using the changeset viewer.