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 5682 for branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_oldstyle.xml – NEMO

Ignore:
Timestamp:
2015-08-12T17:46:45+02:00 (9 years ago)
Author:
mattmartin
Message:

OBS simplification changes committed to branch after running SETTE tests to make sure we get the same results as the trunk for ORCA2_LIM_OBS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_oldstyle.xml

    r4153 r5682  
    111111     
    112112   <axis_definition>   
    113       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    114       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    115       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    116       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    117       <axis id="nfloat" long_name="Float number"      unit="-"  /> 
    118       <axis id="icbcla" long_name="Iceberg class"     unit="-"  /> 
    119    </axis_definition>  
     113      <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
     114      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
     115      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
     116      <axis id="depthw"  long_name="Vertical W levels"  unit="m" positive="down" /> 
     117      <axis id="nfloat"  long_name="Float number"       unit="1"                 /> 
     118      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
     119      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     120      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     121      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
     122   </axis_definition> 
    120123     
    121124   <domain_definition src="./domain_def.xml"/> 
     
    130133     <grid id="grid_W_2D" domain_ref="grid_W"/> 
    131134     <grid id="grid_W_3D" domain_ref="grid_W" axis_ref="depthw"/> 
     135     <grid id="gznl_T_2D" domain_ref="gznl"/> 
     136     <grid id="gznl_T_3D" domain_ref="gznl" axis_ref="deptht"/> 
     137     <grid id="gznl_W_3D" domain_ref="gznl" axis_ref="depthw"/> 
    132138    </grid_definition>    
    133139  </context> 
Note: See TracChangeset for help on using the changeset viewer.