source: CONFIG/UNIFORM/v6/IPSLCM6.5/SOURCES/NEMO/context_nemo.xml @ 5066

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

First step towards IPSLCM6.5 with the use of NEMOv4 model

File size: 1.9 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    <field_definition src="./field_def_nemo-ice.xml"/>    <!--  NEMO sea-ice model      -->
24    <field_definition src="./field_def_nemo-pisces.xml"/> <!--  NEMO ocean biology      -->
25    <field_definition src="./field_def_nemo-innerttrc.xml"/> <!--  NEMO ocean biology      -->
26
27<!-- Files definition -->
28    <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics      -->
29    <file_definition src="./file_def_nemo-ice.xml"/>     <!--  NEMO sea-ice model       -->
30    <file_definition src="./file_def_nemo-pisces.xml"/>     <!--  NEMO sea-ice model       -->
31
32
33<!-- Axis definition -->
34    <axis_definition src="./axis_def_nemo.xml"/>
35 
36<!-- Domain definition -->
37    <domain_definition src="./domain_def_nemo.xml"/>
38
39<!-- Grids definition -->
40    <grid_definition   src="./grid_def_nemo.xml"/>
41 
42
43</context>
Note: See TracBrowser for help on using the repository browser.