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/2020/dev_r13327_KERNEL-06_2_techene_e3/cfgs/SHARED – NEMO

source: NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/cfgs/SHARED/axis_def_nemo.xml @ 13512

Last change on this file since 13512 was 13512, checked in by techene, 4 years ago

#2385 add the possibility of having F grid files / variables (needed for SWE and maybe useful for having the vorticity at the right point)

File size: 1.9 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="depthf"  long_name="Vertical F levels" unit="m" positive="down" />
17      <axis id="nfloat"  long_name="Float number"      unit="-"                 />
18      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               />
19      <axis id="ncatice" long_name="Ice category"       unit="1"               />
20      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            />
21      <axis id="iax_26C" long_name="26 degC isotherm"   unit="degC"            />
22      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            />
23      <axis id="basin"   long_name="Sub-basin mask (1=Global 2=Atlantic 3=Indo-Pacific 4=Indian, 5=Pacific)"  unit="1" />
24      <axis id="nstrait" long_name="Number of straits" unit="1" />
25      <!-- ABL vertical axis definition -->
26      <axis id="ght_abl" long_name="ABL Vertical T levels" unit="m" positive="up"   />
27      <axis id="ghw_abl" long_name="ABL Vertical W levels" unit="m" positive="up"   />
28      <axis id="section"     n_glo="16" />
29      <axis id="section_ice" n_glo="4" />
30      <axis id="gau" />
31    </axis_definition>
Note: See TracBrowser for help on using the repository browser.