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/ORCA2_LIM/EXP00/iodef_crs.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/ORCA2_LIM/EXP00/iodef_crs.xml

    r5107 r5166  
    233233     
    234234   <axis_definition>   
    235       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    236       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    237       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    238       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    239    </axis_definition>  
     235      <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
     236      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
     237      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
     238      <axis id="depthw"  long_name="Vertical W levels"  unit="m" positive="down" /> 
     239      <axis id="nfloat"  long_name="Float number"       unit="1"                 /> 
     240      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
     241      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     242   </axis_definition> 
    240243     
    241244   <domain_definition src="./domain_def.xml"/> 
Note: See TracChangeset for help on using the changeset viewer.