source: CMIP6/DAMIP/CM61-LR-hist-GHG-03.1950/Debug/CM61-LR-hist-GHG-03.1950_19830101_19831231_context_orchidee.xml @ 4385

Last change on this file since 4385 was 4385, checked in by ggalod, 5 years ago

sauvegarde exp DAMIP

File size: 8.5 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/tags/ORCHIDEE_2_0/ORCHIDEE/src_xml/context_orchidee.xml $                -->
6<!-- $Date: 2018-03-27 11:27:04 +0200 (Tue, 27 Mar 2018) $                                                     -->
7<!-- $Revision: 5153 $                                                                                           -->
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      <axis axis_ref="nsnow" />
143    </grid>
144
145    <grid id="grid_nsnow2">
146      <domain domain_ref="domain_landpoints" >
147        <interpolate_domain order="1"/>
148      </domain>
149      <axis axis_ref="nsnow" />
150    </grid>
151
152    <grid id="grid_nvm_nstm">
153      <domain domain_ref="domain_landpoints" />
154      <axis axis_ref="nvm" />
155      <axis axis_ref="nstm" />
156    </grid>
157
158    <grid id="grid_P10">
159      <domain domain_ref="domain_landpoints" />
160      <axis axis_ref="P10" />
161    </grid>
162
163    <grid id="grid_P11">
164      <domain domain_ref="domain_landpoints" />
165      <axis axis_ref="P11" />
166    </grid>
167
168    <grid id="grid_P100">
169      <domain domain_ref="domain_landpoints" />
170      <axis axis_ref="P100" />
171    </grid>
172
173    <grid id="grid_P101">
174      <domain domain_ref="domain_landpoints" />
175      <axis axis_ref="P101" />
176    </grid>
177
178    <!-- Definition of input grids -->
179    <grid id="grid_inputfile_moistc">
180      <domain domain_ref="domain_inputfile_moistc"/>
181      <axis axis_ref="nslm" />
182      <axis axis_ref="nstm" />
183    </grid> 
184
185    <grid id="grid_inputfile_snow">
186      <domain domain_ref="domain_inputfile_snow"/>
187      <axis axis_ref="nsnow" />
188    </grid> 
189  </grid_definition>
190 
191</context>
Note: See TracBrowser for help on using the repository browser.