source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tests/VORTEX/EXPREF/context_nemo.xml @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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.