1 | <!--- $Id: context_input_lmdz.xml 3565 2019-09-16 08:10:33Z acozic $ --> |
---|
2 | <!-- Context LMDZ --> |
---|
3 | <context id="LMDZ"> |
---|
4 | |
---|
5 | <!-------------------------------------------------------------------------------------> |
---|
6 | <!-- create etat0_limit --> |
---|
7 | <!-------------------------------------------------------------------------------------> |
---|
8 | <field_definition> |
---|
9 | |
---|
10 | <field_group id="etat0_limit_read" read_access="false" enabled="false" operation="instant"> |
---|
11 | <field id="ts" field_ref="ts_reg" domain_ref="from_ecphy" /> |
---|
12 | <field id="qs" field_ref="qs_reg" domain_ref="from_ecphy" /> |
---|
13 | <field id="landice" field_ref="landice_reg" domain_ref="from_landiceref" /> |
---|
14 | <field id="mask" field_ref="mask_reg" domain_ref="from_relief" /> |
---|
15 | <field id="sic_limit" field_ref="sic_reg" domain_ref="from_limit_amip" /> |
---|
16 | <field id="sst_limit" field_ref="sst_reg" domain_ref="from_limit_amip" /> |
---|
17 | <field id="rugos_limit" field_ref="rugos_reg" domain_ref="from_limit" > exp(this) </field> |
---|
18 | <field id="albedo_limit" field_ref="albedo_reg" domain_ref="from_limit" /> |
---|
19 | |
---|
20 | <field id="zmea" field_ref="zmea_reg" domain_ref="from_orography" /> |
---|
21 | <field id="zstd" field_ref="zstd_reg" domain_ref="from_orography" /> |
---|
22 | <field id="zsig" field_ref="zsig_reg" domain_ref="from_orography" /> |
---|
23 | <field id="zgam" field_ref="zgam_reg" domain_ref="from_orography" /> |
---|
24 | <field id="zthe" field_ref="zthe_reg" domain_ref="from_orography" /> |
---|
25 | |
---|
26 | </field_group> |
---|
27 | |
---|
28 | |
---|
29 | |
---|
30 | </field_definition> |
---|
31 | |
---|
32 | |
---|
33 | <file_definition> |
---|
34 | |
---|
35 | <file_group id="etat0_limit_read" type="one_file" mode="read" enabled=".FALSE." output_level="10" output_freq="1y" > |
---|
36 | |
---|
37 | <file id="frac_ocean" name="ocean_fraction" enabled=".FALSE."> |
---|
38 | <field id="frac_ocean_read" name="OceFrac" domain_ref="dom_glo" operation="instant" freq_offset="1ts" /> |
---|
39 | </file> |
---|
40 | |
---|
41 | <file id="land_water" enabled=".FALSE."> |
---|
42 | <field id="land_water" name="MASK" domain_ref="domain_land_water" operation="instant" freq_offset="1ts" /> |
---|
43 | </file> |
---|
44 | |
---|
45 | <file id="ECPHY" name="ECPHY" > |
---|
46 | <field id="ts_reg" name="ST" domain_ref="domain_ecphy" operation="instant" freq_offset="1ts"/> |
---|
47 | <field id="qs_reg" name="CDSW" domain_ref="domain_ecphy" operation="instant" freq_offset="1ts"/> |
---|
48 | </file> |
---|
49 | |
---|
50 | <file id="landiceref" name="landiceref" > |
---|
51 | <field id="landice_reg" name="landice" domain_ref="domain_landiceref" operation="instant" freq_offset="1ts"/> |
---|
52 | </file> |
---|
53 | |
---|
54 | <file id="relief" name="Relief" > |
---|
55 | <field id="mask_reg" name="RELIEF" domain_ref="domain_relief" operation="instant" freq_offset="1ts"> this > 1e-5 </field> |
---|
56 | </file> |
---|
57 | |
---|
58 | |
---|
59 | <!-- Case with amip files --> |
---|
60 | <file id="amipbc_sic_1x1" name="amipbc_sic_1x1" > |
---|
61 | <field id="sic_reg" name="sicbcs" domain_ref="domain_limit_amip" axis_ref="time_sic" operation="instant" freq_offset="1ts"/> |
---|
62 | </file> |
---|
63 | |
---|
64 | <file id="amipbc_sst_1x1" name="amipbc_sst_1x1" > |
---|
65 | <field id="sst_reg" name="tosbcs" domain_ref="domain_limit_amip" axis_ref="time_sst" operation="instant" freq_offset="1ts">this+273.15</field> |
---|
66 | </file> |
---|
67 | |
---|
68 | <!-- Case with HadISST files --> |
---|
69 | <!-- |
---|
70 | <file id="siconc" name="hadisst_siconc" > |
---|
71 | <field id="sic_reg" name="sicbcs" domain_ref="domain_limit_amip" axis_ref="time_sic" operation="instant" freq_offset="1ts"/> |
---|
72 | </file> |
---|
73 | |
---|
74 | <file id="tos" name="hadisst_tos" > |
---|
75 | <field id="sst_reg" name="tosbcs" domain_ref="domain_limit_amip" axis_ref="time_sst" operation="instant" freq_offset="1ts">this+273.15</field> |
---|
76 | </file> |
---|
77 | --> |
---|
78 | |
---|
79 | |
---|
80 | <file id="rugos" name="Rugos" > |
---|
81 | <field id="rugos_reg" name="RUGOS" domain_ref="domain_limit" axis_ref="time_month" operation="instant" freq_offset="1ts"> log(this) </field> |
---|
82 | </file> |
---|
83 | |
---|
84 | <file id="albedo" name="Albedo" > |
---|
85 | <field id="albedo_reg" name="ALBEDO" domain_ref="domain_limit" axis_ref="time_month" operation="instant" freq_offset="1ts"/> |
---|
86 | </file> |
---|
87 | |
---|
88 | <file id="orography" name="orography" > |
---|
89 | |
---|
90 | <field_group domain_ref="domain_orography" operation="instant" freq_offset="1ts"> |
---|
91 | <field id="zmea_reg" name="phi" /> |
---|
92 | <field id="zstd_reg" name="mu" /> |
---|
93 | <field id="zsig_reg" name="sigma" /> |
---|
94 | <field id="zgam_reg" name="gama" /> |
---|
95 | <field id="zthe_reg" name="theta" /> |
---|
96 | </field_group > |
---|
97 | |
---|
98 | </file> |
---|
99 | |
---|
100 | |
---|
101 | <file id="grid_atm" type="one_file" output_freq="1y" mode="write" sync_freq="1ts" > |
---|
102 | <field_group domain_ref="dom_glo_p8" operation="once" prec="8"> |
---|
103 | <field id="area_ce0l" name="area" long_name="atm cell area" /> |
---|
104 | <field id="fract_oce_ce0l" name="fract_oce" long_name="ocean fraction" /> |
---|
105 | <field id="fract_sic_ce0l" name="fract_sic" long_name="sea ice fraction" /> |
---|
106 | |
---|
107 | <field id="fract_oce_sic_ce0l" name="fract_oce_plus_sic_p8" long_name="ocean + sea ice fraction" > fract_oce_ce0l + fract_sic_ce0l </field> |
---|
108 | <field field_ref="fract_oce_sic_ce0l" name="mask_oce_plus_sic" long_name="ocean + sea ice mask" > this > 0 ? 1 : 0 </field> |
---|
109 | </field_group> |
---|
110 | </file> |
---|
111 | |
---|
112 | |
---|
113 | </file_group> |
---|
114 | |
---|
115 | |
---|
116 | <file id="limit_write" name="limit" type="one_file" output_freq="1ts" sync_freq="1ts" enabled="false"> |
---|
117 | <field_group domain_ref="dom_glo" axis_ref="time_year" operation="once"> |
---|
118 | <field id="foce_limout" name="FOCE" long_name="Fraction ocean"/> |
---|
119 | <field id="fsic_limout" name="FSIC" long_name="Fraction glace de mer"/> |
---|
120 | <field id="fter_limout" name="FTER" long_name="Fraction terre"/> |
---|
121 | <field id="flic_limout" name="FLIC" long_name="Fraction land ice"/> |
---|
122 | <field id="sst_limout" name="SST" long_name="Temperature superficielle de la mer"/> |
---|
123 | <field id="bils_limout" name="BILS" long_name="Reference flux de chaleur au sol"/> |
---|
124 | <field id="alb_limout" name="ALB" long_name="Albedo a la surface"/> |
---|
125 | <field id="rug_limout" name="RUG" long_name="Rugosite" /> |
---|
126 | </field_group> |
---|
127 | </file> |
---|
128 | |
---|
129 | <file id="limit_read" name="limit" time_counter_name="time_year" type="one_file" output_freq="1d" mode="read" cyclic="true" enabled="false"> |
---|
130 | <field_group domain_ref="dom_glo" freq_offset="1ts" operation="instant"> |
---|
131 | <field id="foce_limin" name="FOCE" long_name="Fraction ocean"/> |
---|
132 | <field id="fsic_limin" name="FSIC" long_name="Fraction glace de mer"/> |
---|
133 | <field id="fter_limin" name="FTER" long_name="Fraction terre"/> |
---|
134 | <field id="flic_limin" name="FLIC" long_name="Fraction land ice"/> |
---|
135 | <field id="sst_limin" name="SST" long_name="Temperature superficielle de la mer"/> |
---|
136 | <field id="bils_limin" name="BILS" long_name="Reference flux de chaleur au sol" enabled="false"/> |
---|
137 | <field id="alb_limin" name="ALB" long_name="Albedo a la surface"/> |
---|
138 | <field id="rug_limin" name="RUG" long_name="Rugosite" /> |
---|
139 | </field_group> |
---|
140 | </file> |
---|
141 | |
---|
142 | |
---|
143 | </file_definition> |
---|
144 | |
---|
145 | <axis_definition> |
---|
146 | <axis id="time_sic"/> |
---|
147 | <axis id="time_sst"/> |
---|
148 | </axis_definition> |
---|
149 | |
---|
150 | <!-- Define domains and groups of domains --> |
---|
151 | <domain_definition> |
---|
152 | |
---|
153 | <domain id="from_ecphy" domain_ref="dom_glo"> |
---|
154 | <interpolate_domain write_weight="true" mode="read_or_compute"/> |
---|
155 | </domain> |
---|
156 | |
---|
157 | <domain id="from_landiceref" domain_ref="dom_glo"> |
---|
158 | <interpolate_domain write_weight="true" mode="read_or_compute"/> |
---|
159 | </domain> |
---|
160 | |
---|
161 | <domain id="from_relief" domain_ref="dom_glo"> |
---|
162 | <interpolate_domain order="1" write_weight="true" mode="read_or_compute" /> |
---|
163 | </domain> |
---|
164 | |
---|
165 | <domain id="from_orography" domain_ref="dom_glo"> |
---|
166 | <interpolate_domain order="1" write_weight="true" mode="read_or_compute"/> |
---|
167 | </domain> |
---|
168 | |
---|
169 | <domain id="from_limit" domain_ref="dom_glo"> |
---|
170 | <interpolate_domain write_weight="true" mode="read_or_compute"/> |
---|
171 | </domain> |
---|
172 | |
---|
173 | <domain id="from_limit_amip"domain_ref="dom_glo" > |
---|
174 | <interpolate_domain write_weight="true" mode="read_or_compute"/> |
---|
175 | </domain> |
---|
176 | |
---|
177 | <domain id="from_land_water"domain_ref="dom_glo" > |
---|
178 | <interpolate_domain write_weight="true" mode="read_or_compute"/> |
---|
179 | </domain> |
---|
180 | |
---|
181 | |
---|
182 | <domain id="domain_ecphy" type="rectilinear" > |
---|
183 | <generate_rectilinear_domain /> |
---|
184 | </domain> |
---|
185 | |
---|
186 | <domain id="domain_landiceref" type="rectilinear" > |
---|
187 | <generate_rectilinear_domain /> |
---|
188 | </domain> |
---|
189 | |
---|
190 | <domain id="domain_relief" type="rectilinear" > |
---|
191 | <generate_rectilinear_domain /> |
---|
192 | </domain> |
---|
193 | |
---|
194 | <domain id="domain_limit" type="rectilinear" > |
---|
195 | <generate_rectilinear_domain /> |
---|
196 | </domain> |
---|
197 | |
---|
198 | <domain id="domain_limit_amip" type="rectilinear" > |
---|
199 | <generate_rectilinear_domain /> |
---|
200 | </domain> |
---|
201 | |
---|
202 | <domain id="domain_orography" type="rectilinear" > |
---|
203 | <generate_rectilinear_domain /> |
---|
204 | </domain> |
---|
205 | |
---|
206 | <domain id="domain_land_water" type="rectilinear" > |
---|
207 | <generate_rectilinear_domain /> |
---|
208 | </domain> |
---|
209 | |
---|
210 | <domain id="dom_glo_p8" domain_ref="dom_glo" prec="8"/> |
---|
211 | |
---|
212 | </domain_definition> |
---|
213 | |
---|
214 | |
---|
215 | <!-------------------------------------------------------------------------------------> |
---|
216 | <!-- etat0 ozone --> |
---|
217 | <!-------------------------------------------------------------------------------------> |
---|
218 | |
---|
219 | <field_definition> |
---|
220 | |
---|
221 | <field id="tro3_in" grid_ref="grid_climoz" enabled="false"/> |
---|
222 | <field id="tro3_out" read_access="true" field_ref="tro3_in" grid_ref="grid_from_climoz" enabled="false"/> |
---|
223 | |
---|
224 | </field_definition> |
---|
225 | |
---|
226 | |
---|
227 | <file_definition> |
---|
228 | |
---|
229 | <file id="test_o3" output_freq="1ts" type="one_file" enabled="false"> |
---|
230 | <field id="o3_out" grid_ref="grid_from_climoz" operation="instant" /> |
---|
231 | </file> |
---|
232 | |
---|
233 | </file_definition> |
---|
234 | |
---|
235 | |
---|
236 | <domain_definition> |
---|
237 | |
---|
238 | <domain id="domain_climoz" type="rectilinear" /> |
---|
239 | |
---|
240 | <domain id="from_climoz" domain_ref="dom_glo"> |
---|
241 | <interpolate_domain order="1" write_weight="true" mode="read_or_compute"/> |
---|
242 | </domain> |
---|
243 | |
---|
244 | </domain_definition> |
---|
245 | |
---|
246 | <axis_definition> |
---|
247 | <axis id="axis_climoz" unit="millibar" axis_type="Z"/> |
---|
248 | <axis id="tr_climoz" /> |
---|
249 | <axis id="time_axis_climoz" /> |
---|
250 | </axis_definition> |
---|
251 | |
---|
252 | |
---|
253 | <grid_definition> |
---|
254 | |
---|
255 | <grid id="grid_climoz"> |
---|
256 | <domain domain_ref="domain_climoz" /> |
---|
257 | <axis axis_ref="axis_climoz" /> |
---|
258 | <axis axis_ref="time_axis_climoz" /> |
---|
259 | <axis axis_ref="tr_climoz" /> |
---|
260 | </grid > |
---|
261 | |
---|
262 | <grid id="grid_from_climoz"> |
---|
263 | <domain domain_ref="from_climoz" /> |
---|
264 | <axis axis_ref="axis_climoz" /> |
---|
265 | <axis axis_ref="time_axis_climoz" /> |
---|
266 | <axis axis_ref="tr_climoz" /> |
---|
267 | </grid> |
---|
268 | |
---|
269 | </grid_definition> |
---|
270 | |
---|
271 | |
---|
272 | |
---|
273 | <!-------------------------------------------------------------------------------------> |
---|
274 | <!-- read aerosol --> |
---|
275 | <!-------------------------------------------------------------------------------------> |
---|
276 | |
---|
277 | <field_definition> |
---|
278 | |
---|
279 | <field_group id="aerosols" enabled="false"> |
---|
280 | |
---|
281 | <field_group id="aerosol_in" grid_ref="grid_aerosol" > |
---|
282 | <field id="AIPOMM_in"/> |
---|
283 | <field id="ASBCM_in"/> |
---|
284 | <field id="AIBCM_in"/> |
---|
285 | <field id="ASPOMM_in"/> |
---|
286 | <field id="CSSSM_in"/> |
---|
287 | <field id="ASSSM_in"/> |
---|
288 | <field id="CIDUSTM_in"/> |
---|
289 | <field id="SO4_in"/> |
---|
290 | <field id="CSSO4M_in"/> |
---|
291 | <field id="SSSSM_in"/> |
---|
292 | <field id="ASNO3M_in"/> |
---|
293 | <field id="CSNO3M_in"/> |
---|
294 | <field id="CINO3M_in"/> |
---|
295 | <field id="ASSO4M_in"/> |
---|
296 | <field id="CSSO4M_in"/> |
---|
297 | </field_group> |
---|
298 | |
---|
299 | <field_group id="load_aerosol_in" domain_ref="domain_aerosol" axis_ref="time_month" > |
---|
300 | <field id="load_AIPOMM_in"/> |
---|
301 | <field id="load_ASBCM_in"/> |
---|
302 | <field id="load_AIBCM_in"/> |
---|
303 | <field id="load_ASPOMM_in"/> |
---|
304 | <field id="load_CSSSM_in"/> |
---|
305 | <field id="load_ASSSM_in"/> |
---|
306 | <field id="load_CIDUSTM_in"/> |
---|
307 | <field id="load_SO4_in"/> |
---|
308 | <field id="load_CSSO4M_in"/> |
---|
309 | <field id="load_SSSSM_in"/> |
---|
310 | <field id="load_ASNO3M_in"/> |
---|
311 | <field id="load_CSNO3M_in"/> |
---|
312 | <field id="load_CINO3M_in"/> |
---|
313 | <field id="load_ASSO4M_in"/> |
---|
314 | <field id="load_CSSO4M_in"/> |
---|
315 | </field_group> |
---|
316 | |
---|
317 | <field_group id="aerosol_out" grid_ref="grid_from_aerosol" read_access="true" > |
---|
318 | <field id="AIPOMM_out" field_ref="AIPOMM_in" /> |
---|
319 | <field id="ASBCM_out" field_ref="ASBCM_in" /> |
---|
320 | <field id="AIBCM_out" field_ref="AIBCM_in" /> |
---|
321 | <field id="ASPOMM_out" field_ref="ASPOMM_in" /> |
---|
322 | <field id="CSSSM_out" field_ref="CSSSM_in" /> |
---|
323 | <field id="ASSSM_out" field_ref="ASSSM_in" /> |
---|
324 | <field id="CIDUSTM_out"field_ref="CIDUSTM_in"/> |
---|
325 | <field id="SO4_out" field_ref="SO4_in" /> |
---|
326 | <field id="CSSO4M_out" field_ref="CSSO4M_in" /> |
---|
327 | <field id="SSSSM_out" field_ref="SSSSM_in" /> |
---|
328 | <field id="ASNO3M_out" field_ref="ASNO3M_in" /> |
---|
329 | <field id="CSNO3M_out" field_ref="CSNO3M_in" /> |
---|
330 | <field id="CINO3M_out" field_ref="CINO3M_in" /> |
---|
331 | <field id="ASSO4M_out" field_ref="ASSO4M_in" /> |
---|
332 | <field id="CSSO4M_out" field_ref="CSSO4M_in" /> |
---|
333 | </field_group> |
---|
334 | |
---|
335 | <field_group id="load_aerosol_out" domain_ref="from_aerosol" axis_ref="time_month" read_access="true"> |
---|
336 | <field id="load_AIPOMM_out" field_ref="load_AIPOMM_in" /> |
---|
337 | <field id="load_ASBCM_out" field_ref="load_ASBCM_in" /> |
---|
338 | <field id="load_AIBCM_out" field_ref="load_AIBCM_in" /> |
---|
339 | <field id="load_ASPOMM_out" field_ref="load_ASPOMM_in" /> |
---|
340 | <field id="load_CSSSM_out" field_ref="load_CSSSM_in" /> |
---|
341 | <field id="load_ASSSM_out" field_ref="load_ASSSM_in" /> |
---|
342 | <field id="load_CIDUSTM_out"field_ref="load_CIDUSTM_in"/> |
---|
343 | <field id="load_SO4_out" field_ref="load_SO4_in" /> |
---|
344 | <field id="load_CSSO4M_out" field_ref="load_CSSO4M_in" /> |
---|
345 | <field id="load_SSSSM_out" field_ref="load_SSSSM_in" /> |
---|
346 | <field id="load_ASNO3M_out" field_ref="load_ASNO3M_in" /> |
---|
347 | <field id="load_CSNO3M_out" field_ref="load_CSNO3M_in" /> |
---|
348 | <field id="load_CINO3M_out" field_ref="load_CINO3M_in" /> |
---|
349 | <field id="load_ASSO4M_out" field_ref="load_ASSO4M_in" /> |
---|
350 | <field id="load_CSSO4M_out" field_ref="load_CSSO4M_in" /> |
---|
351 | </field_group> |
---|
352 | |
---|
353 | |
---|
354 | <field id="psurf_aerosol_in" domain_ref="domain_aerosol" axis_ref="time_month" /> |
---|
355 | <field id="psurf_aerosol_out" read_access="true" field_ref="psurf_aerosol_in" domain_ref="from_aerosol" axis_ref="time_month" /> |
---|
356 | |
---|
357 | </field_group> |
---|
358 | |
---|
359 | </field_definition> |
---|
360 | |
---|
361 | <domain_definition> |
---|
362 | |
---|
363 | <domain id="domain_aerosol" type="rectilinear" /> |
---|
364 | |
---|
365 | <domain id="from_aerosol" domain_ref="dom_glo"> |
---|
366 | <interpolate_domain order="1" write_weight="true" mode="read_or_compute"/> |
---|
367 | </domain> |
---|
368 | |
---|
369 | </domain_definition> |
---|
370 | |
---|
371 | <axis_definition> |
---|
372 | <axis id="axis_aerosol" unit="millibar" axis_type="Z"/> |
---|
373 | </axis_definition> |
---|
374 | |
---|
375 | <grid_definition> |
---|
376 | |
---|
377 | <grid id="grid_aerosol"> |
---|
378 | <domain domain_ref="domain_aerosol" /> |
---|
379 | <axis axis_ref="axis_aerosol" /> |
---|
380 | <axis axis_ref="time_month" /> |
---|
381 | </grid > |
---|
382 | |
---|
383 | |
---|
384 | <grid id="grid_from_aerosol"> |
---|
385 | <domain domain_ref="from_aerosol" /> |
---|
386 | <axis axis_ref="axis_aerosol" /> |
---|
387 | <axis axis_ref="time_month" /> |
---|
388 | </grid> |
---|
389 | |
---|
390 | </grid_definition> |
---|
391 | |
---|
392 | |
---|
393 | |
---|
394 | |
---|
395 | <!-------------------------------------------------------------------------------------> |
---|
396 | <!-- read aerosol strato --> |
---|
397 | <!-------------------------------------------------------------------------------------> |
---|
398 | |
---|
399 | <field_definition> |
---|
400 | |
---|
401 | <field_group id="aerosol_strato2" enabled="false" > |
---|
402 | <field id="tauaerstrat_in" grid_ref="grid_tauswstrat" /> |
---|
403 | <field id="tauaerstrat_out" read_access="true" field_ref="tauaerstrat_in" grid_ref="grid_from_tauswstrat" /> |
---|
404 | |
---|
405 | <field id="pizaerstrat_in" grid_ref="grid_tauswstrat" /> |
---|
406 | <field id="pizaerstrat_out" read_access="true" field_ref="pizaerstrat_in" grid_ref="grid_from_tauswstrat" /> |
---|
407 | |
---|
408 | <field id="cgaerstrat_in" grid_ref="grid_tauswstrat" /> |
---|
409 | <field id="cgaerstrat_out" read_access="true" field_ref="cgaerstrat_in" grid_ref="grid_from_tauswstrat" /> |
---|
410 | |
---|
411 | <field id="taulwaerstrat_in" grid_ref="grid_taulwstrat" /> |
---|
412 | <field id="taulwaerstrat_out" read_access="true" field_ref="taulwaerstrat_in" grid_ref="grid_from_taulwstrat" /> |
---|
413 | </field_group> |
---|
414 | |
---|
415 | <field_group id="aerosol_strato1" enabled="false" > |
---|
416 | <field id="taustrat_in" domain_ref="domain_taustrat" axis_ref="klev" /> |
---|
417 | <field id="taustrat_out" read_access="true" field_ref="taustrat_in" domain_ref="from_taustrat" axis_ref="klev" /> |
---|
418 | </field_group> |
---|
419 | |
---|
420 | </field_definition> |
---|
421 | |
---|
422 | |
---|
423 | <domain_definition> |
---|
424 | |
---|
425 | <domain id="domain_tauswstrat" type="rectilinear" /> |
---|
426 | <domain id="domain_taulwstrat" type="rectilinear" /> |
---|
427 | <domain id="domain_taustrat" type="rectilinear" /> |
---|
428 | |
---|
429 | |
---|
430 | <domain id="from_tauswstrat" domain_ref="dom_glo"> |
---|
431 | <interpolate_domain order="1" write_weight="true" mode="read_or_compute"/> |
---|
432 | </domain> |
---|
433 | |
---|
434 | <domain id="from_taulwstrat" domain_ref="dom_glo"> |
---|
435 | <interpolate_domain order="1" write_weight="true" mode="read_or_compute"/> |
---|
436 | </domain> |
---|
437 | |
---|
438 | <domain id="from_taustrat" domain_ref="dom_glo"> |
---|
439 | <interpolate_domain order="1" write_weight="true" mode="read_or_compute"/> |
---|
440 | </domain> |
---|
441 | |
---|
442 | </domain_definition> |
---|
443 | |
---|
444 | <axis_definition> |
---|
445 | <axis id="nsw" /> |
---|
446 | <axis id="nlw" /> |
---|
447 | </axis_definition> |
---|
448 | |
---|
449 | <grid_definition> |
---|
450 | |
---|
451 | <grid id="grid_tauswstrat"> |
---|
452 | <domain domain_ref="domain_tauswstrat" /> |
---|
453 | <axis axis_ref="klev" /> |
---|
454 | <axis axis_ref="nsw" /> |
---|
455 | </grid > |
---|
456 | |
---|
457 | <grid id="grid_from_tauswstrat"> |
---|
458 | <domain domain_ref="from_tauswstrat" /> |
---|
459 | <axis axis_ref="klev" /> |
---|
460 | <axis axis_ref="nsw" /> |
---|
461 | </grid > |
---|
462 | |
---|
463 | <grid id="grid_taulwstrat"> |
---|
464 | <domain domain_ref="domain_taulwstrat" /> |
---|
465 | <axis axis_ref="klev" /> |
---|
466 | <axis axis_ref="nlw" /> |
---|
467 | </grid > |
---|
468 | |
---|
469 | <grid id="grid_from_taulwstrat"> |
---|
470 | <domain domain_ref="from_taulwstrat" /> |
---|
471 | <axis axis_ref="klev" /> |
---|
472 | <axis axis_ref="nlw" /> |
---|
473 | </grid > |
---|
474 | |
---|
475 | </grid_definition> |
---|
476 | |
---|
477 | </context> |
---|