source: tags/ORCHIDEE_2_0/ORCHIDEE/src_xml/context_orchidee.xml @ 5110

Last change on this file since 5110 was 5101, checked in by josefine.ghattas, 6 years ago

Added new domain called "greorded" needed for simulations following the CMIP6 protocole. This domain is not activated in the default output. If the domain is activated, it'll switch the longitudes to be output between 0-360deg and inverse the latitudes to go from south to north.

Note : This commit needs to be used with XIOS version XIOS/dev/XIOS_DEV_CMIP6 revision 1458 or later on the same branch.
Following error message will be written if using an old XIOS :

> Error [void CDomain::parse(xml::CXMLNode & node)] : In file '..../modipsl/modeles/XIOS/src/node/domain.cpp', line 3155 -> The transformation reorder_domain has not been supported yet.


  • Property svn:keywords set to Date Revision HeadURL
File size: 8.2 KB
Line 
1<!-- =========================================================================================================== -->
2<!-- ORCHIDEE context                                                                                            -->
3<!-- context_orchidee.xml : Configuration file for ORCHIDEE for production of output files using XIOS            -->
4<!--                                                                                                             -->
5<!-- $HeadURL$                -->
6<!-- $Date$                                                     -->
7<!-- $Revision$                                                                                           -->
8<!-- =========================================================================================================== -->
9<context id="orchidee">
10 
11 
12  <!-- =========================================================================================================== -->
13  <!-- Definition of all existing variables                                                                        -->
14  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
15  <!-- =========================================================================================================== -->
16  <field_definition src="./field_def_orchidee.xml"/>
17 
18 
19  <!-- =========================================================================================================== -->
20  <!-- Definition of input files                                                                                   -->
21  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
22  <!-- =========================================================================================================== -->
23  <file_definition src="./file_def_input_orchidee.xml"/>
24
25
26  <!-- =========================================================================================================== -->
27  <!-- Definition of output files                                                                                  -->
28  <!-- Definition of variables or groups included in the different files                                           -->
29  <!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
30  <!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
31  <!-- =========================================================================================================== -->
32  <file_definition src="./file_def_orchidee.xml"/>
33 
34 
35  <!-- =========================================================================================================== -->
36  <!-- Definition of horizontal domain                                                                             -->
37  <!-- =========================================================================================================== -->
38  <domain_definition>
39    <domain id="domain_landpoints"/>
40
41    <domain id="domain_inputfile_moistc" type="rectilinear">
42      <generate_rectilinear_domain />
43    </domain>
44
45    <domain id="domain_inputfile_snow" type="rectilinear">
46      <generate_rectilinear_domain />
47    </domain>
48
49    <domain id="greordered"  domain_ref="domain_landpoints">
50      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
51    </domain>
52
53  </domain_definition>
54 
55  <!-- =========================================================================================================== -->
56  <!-- Definition of vertical axis and extra dimensions                                                            -->
57  <!-- =========================================================================================================== -->
58  <axis_definition>
59    <!-- Vertical axis and extra dimensions -->
60    <axis id="nvm" name="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/>
61    <axis id="nlut" name="nlut" standard_name="landusetype4" long_name="Number of land use types specified by LUMIP" unit="1"/>
62    <axis id="ncarb" name="ncarb" standard_name="ncarb" long_name="Number of soil carbon pools" unit="1"/>
63    <axis id="nlaip1" name="laiax" standard_name="model_level_number" long_name="Interface of LAI layers" unit="1"/>
64    <axis id="ngrnd" name="solth" standard_name="model_level_number" long_name="Thermal soil levels" unit="m"/>
65    <axis id="nstm" name="soiltyp" standard_name="model_level_number" long_name="Soil tiles" unit="1"/>
66    <axis id="nnobio" name="nobio" standard_name="model_level_number" long_name="Other surface types" unit="1"/>
67    <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/>
68    <axis id="nslm" name="solay" standard_name="model_level_number" long_name="Hydrological soil levels" unit="1"/>
69    <axis id="nsnow" name="snowlev" standard_name="model_level_number" long_name="Snow levels" unit="1"/>
70    <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/>
71    <axis id="P100" standard_name="model_level_number" long_name="Pool 100 years" unit="1"/>
72    <axis id="P11" standard_name="model_level_number" long_name="Pool 10 years + 1" unit="1"/>
73    <axis id="P101" standard_name="model_level_number" long_name="Pool 100 years + 1" unit="1"/>
74  </axis_definition>
75
76
77  <!-- =========================================================================================================== -->
78  <!-- Definition of output and input grids                                                                        -->
79  <!-- =========================================================================================================== -->
80  <grid_definition>
81
82    <!-- Definition of output grids -->
83    <grid id="grid_landpoints">
84      <domain domain_ref="domain_landpoints" />
85    </grid>
86
87    <grid id="grid_nslm_nstm">
88      <domain domain_ref="domain_landpoints" >
89        <interpolate_domain order="1"/>
90      </domain>
91      <axis axis_ref="nslm" />
92      <axis axis_ref="nstm" />
93    </grid>
94
95    <grid id="grid_nvm">
96      <domain domain_ref="domain_landpoints" />
97      <axis axis_ref="nvm" />
98    </grid>
99
100    <grid id="grid_nlut">
101      <domain domain_ref="domain_landpoints" />
102      <axis axis_ref="nlut" />
103    </grid>
104
105    <grid id="grid_ncarb">
106      <domain domain_ref="domain_landpoints" />
107      <axis axis_ref="ncarb" />
108    </grid>
109
110    <grid id="grid_nstm">
111      <domain domain_ref="domain_landpoints" />
112      <axis axis_ref="nstm" />
113    </grid>
114
115    <grid id="grid_nslm">
116      <domain domain_ref="domain_landpoints" />
117      <axis axis_ref="nslm" />
118    </grid>
119
120    <grid id="grid_ngrnd">
121      <domain domain_ref="domain_landpoints" />
122      <axis axis_ref="ngrnd" />
123    </grid>
124
125    <grid id="grid_albtyp">
126      <domain domain_ref="domain_landpoints" />
127      <axis axis_ref="albtyp" />
128    </grid>
129
130    <grid id="grid_nnobio">
131      <domain domain_ref="domain_landpoints" />
132      <axis axis_ref="nnobio" />
133    </grid>
134
135    <grid id="grid_nlaip1">
136      <domain domain_ref="domain_landpoints" />
137      <axis axis_ref="nlaip1" />
138    </grid>
139
140    <grid id="grid_nsnow">
141      <domain domain_ref="domain_landpoints" >
142        <interpolate_domain order="1"/>
143      </domain>
144      <axis axis_ref="nsnow" />
145    </grid>
146
147    <grid id="grid_nvm_nstm">
148      <domain domain_ref="domain_landpoints" />
149      <axis axis_ref="nvm" />
150      <axis axis_ref="nstm" />
151    </grid>
152
153    <grid id="grid_P10">
154      <domain domain_ref="domain_landpoints" />
155      <axis axis_ref="P10" />
156    </grid>
157
158    <grid id="grid_P11">
159      <domain domain_ref="domain_landpoints" />
160      <axis axis_ref="P11" />
161    </grid>
162
163    <grid id="grid_P100">
164      <domain domain_ref="domain_landpoints" />
165      <axis axis_ref="P100" />
166    </grid>
167
168    <grid id="grid_P101">
169      <domain domain_ref="domain_landpoints" />
170      <axis axis_ref="P101" />
171    </grid>
172
173    <!-- Definition of input grids -->
174    <grid id="grid_inputfile_moistc">
175      <domain domain_ref="domain_inputfile_moistc"/>
176      <axis axis_ref="nslm" />
177      <axis axis_ref="nstm" />
178    </grid> 
179
180    <grid id="grid_inputfile_snow">
181      <domain domain_ref="domain_inputfile_snow"/>
182      <axis axis_ref="nsnow" />
183    </grid> 
184  </grid_definition>
185 
186</context>
Note: See TracBrowser for help on using the repository browser.