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/2020/r12377_ticket2386/cfgs/ORCA2_ICE_ABL/EXPREF – NEMO

source: NEMO/branches/2020/r12377_ticket2386/cfgs/ORCA2_ICE_ABL/EXPREF/context_nemo.xml @ 12808

Last change on this file since 12808 was 11306, checked in by smasson, 5 years ago

dev_r11265_ABL : add ORCA2_ICE_ABL configuration, see #2131

File size: 2.1 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    <field_definition src="./field_def_nemo-ice.xml"/>    <!--  NEMO sea-ice model      --> 
11
12<!-- Files definition -->
13    <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics      --> 
14    <file_definition src="./file_def_nemo-ice.xml"/>     <!--  NEMO sea-ice model       --> 
15    <!--
16============================================================================================================
17= grid definition = = DO NOT CHANGE =
18============================================================================================================
19    -->
20   
21    <axis_definition>
22      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" />
23      <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" />
24      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" />
25      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" />
26      <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" />
27      <axis id="nfloat" long_name="Float number"      unit="-"                 />
28      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               />
29      <axis id="ncatice" long_name="Ice category"       unit="1"               />
30      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            />
31      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            />
32      <!-- ABL vertical axis definition -->
33      <axis id="ght_abl" long_name="ABL Vertical T levels" unit="m" positive="up"   />
34      <axis id="ghw_abl" long_name="ABL Vertical W levels" unit="m" positive="up"   />
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.