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/branches/2019/dev_r11756_grid_definitions/cfgs/C1D_PAPA/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11756_grid_definitions/cfgs/C1D_PAPA/EXPREF/context_nemo.xml @ 11810

Last change on this file since 11810 was 11810, checked in by andmirek, 4 years ago

Ticket #2255. Add grids definitioh for grid_T_SFC gznl_T_2D gznl_T_3D gznl_W_3D

File size: 1.8 KB
RevLine 
[9799]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"            />
[11810]29      <axis id="deptht_surface" axis_ref="deptht" >
30         <zoom_axis begin=" 1 " n=" 1 " />
31      </axis>
[9799]32    </axis_definition>
33 
34    <domain_definition src="./domain_def_nemo.xml"/>
35 
[9930]36    <grid_definition src="./grid_def_nemo.xml"/>
37   
[9799]38</context>
Note: See TracBrowser for help on using the repository browser.