source: CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/ORCHIDEE/LAM/context_orchidee.xml_v4 @ 6895

Last change on this file since 6895 was 6895, checked in by jgipsl, 7 days ago

Copied experiement and adapte to be used with ORCHIDEE_4.

Corrected error with file duplication in EXPERIMENTS/ICOLMDZOR/LAM/amip_LAM/COMP/lmdz.card

File size: 18.8 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.fr/orchidee/trunk/ORCHIDEE/src_xml/context_orchidee.xml $                -->
6<!-- $Date: 2023-08-29 11:56:15 +0200 (Tue, 29 Aug 2023) $                                                     -->
7<!-- $Revision: 8149 $                                                                                           -->
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="300" nj_glo="232" type="rectilinear"  >
45      <generate_rectilinear_domain lat_start="38" lat_end="55" lon_start="-9" lon_end="13"/>
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="nvm" name="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/>
63    <axis id="nvmap" name="vegetmap" standard_name="model_level_number" long_name="Vegetation types in input file" 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="nlaip1" name="laiax" standard_name="model_level_number" long_name="Interface of LAI layers" unit="1"/>
67    <axis id="ngrnd" name="solth" standard_name="model_level_number" long_name="Thermal soil levels" unit="m"/>
68    <axis id="nstm" name="soiltyp" standard_name="model_level_number" long_name="Soil tiles" unit="1"/>
69    <axis id="nnobio" name="nobio" standard_name="model_level_number" long_name="Other surface types" unit="1"/>
70    <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/>
71    <axis id="nlevels_tot" standard_name="model_level_number" long_name="Total number of vertical canopy levels" unit="1"/>
72    <axis id="nslm" name="solay" standard_name="model_level_number" long_name="Hydrological soil levels" unit="1"/>
73    <axis id="nscm" name="nscm" 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="nice" name="icelev" standard_name="model_level_number" long_name="Ice levels" unit="1"/>
76    <axis id="nbhtu" name="nbhtu" standard_name="model_level_number" long_name="HTU dimension for routing" unit="1"/>
77    <axis id="nbasmon" name="nbasmon" standard_name="model_level_number" long_name="HTU monitoring dimension" unit="1"/>
78
79    <!-- Vertical axis and extra dimensions in stomate -->
80    <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/>
81    <axis id="P100" standard_name="model_level_number" long_name="Pool 100 years" unit="1"/>
82    <axis id="P11" standard_name="model_level_number" long_name="Pool 10 years + 1" unit="1"/>
83    <axis id="P101" standard_name="model_level_number" long_name="Pool 100 years + 1" unit="1"/>
84    <axis id="nshort" standard_name="model_level_number" long_name="short-lived product pool" unit="yr"/>
85    <axis id="nmedium" standard_name="model_level_number" long_name="medium-lived product pool" unit="yr"/>
86    <axis id="nlong" standard_name="model_level_number" long_name="long-lived product pool" unit="yr"/>
87    <axis id="nshort1" standard_name="model_level_number" long_name="short-lived product pool" unit="yr"/>
88    <axis id="nmedium1" standard_name="model_level_number" long_name="medium-lived product pool" unit="yr"/>
89    <axis id="nlong1" standard_name="model_level_number" long_name="long-lived product pool" unit="yr"/>
90    <axis id="ncirc" standard_name="model_level_number" long_name="circumference classes" unit="1"/>
91    <axis id="ncut" standard_name="model_level_number" long_name="types of cuttings" unit="1"/>
92    <axis id="nparts" standard_name="model_level_number" long_name="biomass components" unit="1"/>
93    <axis id="nlctypes" standard_name="model_level_number" long_name="land cover types" unit="1"/>
94    <axis id="noutdiaclass" standard_name="model_level_number" long_name="number of output classes" unit="1"/> 
95    <axis id="lai_time" />
96    <axis id="time12" />
97    <axis id="time1" />
98  </axis_definition>
99
100
101  <!-- =========================================================================================================== -->
102  <!-- Definition of model and output grids                                                                        -->
103  <!-- A grid is a combination of the horizontal domain and optionally one or several axes.                        -->
104  <!-- All grids are specified twice: the grid used by the model "grid_axis", and the grid used for output         -->
105  <!-- "grid_axis_out", where "axis" represents one or several axes used in the grid, see below.                   -->
106  <!-- When the model runs on the default regular longitude-latitude grid, "grid_axis_out" is the same as          -->
107  <!-- "grid_axis", no interpolation will be done. When the model runs on an unstructured grid, grid_axis_out is   -->
108  <!-- different from grid_axis and XIOS will do the interpolation.                                                -->
109  <!-- =========================================================================================================== -->
110  <grid_definition>
111
112    <!-- Definition of horizontal grid, 2D grid -->
113    <grid id="grid_landpoints">
114      <domain domain_ref="domain_landpoints" />
115    </grid>
116    <grid id="grid_landpoints_out">
117      <domain domain_ref="domain_landpoints_out" />
118    </grid>
119
120    <!-- Definition of grids with fields having one extra dimension (one vertical axis or another dimension), 3D grids -->
121    <grid id="grid_nvm">
122      <domain domain_ref="domain_landpoints" />
123      <axis axis_ref="nvm" />
124    </grid>
125    <grid id="grid_nvm_out">
126      <domain domain_ref="domain_landpoints_out" />
127      <axis axis_ref="nvm" />
128    </grid>
129
130    <grid id="grid_nvmap">
131      <domain domain_ref="domain_landpoints" />
132      <axis axis_ref="nvmap" />
133    </grid>
134    <grid id="grid_nvmap_out">
135      <domain domain_ref="domain_landpoints_out" />
136      <axis axis_ref="nvmap" />
137    </grid>
138
139    <grid id="grid_nlut">
140      <domain domain_ref="domain_landpoints" />
141      <axis axis_ref="nlut" />
142    </grid>
143    <grid id="grid_nlut_out">
144      <domain domain_ref="domain_landpoints_out" />
145      <axis axis_ref="nlut" />
146    </grid>
147   
148    <grid id="grid_ncarb">
149      <domain domain_ref="domain_landpoints" />
150      <axis axis_ref="ncarb" />
151    </grid>
152    <grid id="grid_ncarb_out">
153      <domain domain_ref="domain_landpoints_out" />
154      <axis axis_ref="ncarb" />
155    </grid>
156   
157    <grid id="grid_nstm">
158      <domain domain_ref="domain_landpoints" />
159      <axis axis_ref="nstm" />
160    </grid>
161    <grid id="grid_nstm_out">
162      <domain domain_ref="domain_landpoints_out" />
163      <axis axis_ref="nstm" />
164    </grid>
165
166    <grid id="grid_nslm">
167      <domain domain_ref="domain_landpoints" />
168      <axis axis_ref="nslm" />
169    </grid>
170    <grid id="grid_nslm_out">
171      <domain domain_ref="domain_landpoints_out" />
172      <axis axis_ref="nslm" />
173    </grid>
174
175    <grid id="grid_nscm">
176      <domain domain_ref="domain_landpoints" />
177      <axis axis_ref="nscm" />
178    </grid>
179    <grid id="grid_nscm_out">
180      <domain domain_ref="domain_landpoints_out" />
181      <axis axis_ref="nscm" />
182    </grid>
183
184    <grid id="grid_ngrnd">
185      <domain domain_ref="domain_landpoints" />
186      <axis axis_ref="ngrnd" />
187    </grid>
188    <grid id="grid_ngrnd_out">
189      <domain domain_ref="domain_landpoints_out" />
190      <axis axis_ref="ngrnd" />
191    </grid>
192
193    <grid id="grid_ngrnd_nvm">
194      <domain domain_ref="domain_landpoints" />
195      <axis axis_ref="ngrnd" />
196      <axis axis_ref="nvm" />
197    </grid>
198    <grid id="grid_ngrnd_nvm_out">
199      <domain domain_ref="domain_landpoints_out" />
200      <axis axis_ref="ngrnd" />
201      <axis axis_ref="nvm" />
202    </grid>
203
204    <grid id="grid_albtyp">
205      <domain domain_ref="domain_landpoints" />
206      <axis axis_ref="albtyp" />
207    </grid>
208    <grid id="grid_albtyp_out">
209      <domain domain_ref="domain_landpoints_out" />
210      <axis axis_ref="albtyp" />
211    </grid>
212
213    <grid id="grid_nnobio">
214      <domain domain_ref="domain_landpoints" />
215      <axis axis_ref="nnobio" />
216    </grid>
217    <grid id="grid_nnobio_out">
218      <domain domain_ref="domain_landpoints_out" />
219      <axis axis_ref="nnobio" />
220    </grid>
221
222    <grid id="grid_nlaip1">
223      <domain domain_ref="domain_landpoints" />
224      <axis axis_ref="nlaip1" />
225    </grid>
226    <grid id="grid_nlaip1_out">
227      <domain domain_ref="domain_landpoints_out" />
228      <axis axis_ref="nlaip1" />
229    </grid>
230
231    <grid id="grid_nsnow">
232      <domain domain_ref="domain_landpoints" />
233      <axis axis_ref="nsnow" />
234    </grid>
235    <grid id="grid_nsnow_out">
236      <domain domain_ref="domain_landpoints_out" />
237      <axis axis_ref="nsnow" />
238    </grid>
239
240    <grid id="grid_P10">
241      <domain domain_ref="domain_landpoints" />
242      <axis axis_ref="P10" />
243    </grid>
244    <grid id="grid_P10_out">
245      <domain domain_ref="domain_landpoints_out" />
246      <axis axis_ref="P10" />
247    </grid>
248   
249    <grid id="grid_P11">
250      <domain domain_ref="domain_landpoints" />
251      <axis axis_ref="P11" />
252    </grid>
253    <grid id="grid_P11_out">
254      <domain domain_ref="domain_landpoints_out" />
255      <axis axis_ref="P11" />
256    </grid>
257
258    <grid id="grid_P100">
259      <domain domain_ref="domain_landpoints" />
260      <axis axis_ref="P100" />
261    </grid>
262    <grid id="grid_P100_out">
263      <domain domain_ref="domain_landpoints_out" />
264      <axis axis_ref="P100" />
265    </grid>
266
267    <grid id="grid_P101">
268      <domain domain_ref="domain_landpoints" />
269      <axis axis_ref="P101" />
270    </grid>
271    <grid id="grid_P101_out">
272      <domain domain_ref="domain_landpoints_out" />
273      <axis axis_ref="P101" />
274    </grid>
275
276    <grid id="grid_ncut">
277      <domain domain_ref="domain_landpoints" />
278      <axis axis_ref="ncut" />
279    </grid>
280    <grid id="grid_ncut_out">
281      <domain domain_ref="domain_landpoints_out" />
282      <axis axis_ref="ncut" />
283    </grid>
284
285    <grid id="grid_nshort">
286      <domain domain_ref="domain_landpoints" />
287      <axis axis_ref="nshort" />
288    </grid>
289    <grid id="grid_nshort_out">
290      <domain domain_ref="domain_landpoints_out" />
291      <axis axis_ref="nshort" />
292    </grid>
293
294    <grid id="grid_nmedium">
295      <domain domain_ref="domain_landpoints" />
296      <axis axis_ref="nmedium" />
297    </grid>
298    <grid id="grid_nmedium_out">
299      <domain domain_ref="domain_landpoints_out" />
300      <axis axis_ref="nmedium" />
301    </grid>
302
303    <grid id="grid_nlong">
304      <domain domain_ref="domain_landpoints" />
305      <axis axis_ref="nlong" />
306    </grid>
307    <grid id="grid_nlong_out">
308      <domain domain_ref="domain_landpoints_out" />
309      <axis axis_ref="nlong" />
310    </grid>
311
312    <grid id="grid_nshort1">
313      <domain domain_ref="domain_landpoints" />
314      <axis axis_ref="nshort1" />
315    </grid>
316    <grid id="grid_nshort1_out">
317      <domain domain_ref="domain_landpoints_out" />
318      <axis axis_ref="nshort1" />
319    </grid>
320
321    <grid id="grid_nmedium1">
322      <domain domain_ref="domain_landpoints" />
323      <axis axis_ref="nmedium1" />
324    </grid>
325    <grid id="grid_nmedium1_out">
326      <domain domain_ref="domain_landpoints_out" />
327      <axis axis_ref="nmedium1" />
328    </grid>
329
330    <grid id="grid_nlong1">
331      <domain domain_ref="domain_landpoints" />
332      <axis axis_ref="nlong1" />
333    </grid>
334    <grid id="grid_nlong1_out">
335      <domain domain_ref="domain_landpoints_out" />
336      <axis axis_ref="nlong1" />
337    </grid>
338
339    <grid id="grid_time12">
340      <domain domain_ref="domain_landpoints" />
341      <axis axis_ref="time12" />
342    </grid>
343    <grid id="grid_time12_out">
344      <domain domain_ref="domain_landpoints_out" />
345      <axis axis_ref="time12" />
346    </grid>
347
348    <grid id="grid_nlctypes">
349      <domain domain_ref="domain_landpoints" />
350      <axis axis_ref="nlctypes" />
351    </grid>
352    <grid id="grid_nlctypes_out">
353      <domain domain_ref="domain_landpoints_out" />
354      <axis axis_ref="nlctypes" />
355    </grid>
356
357    <grid id="grid_nice">
358      <domain domain_ref="domain_landpoints" />
359      <axis axis_ref="nice" />
360    </grid>
361    <grid id="grid_nice_out">
362      <domain domain_ref="domain_landpoints_out" />
363      <axis axis_ref="nice" />
364    </grid>
365
366    <grid id="grid_nbhtu">
367      <domain domain_ref="domain_landpoints" />
368      <axis axis_ref="nbhtu" />
369    </grid>
370    <grid id="grid_nbhtu_out">
371      <domain domain_ref="domain_landpoints_out" />
372      <axis axis_ref="nbhtu" />
373    </grid>
374
375    <grid id="grid_nbasmon">
376      <domain domain_ref="domain_landpoints" />
377      <axis axis_ref="nbasmon" />
378    </grid>
379    <grid id="grid_nbasmon_out">
380      <domain domain_ref="domain_landpoints_out" />
381      <axis axis_ref="nbasmon" />
382    </grid>
383
384    <!-- Definition of grids with fields having two extra dimensions, 4D grids -->
385    <grid id="grid_nslm_nstm_read">
386      <domain domain_ref="domain_landpoints" >
387        <interpolate_domain order="1"/>
388      </domain>
389      <axis axis_ref="nslm" />
390      <axis axis_ref="nstm" />
391    </grid>
392    <grid id="grid_nslm_nstm">
393       <domain domain_ref="domain_landpoints" />
394       <axis axis_ref="nslm" />
395       <axis axis_ref="nstm" />
396    </grid>
397    <grid id="grid_nslm_nstm_out">
398      <domain domain_ref="domain_landpoints_out" />
399      <axis axis_ref="nslm" />
400      <axis axis_ref="nstm" />
401    </grid>
402
403    <grid id="grid_nvm_nstm">
404      <domain domain_ref="domain_landpoints" />
405      <axis axis_ref="nvm" />
406      <axis axis_ref="nstm" />
407    </grid>
408    <grid id="grid_nvm_nstm_out">
409      <domain domain_ref="domain_landpoints_out" />
410      <axis axis_ref="nvm" />
411      <axis axis_ref="nstm" />
412    </grid>
413
414    <grid id="grid_nvm_nslm">
415      <domain domain_ref="domain_landpoints" />
416      <axis axis_ref="nvm" />
417      <axis axis_ref="nslm" />
418    </grid>
419    <grid id="grid_nvm_nslm_out">
420      <domain domain_ref="domain_landpoints_out" />
421      <axis axis_ref="nvm" />
422      <axis axis_ref="nslm" />
423    </grid>
424
425    <grid id="grid_nvm_ncirc">
426      <domain id="domain_landpoints" />
427      <axis id="nvm" />
428      <axis id="ncirc" />
429    </grid>
430    <grid id="grid_nvm_ncirc_out">
431      <domain id="domain_landpoints_out" />
432      <axis id="nvm" />
433      <axis id="ncirc" />
434    </grid>
435
436    <grid id="grid_nvm_nlevelstot">
437      <domain id="domain_landpoints" />
438      <axis id="nvm" />
439      <axis id="nlevels_tot" />
440    </grid>
441    <grid id="grid_nvm_nlevelstot_out">
442      <domain id="domain_landpoints_out" />
443      <axis id="nvm" />
444      <axis id="nlevels_tot" />
445    </grid>
446
447    <grid id="grid_nvm_nparts">
448      <domain id="domain_landpoints" />
449      <axis id="nvm" />
450      <axis id="nparts" />
451    </grid>
452    <grid id="grid_nvm_nparts_out">
453      <domain id="domain_landpoints_out" />
454      <axis id="nvm" />
455      <axis id="nparts" />
456    </grid>
457
458    <grid id="grid_nvm_noutdiaclass">
459      <domain id="domain_landpoints" />
460      <axis id="nvm" />
461      <axis id="noutdiaclass" />
462    </grid>
463    <grid id="grid_nvm_noutdiaclass_out">
464      <domain id="domain_landpoints_out" />
465      <axis id="nvm" />
466      <axis id="noutdiaclass" />
467    </grid>
468
469  </grid_definition>
470 
471 
472</context>
Note: See TracBrowser for help on using the repository browser.