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/dev_r9950_GO8_package/cfgs/METO_GO/EXPREF – NEMO

source: NEMO/branches/UKMO/dev_r9950_GO8_package/cfgs/METO_GO/EXPREF/context_nemo-CMIP6.xml @ 10320

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

UKMO/branches/dev_r9950_GO8_package:

  1. Remove grid definitions from context-nemo.xml and import standard grid_def.xml file instead.
  2. Bug fix for definition of depthX_bounds in iom.F90.
File size: 2.2 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 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"            />
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.