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

source: NEMO/trunk/tests/WAD/EXPREF/context_nemo.xml @ 12276

Last change on this file since 12276 was 12276, checked in by cetlod, 4 years ago

trunk : merge in some cmip6 diagnostics into the trunk before copying it to release-4.0.2(-head). SETTE tests are OK and the is no difference with the revision 12248

File size: 1.5 KB
Line 
1<!--
2 ==============================================================================================
3    NEMO context
4==============================================================================================
5-->
6<context id="nemo">
7    <!-- $id$ -->
8    <variable_definition>
9       <!-- Year/Month/Day of time origin for NetCDF files; defaults to 1800-01-01 -->
10       <variable id="ref_year"  type="int"> 1900 </variable>
11       <variable id="ref_month" type="int"> 01 </variable>
12       <variable id="ref_day"   type="int"> 01 </variable>
13       <variable id="rau0"      type="float" > 1026.0 </variable>
14       <variable id="cpocean"   type="float" > 3991.86795711963 </variable>
15       <variable id="convSpsu"  type="float" > 0.99530670233846  </variable>
16       <variable id="rhoic"     type="float" > 917.0 </variable>
17       <variable id="rhosn"     type="float" > 330.0 </variable>
18       <variable id="missval"  type="float" > 1.e20 </variable>         
19    </variable_definition>
20
21<!-- Fields definition -->
22    <field_definition src="./field_def_nemo-oce.xml"/>   <!--  NEMO ocean dynamics                     -->
23
24<!-- Files definition -->
25    <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics                     -->
26
27<!-- Axis definition -->
28    <axis_definition src="./axis_def_nemo.xml"/>
29 
30<!-- Domain definition -->
31    <domain_definition src="./domain_def_nemo.xml"/>
32
33<!-- Grids definition -->
34    <grid_definition   src="./grid_def_nemo.xml"/>
35 
36
37</context>
Note: See TracBrowser for help on using the repository browser.