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/tests/STATION_ASF/EXPREF – NEMO

source: NEMO/trunk/tests/STATION_ASF/EXPREF/context_nemo.xml @ 13108

Last change on this file since 13108 was 12199, checked in by laurent, 4 years ago

Catches up with SBCBLK bugfixes of branch "dev_r12072_MERGE_OPTION2_2019"

File size: 1.9 KB
Line 
1<!--
2    ==============================================================================================
3    NEMO context
4    ==============================================================================================
5-->
6<context id="nemo">
7  <variable_definition>
8    <!-- Year/Month/Day of time origin for NetCDF files; defaults to 1800-01-01 -->
9    <variable id="ref_year"  type="int"> 1970 </variable>
10    <variable id="ref_month" type="int"> 01 </variable>
11    <variable id="ref_day"   type="int"> 01 </variable>
12  </variable_definition>
13  <!-- -->
14  <!-- Fields definition -->
15  <field_definition src="./field_def_nemo-oce.xml"/>   <!--  NEMO ocean dynamics                     -->
16
17  <!-- Files definition -->
18  <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics                     -->
19  <!--
20      ============================================================================================================
21      = grid definition = = DO NOT CHANGE =
22      ============================================================================================================
23  -->
24
25  <axis_definition>
26    <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" />
27    <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" />
28    <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" />
29    <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" />
30    <axis id="nfloat" long_name="Float number"      unit="-"                 />
31    <axis id="icbcla"  long_name="Iceberg class"      unit="1"               />
32    <axis id="ncatice" long_name="Ice category"       unit="1"               />
33    <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            />
34    <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            />
35  </axis_definition>
36
37  <domain_definition src="./domain_def_nemo.xml"/>
38
39  <grid_definition src="./grid_def_nemo.xml"/>
40
41</context>
Note: See TracBrowser for help on using the repository browser.