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-CMIP6.xml in NEMO/branches/UKMO/NEMO_4.0_GO8_package/cfgs/METO_GO/EXPREF – NEMO

source: NEMO/branches/UKMO/NEMO_4.0_GO8_package/cfgs/METO_GO/EXPREF/context_nemo-CMIP6.xml @ 11110

Last change on this file since 11110 was 11110, checked in by davestorkey, 5 years ago

UKMO/NEMO_4.0_GO8_package branch: Enable product diagnostics uT, vT, wS etc. (as in GO6 package branch).

File size: 2.3 KB
RevLine 
[10898]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 ocean sea ice                      -->
11<!--    <field_definition src="./field_def_nemo-bgc.xml"/>   <!--  NEMO ocean biogeochemistry with PISCES  -->
12
13
14<!-- Files definition -->
15    <file_definition src="./file_def_nemo-oce-CMIP6.xml"/>     <!--  NEMO ocean dynamics                     -->
16    <file_definition src="./file_def_nemo-ice-CMIP6.xml"/>     <!--  NEMO ocean sea ice                      -->
17<!--    <file_definition src="./file_def_nemo-bgc.xml"/>     <!--  NEMO ocean biogeochemistry with PISCES  -->
18    <!--
19============================================================================================================
20= grid definition = = DO NOT CHANGE =
21============================================================================================================
22    -->
23   
24    <axis_definition>
25      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" />
26      <axis id="deptht300" axis_ref="deptht" >
27         <zoom_axis begin="0" n="35" />
28      </axis>
29      <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" />
30      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" />
31      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" />
32      <axis id="nfloat" long_name="Float number"      unit="-"                 />
33      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               />
34      <axis id="ncatice" long_name="Ice category"       unit="1"               />
35      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            />
36      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            />
[11110]37      <axis id="deptht_surface" axis_ref="deptht" >
38         <zoom_axis begin=" 0 " n=" 1 " />
39      </axis>
[10898]40    </axis_definition>
41 
42    <domain_definition src="./domain_def_nemo.xml"/>
43 
44    <grid_definition src="./grid_def_nemo.xml"/>
45
46</context>
Note: See TracBrowser for help on using the repository browser.