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.
context_nemo.xml in NEMO/trunk/cfgs/AMM12/EXPREF – NEMO

source: NEMO/trunk/cfgs/AMM12/EXPREF/context_nemo.xml @ 9930

Last change on this file since 9930 was 9930, checked in by smasson, 6 years ago

trunk: reactivate predefined zoom with xios2, see #2115

File size: 1.7 KB
Line 
1<!--
2 ==============================================================================================
3    NEMO context
4==============================================================================================
5-->
6<context id="nemo">
7<!-- $id$ -->
8<!-- Fields definition -->
9    <field_definition src="./field_def_nemo-oce.xml"/>   <!--  NEMO ocean dynamics                     -->
10
11<!-- Files definition -->
12    <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics                     -->
13    <!--
14============================================================================================================
15= grid definition = = DO NOT CHANGE =
16============================================================================================================
17    -->
18   
19    <axis_definition>
20      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" />
21      <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" />
22      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" />
23      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" />
24      <axis id="nfloat" long_name="Float number"      unit="-"                 />
25      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               />
26      <axis id="ncatice" long_name="Ice category"       unit="1"               />
27      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            />
28      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            />
29    </axis_definition>
30 
31    <domain_definition src="./domain_def_nemo.xml"/>
32 
33    <grid_definition src="./grid_def_nemo.xml"/>
34
35</context>
Note: See TracBrowser for help on using the repository browser.