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

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

As done on the trunk in previous commit [5152]:

Removed interpolation from grid_nsnow and created new grid_nsnow2 which keeps the interpolation as before. Then use grid_nsnow2 when interpolation is needed for the input files but not for the output variables.

This is done because the filter id="greordered" do not work together with the interpolation, added in the trunk rev [5101].

This will be done on the trunk and the tag ORCHIDEE_2_0 because needed for CMIP6 workflow.

  • Property svn:keywords set to Date Revision HeadURL
File size: 8.3 KB
RevLine 
[1797]1<!-- =========================================================================================================== -->
[2060]2<!-- ORCHIDEE context                                                                                            -->
3<!-- context_orchidee.xml : Configuration file for ORCHIDEE for production of output files using XIOS            -->
[4094]4<!--                                                                                                             -->
5<!-- $HeadURL$                -->
6<!-- $Date$                                                     -->
7<!-- $Revision$                                                                                           -->
[1797]8<!-- =========================================================================================================== -->
[2060]9<context id="orchidee">
10 
11 
[1797]12  <!-- =========================================================================================================== -->
[2060]13  <!-- Definition of all existing variables                                                                        -->
14  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
[1797]15  <!-- =========================================================================================================== -->
[2060]16  <field_definition src="./field_def_orchidee.xml"/>
17 
18 
[1797]19  <!-- =========================================================================================================== -->
[4577]20  <!-- Definition of input files                                                                                   -->
21  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
22  <!-- =========================================================================================================== -->
23  <file_definition src="./file_def_input_orchidee.xml"/>
24
25
26  <!-- =========================================================================================================== -->
[2060]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                                    -->
[1797]31  <!-- =========================================================================================================== -->
[2060]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"/>
[4565]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>
[5101]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
[2060]53  </domain_definition>
54 
55  <!-- =========================================================================================================== -->
56  <!-- Definition of vertical axis and extra dimensions                                                            -->
57  <!-- =========================================================================================================== -->
58  <axis_definition>
[4565]59    <!-- Vertical axis and extra dimensions -->
[3111]60    <axis id="nvm" name="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/>
[4723]61    <axis id="nlut" name="nlut" standard_name="landusetype4" long_name="Number of land use types specified by LUMIP" unit="1"/>
[4906]62    <axis id="ncarb" name="ncarb" standard_name="ncarb" long_name="Number of soil carbon pools" unit="1"/>
[3346]63    <axis id="nlaip1" name="laiax" standard_name="model_level_number" long_name="Interface of LAI layers" unit="1"/>
[3111]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"/>
[2060]67    <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/>
[3111]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"/>
[2060]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>
[1788]75
[4565]76
[4579]77  <!-- =========================================================================================================== -->
78  <!-- Definition of output and input grids                                                                        -->
79  <!-- =========================================================================================================== -->
[3839]80  <grid_definition>
[4579]81
82    <!-- Definition of output grids -->
83    <grid id="grid_landpoints">
[5101]84      <domain domain_ref="domain_landpoints" />
[4579]85    </grid>
86
[3839]87    <grid id="grid_nslm_nstm">
[4565]88      <domain domain_ref="domain_landpoints" >
89        <interpolate_domain order="1"/>
90      </domain>
91      <axis axis_ref="nslm" />
92      <axis axis_ref="nstm" />
[3839]93    </grid>
94
[4579]95    <grid id="grid_nvm">
96      <domain domain_ref="domain_landpoints" />
97      <axis axis_ref="nvm" />
98    </grid>
99
[4723]100    <grid id="grid_nlut">
101      <domain domain_ref="domain_landpoints" />
102      <axis axis_ref="nlut" />
103    </grid>
104
[4906]105    <grid id="grid_ncarb">
106      <domain domain_ref="domain_landpoints" />
107      <axis axis_ref="ncarb" />
108    </grid>
109
[4579]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
[4565]140    <grid id="grid_nsnow">
[5153]141      <domain domain_ref="domain_landpoints" />
142      <axis axis_ref="nsnow" />
143    </grid>
144
145    <grid id="grid_nsnow2">
[4565]146      <domain domain_ref="domain_landpoints" >
147        <interpolate_domain order="1"/>
148      </domain>
149      <axis axis_ref="nsnow" />
150    </grid>
151
[3839]152    <grid id="grid_nvm_nstm">
[4565]153      <domain domain_ref="domain_landpoints" />
154      <axis axis_ref="nvm" />
155      <axis axis_ref="nstm" />
[3839]156    </grid>
[4565]157
[4579]158    <grid id="grid_P10">
159      <domain domain_ref="domain_landpoints" />
160      <axis axis_ref="P10" />
161    </grid>
[4565]162
[4579]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> 
[3839]189  </grid_definition>
[4579]190 
[2060]191</context>
Note: See TracBrowser for help on using the repository browser.