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_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/ORCA2_ICE_PISCES/EXPREF/context_nemo.xml @ 11275

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

dev_r11265_ABL : add ABL interface, see #2131

File size: 2.3 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    <field_definition src="./field_def_nemo-pisces.xml"/> <!--  NEMO ocean biology      --> 
12
13<!-- Files definition -->
14    <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics      --> 
15    <file_definition src="./file_def_nemo-ice.xml"/>     <!--  NEMO sea-ice model       --> 
16    <file_definition src="./file_def_nemo-pisces.xml"/>  <!--  NEMO ocean biology       --> 
17    <!--
18============================================================================================================
19= grid definition = = DO NOT CHANGE =
20============================================================================================================
21    -->
22   
23    <axis_definition>
24      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" />
25      <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" />
26      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" />
27      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" />
28      <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" />
29      <axis id="nfloat" long_name="Float number"      unit="-"                 />
30      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               />
31      <axis id="ncatice" long_name="Ice category"       unit="1"               />
32      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            />
33      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            />
34      <!-- ABL vertical axis definition -->
35      <axis id="ght_abl" long_name="ABL Vertical T levels" unit="m" positive="up"   />
36      <axis id="ghw_abl" long_name="ABL Vertical W levels" unit="m" positive="up"   />
37    </axis_definition>
38 
39    <domain_definition src="./domain_def_nemo.xml"/>
40 
41    <grid_definition src="./grid_def_nemo.xml"/>
42   
43</context>
Note: See TracBrowser for help on using the repository browser.