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.
axis_def_nemo.xml in NEMO/branches/2019/dev_r12072_TOP-01_ENHANCE-11_CEthe/cfgs/SHARED – NEMO

source: NEMO/branches/2019/dev_r12072_TOP-01_ENHANCE-11_CEthe/cfgs/SHARED/axis_def_nemo.xml @ 12109

Last change on this file since 12109 was 12109, checked in by cetlod, 4 years ago

check out & merge dev_r11643_ENHANCE-11_CEthe_Shaconemo_diags branch onto dev_r12072_TOP-01_ENHANCE-11_CEthe

File size: 1.6 KB
Line 
1<!--
2============================================================================================================
3= Axis definition = = DO NOT CHANGE =
4============================================================================================================
5    -->
6
7    <axis_definition>
8      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" />
9      <!--   Vertical zoom for a 31-levels ORCA2 grid for eORCA1 300m corresponds to n=35 -->
10      <axis id="deptht300" axis_ref="deptht" >
11         <zoom_axis begin="0" n="19" />
12      </axis>
13      <axis id="depthu"  long_name="Vertical U levels" unit="m" positive="down" />
14      <axis id="depthv"  long_name="Vertical V levels" unit="m" positive="down" />
15      <axis id="depthw"  long_name="Vertical W levels" unit="m" positive="down" />
16      <axis id="nfloat"  long_name="Float number"      unit="-"                 />
17      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               />
18      <axis id="ncatice" long_name="Ice category"       unit="1"               />
19      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            />
20      <axis id="iax_26C" long_name="26 degC isotherm"   unit="degC"            />
21      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            />
22      <axis id="basin"   long_name="Sub-basin mask (1=Global 2=Atlantic 3=Indo-Pacific 4=Indian, 5=Pacific)"  unit="1" />
23      <axis id="nstrait" long_name="Number of straits" unit="1" />
24      <axis id="section"     n_glo="16" />
25      <axis id="section_ice" n_glo="4" />
26      <axis id="gau" />
27    </axis_definition>
Note: See TracBrowser for help on using the repository browser.