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_SAS_ICE/EXPREF – NEMO

source: NEMO/trunk/cfgs/ORCA2_SAS_ICE/EXPREF/context_nemo.xml @ 12213

Last change on this file since 12213 was 12213, checked in by smasson, 4 years ago

trunk: update xml files to define missing grids, see #2255

File size: 2.5 KB
RevLine 
[7635]1<!--
2 ==============================================================================================
3    NEMO context
4==============================================================================================
5-->
6<context id="nemo">
7<!-- $id$ -->
[9151]8    <variable_definition>
9    <!-- Year of time origin for NetCDF files; defaults to 1800 -->
10       <variable id="ref_year" type="int"   > 1800 </variable>
11       <variable id="rau0"     type="float" > 1026.0 </variable>
12       <variable id="cpocean"  type="float" > 3991.86795711963 </variable>
13       <variable id="convSpsu" type="float" > 0.99530670233846  </variable>
14       <variable id="rhoic"    type="float" > 917.0 </variable>
15       <variable id="rhosn"    type="float" > 330.0 </variable>
16       <variable id="missval"  type="float" > 1.e20 </variable>
17    </variable_definition>
[7635]18<!-- Fields definition -->
[9572]19    <field_definition src="./field_def_nemo-oce.xml"/>    <!--  NEMO ocean dynamics     -->
20    <field_definition src="./field_def_nemo-ice.xml"/>    <!--  NEMO sea-ice model      -->
[7635]21
22<!-- Files definition -->
[9572]23    <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics      -->
24    <file_definition src="./file_def_nemo-ice.xml"/>     <!--  NEMO sea-ice model       -->
[7635]25    <!--
26============================================================================================================
27= grid definition = = DO NOT CHANGE =
28============================================================================================================
29    -->
30   
31    <axis_definition>
[9151]32      <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" />
33      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" />
34      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" />
35      <axis id="depthw"  long_name="Vertical W levels"  unit="m" positive="down" />
36      <axis id="nfloat"  long_name="Float number"       unit="-"                 />
37      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 />
38      <axis id="ncatice" long_name="Ice category"       unit="1"                 />
39      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              />
40      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              />
[12213]41      <axis id="deptht_surface" axis_ref="deptht" > 
42   <zoom_axis begin=" 1 " n=" 1 " /> 
43      </axis>
[7635]44    </axis_definition>
45 
46    <domain_definition src="./domain_def_nemo.xml"/>
47 
[9930]48    <grid_definition src="./grid_def_nemo.xml"/>
[7635]49
50</context>
Note: See TracBrowser for help on using the repository browser.