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

source: NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF/context_nemo.xml @ 10226

Last change on this file since 10226 was 10226, checked in by aumont, 5 years ago

namelist and xml files updated for the sediment module

File size: 1.8 KB
RevLine 
[7635]1<!--
2 ==============================================================================================
3    NEMO context
4==============================================================================================
5-->
6<context id="nemo">
7<!-- $id$ -->
8<!-- Fields definition -->
[9572]9    <field_definition src="./field_def_nemo-oce.xml"/>   <!--  Ocean biology                     -->
[7635]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" />
[10226]25      <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" />
[7635]26      <axis id="nfloat" long_name="Float number"      unit="-"                 />
27      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               />
28      <axis id="ncatice" long_name="Ice category"       unit="1"               />
29      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            />
30      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            />
31    </axis_definition>
32 
33    <domain_definition src="./domain_def_nemo.xml"/>
34 
[9930]35    <grid_definition src="./grid_def_nemo.xml"/>
36   
[7635]37</context>
Note: See TracBrowser for help on using the repository browser.