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_OCE.xml in NEMO/trunk/tests/STATION_ASF/EXPREF – NEMO

source: NEMO/trunk/tests/STATION_ASF/EXPREF/context_nemo_OCE.xml @ 14072

Last change on this file since 14072 was 14072, checked in by laurent, 3 years ago

Merging branch "2020/dev_r13648_ASINTER-04_laurent_bulk_ice", ticket #2369

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