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/2018/dev_r9956_ENHANCE05_ZAD_AIMP/cfgs/ORCA2_OFF_PISCES/EXPREF – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/cfgs/ORCA2_OFF_PISCES/EXPREF/context_nemo.xml @ 9957

Last change on this file since 9957 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

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