source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/ORCHIDEE/src_xml/context_orchidee.xml @ 5901

Last change on this file since 5901 was 5901, checked in by aclsce, 3 years ago

Forgot to commit some modifications...

File size: 13.3 KB
Line 
1<!-- =========================================================================================================== -->
2<!-- ORCHIDEE context                                                                                            -->
3<!-- context_orchidee.xml : Configuration file for ORCHIDEE for production of output files using XIOS            -->
4<!--                                                                                                             -->
5<!-- $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/context_orchidee.xml $                -->
6<!-- $Date: 2019-08-05 11:11:40 +0200 (Mon, 05 Aug 2019) $                                                     -->
7<!-- $Revision: 6151 $                                                                                           -->
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 output files                                                                                  -->
21  <!-- Definition of variables included in the different files                                                     -->
22  <!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
23  <!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
24  <!-- =========================================================================================================== -->
25  <file_definition src="./file_def_orchidee.xml"/>
26 
27 
28  <!-- =========================================================================================================== -->
29  <!-- Definition of horizontal domain                                                                             -->
30  <!-- =========================================================================================================== -->
31  <domain_definition>
32
33    <!-- Model horizontal domain -->
34    <domain id="domain_landpoints"/>
35
36    <!-- Standard output horizontal domain:                                                                         -->
37    <!-- The same as the model grid is used by default for regular longitude-latitude grid. If the model is running -->
38    <!-- on an unstructred grid, this domain_landpoints will be changed to domain_landoints_regular, see below.     -->   
39    <domain id="domain_landpoints_out" domain_ref="domain_landpoints"/>
40
41    <!-- Interpolated output horizontal domain:                                                                   -->
42    <!-- This domain is used for output when the modele is running on an unstructured grid. For that case,        -->
43    <!-- the ORCHIDEE fortran code will switch so that domain_landpoints_out make reference to this domain.       -->
44    <domain id="domain_landpoints_regular" ni_glo="144" nj_glo="143" type="rectilinear"  >
45      <generate_rectilinear_domain lat_start="-90" lat_end="90" lon_start="0"/>
46      <interpolate_domain order="1" renormalize="true" detect_missing_value="true"/>
47    </domain>
48
49    <!-- Output horizontal domain used for CMIP6 simulations:                                                    -->
50    <!-- This domain is only used when running with the workflow CMIP6 and dr2xml_orchidee.xml files.            -->
51    <domain id="greordered"  domain_ref="domain_landpoints">
52      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
53    </domain>
54   
55  </domain_definition>
56
57  <!-- =========================================================================================================== -->
58  <!-- Definition of vertical axis and extra dimensions                                                            -->
59  <!-- =========================================================================================================== -->
60  <axis_definition>
61    <!-- Vertical axis and extra dimensions -->
62    <axis id="ensemble"/>
63    <axis id="nvm" name="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/>
64    <axis id="nlut" name="nlut" standard_name="landusetype4" long_name="Number of land use types specified by LUMIP" unit="1"/>
65    <axis id="ncarb" name="ncarb" standard_name="ncarb" long_name="Number of soil carbon pools" unit="1"/>
66    <axis id="nparts" name="nparts" standard_name="nparts" long_name="Number of biomass compartments" unit="1"/>
67    <axis id="nlaip1" name="laiax" standard_name="model_level_number" long_name="Interface of LAI layers" unit="1"/>
68    <axis id="ngrnd" name="solth" standard_name="model_level_number" long_name="Thermal soil levels" unit="m"/>
69    <axis id="nstm" name="soiltyp" standard_name="model_level_number" long_name="Soil tiles" unit="1"/>
70    <axis id="nnobio" name="nobio" standard_name="model_level_number" long_name="Other surface types" unit="1"/>
71    <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/>
72    <axis id="nslm" name="solay" standard_name="model_level_number" long_name="Hydrological soil levels" unit="1"/>
73    <axis id="ncsm" name="ncsm"    standard_name="model_level_number" long_name="Soil type" unit="1"/>
74    <axis id="nsnow" name="snowlev" standard_name="model_level_number" long_name="Snow levels" unit="1"/>
75    <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/>
76    <axis id="P100" standard_name="model_level_number" long_name="Pool 100 years" unit="1"/>
77    <axis id="P11" standard_name="model_level_number" long_name="Pool 10 years + 1" unit="1"/>
78    <axis id="P101" standard_name="model_level_number" long_name="Pool 100 years + 1" unit="1"/>
79    <axis id="lai_time" />
80  </axis_definition>
81
82
83  <!-- =========================================================================================================== -->
84  <!-- Definition of model and output grids                                                                        -->
85  <!-- A grid is a combination of the horizontal domain and optionally one or several axes.                        -->
86  <!-- All grids are specified twice: the grid used by the model "grid_axis", and the grid used for output         -->
87  <!-- "grid_axis_out", where "axis" represents one or several axes used in the grid, see below.                   -->
88  <!-- When the model runs on the default regular longitude-latitude grid, "grid_axis_out" is the same as          -->
89  <!-- "grid_axis", no interpolation will be done. When the model runs on an unstructured grid, grid_axis_out is   --> 
90  <!-- different from grid_axis and XIOS will do the interpolation.                                                -->
91  <!-- =========================================================================================================== -->
92  <grid_definition>
93
94    <!-- Definition of horizontal grid, 2D grid -->
95    <grid id="grid_landpoints">
96      <domain domain_ref="domain_landpoints" />
97      <axis axis_ref="ensemble"/>
98    </grid>
99    <grid id="grid_landpoints_out">
100      <domain domain_ref="domain_landpoints_out" />
101      <axis axis_ref="ensemble"/>
102    </grid>
103
104    <!-- Definition of grids with fields having one extra dimension (one vertical axis or another dimension), 3D grids -->
105    <grid id="grid_nvm">
106      <domain domain_ref="domain_landpoints" />
107      <axis axis_ref="nvm" />
108      <axis axis_ref="ensemble"/>
109    </grid>
110    <grid id="grid_nvm_out">
111      <domain domain_ref="domain_landpoints_out" />
112      <axis axis_ref="nvm" />
113      <axis axis_ref="ensemble"/>
114    </grid>
115
116    <grid id="grid_nlut">
117      <domain domain_ref="domain_landpoints" />
118      <axis axis_ref="nlut" />
119      <axis axis_ref="ensemble"/>
120    </grid>
121    <grid id="grid_nlut_out">
122      <domain domain_ref="domain_landpoints_out" />
123      <axis axis_ref="nlut" />
124      <axis axis_ref="ensemble"/>
125    </grid>
126   
127    <grid id="grid_ncarb">
128      <domain domain_ref="domain_landpoints" />
129      <axis axis_ref="ncarb" />
130      <axis axis_ref="ensemble"/>
131    </grid>
132    <grid id="grid_ncarb_out">
133      <domain domain_ref="domain_landpoints_out" />
134      <axis axis_ref="ncarb" />
135      <axis axis_ref="ensemble"/>
136    </grid>
137   
138    <grid id="grid_nstm">
139      <domain domain_ref="domain_landpoints" />
140      <axis axis_ref="nstm" />
141      <axis axis_ref="ensemble"/>
142    </grid>
143    <grid id="grid_nstm_out">
144      <domain domain_ref="domain_landpoints_out" />
145      <axis axis_ref="nstm" />
146      <axis axis_ref="ensemble"/>
147    </grid>
148
149    <grid id="grid_nslm">
150      <domain domain_ref="domain_landpoints" />
151      <axis axis_ref="nslm" />
152      <axis axis_ref="ensemble"/>
153    </grid>
154    <grid id="grid_nslm_out">
155      <domain domain_ref="domain_landpoints_out" />
156      <axis axis_ref="nslm" />
157      <axis axis_ref="ensemble"/>
158    </grid>
159
160    <grid id="grid_ngrnd">
161      <domain domain_ref="domain_landpoints" />
162      <axis axis_ref="ngrnd" />
163      <axis axis_ref="ensemble"/>
164    </grid>
165    <grid id="grid_ngrnd_out">
166      <domain domain_ref="domain_landpoints_out" />
167      <axis axis_ref="ngrnd" />
168      <axis axis_ref="ensemble"/>
169    </grid>
170
171    <grid id="grid_nparts">
172      <domain domain_ref="domain_landpoints" />
173      <axis axis_ref="nparts" />
174      <axis axis_ref="ensemble"/>
175    </grid>
176    <grid id="grid_nparts_out">
177      <domain domain_ref="domain_landpoints_out" />
178      <axis axis_ref="nparts" />
179      <axis axis_ref="ensemble"/>
180    </grid>
181
182    <grid id="grid_albtyp">
183      <domain domain_ref="domain_landpoints" />
184      <axis axis_ref="albtyp" />
185      <axis axis_ref="ensemble"/>
186    </grid>
187    <grid id="grid_albtyp_out">
188      <domain domain_ref="domain_landpoints_out" />
189      <axis axis_ref="albtyp" />
190      <axis axis_ref="ensemble"/>
191    </grid>
192
193    <grid id="grid_nnobio">
194      <domain domain_ref="domain_landpoints" />
195      <axis axis_ref="nnobio" />
196      <axis axis_ref="ensemble"/>
197    </grid>
198    <grid id="grid_nnobio_out">
199      <domain domain_ref="domain_landpoints_out" />
200      <axis axis_ref="nnobio" />
201      <axis axis_ref="ensemble"/>
202    </grid>
203
204    <grid id="grid_nlaip1">
205      <domain domain_ref="domain_landpoints" />
206      <axis axis_ref="nlaip1" />
207      <axis axis_ref="ensemble"/>
208    </grid>
209    <grid id="grid_nlaip1_out">
210      <domain domain_ref="domain_landpoints_out" />
211      <axis axis_ref="nlaip1" />
212      <axis axis_ref="ensemble"/>
213    </grid>
214
215    <grid id="grid_nsnow">
216      <domain domain_ref="domain_landpoints" />
217      <axis axis_ref="nsnow" />
218      <axis axis_ref="ensemble"/>
219    </grid>
220    <grid id="grid_nsnow_out">
221      <domain domain_ref="domain_landpoints_out" />
222      <axis axis_ref="nsnow" />
223      <axis axis_ref="ensemble"/>
224    </grid>
225
226    <grid id="grid_P10">
227      <domain domain_ref="domain_landpoints" />
228      <axis axis_ref="P10" />
229      <axis axis_ref="ensemble"/>
230    </grid>
231    <grid id="grid_P10_out">
232      <domain domain_ref="domain_landpoints_out" />
233      <axis axis_ref="P10" />
234      <axis axis_ref="ensemble"/>
235    </grid>
236   
237    <grid id="grid_P11">
238      <domain domain_ref="domain_landpoints" />
239      <axis axis_ref="P11" />
240      <axis axis_ref="ensemble"/>
241    </grid>
242    <grid id="grid_P11_out">
243      <domain domain_ref="domain_landpoints_out" />
244      <axis axis_ref="P11" />
245      <axis axis_ref="ensemble"/>
246    </grid>
247
248    <grid id="grid_P100">
249      <domain domain_ref="domain_landpoints" />
250      <axis axis_ref="P100" />
251      <axis axis_ref="ensemble"/>
252    </grid>
253    <grid id="grid_P100_out">
254      <domain domain_ref="domain_landpoints_out" />
255      <axis axis_ref="P100" />
256      <axis axis_ref="ensemble"/>
257    </grid>
258
259    <grid id="grid_P101">
260      <domain domain_ref="domain_landpoints" />
261      <axis axis_ref="P101" />
262      <axis axis_ref="ensemble"/>
263    </grid>
264    <grid id="grid_P101_out">
265      <domain domain_ref="domain_landpoints_out" />
266      <axis axis_ref="P101" />
267      <axis axis_ref="ensemble"/>
268    </grid>
269
270
271    <!-- Definition of grids with fields having two extra dimensions, 4D grids -->
272    <grid id="grid_nslm_nstm">
273      <domain domain_ref="domain_landpoints" >
274        <interpolate_domain order="1"/>
275      </domain>
276      <axis axis_ref="nslm" />
277      <axis axis_ref="nstm" />
278      <axis axis_ref="ensemble"/>
279    </grid>
280    <grid id="grid_nslm_nstm_out">
281      <domain domain_ref="domain_landpoints_out" />
282      <axis axis_ref="nslm" />
283      <axis axis_ref="nstm" />
284      <axis axis_ref="ensemble"/>
285    </grid>
286
287    <grid id="grid_nvm_nstm">
288      <domain domain_ref="domain_landpoints" />
289      <axis axis_ref="nvm" />
290      <axis axis_ref="nstm" />
291      <axis axis_ref="ensemble"/>
292    </grid>
293    <grid id="grid_nvm_nstm_out">
294      <domain domain_ref="domain_landpoints_out" />
295      <axis axis_ref="nvm" />
296      <axis axis_ref="nstm" />
297      <axis axis_ref="ensemble"/>
298    </grid>
299
300  </grid_definition>
301 
302 
303</context>
Note: See TracBrowser for help on using the repository browser.