source: XIOS/trunk/inputs/COMPLETE/context_atmosphere.xml @ 1169

Last change on this file since 1169 was 1169, checked in by mhnguyen, 7 years ago

Non-continuous zoom on axis
Zoomed points are defined by array index of zoom_axis

+) Update axis with new type of zoom

Test
+) On Curie
+) Work
+) Update test_complete with this new zoom.

File size: 1.5 KB
Line 
1<!-- Context atm -->
2
3<context id="atmosphere">
4
5  <field_definition level="1" enabled=".FALSE." default_value="9.96921e+36">
6    <field id="field_A_atm"  name="field_A_atm_origin" operation="average" freq_op="1ts" grid_ref="grid_A_atm" />
7    <field id="field_A_atm_zoom"  name="field_A_atm" operation="average" freq_op="1ts" field_ref="field_A_atm" grid_ref="grid_A_atm_zoom" />
8  </field_definition>
9
10  <file_definition type="multiple_file" par_access="collective" output_freq="6h" sync_freq="6h" output_level="10" enabled=".TRUE.">
11    <file id="output_atmosphere" name="output_atmosphere">
12      <field field_ref="field_A_atm" />
13    </file>
14    <file id="output_atmosphere_zoom" name="output_atmosphere_zoom">
15      <field field_ref="field_A_atm_zoom" name="field_A_atm_zoom" />
16    </file>
17  </file_definition>
18
19  <axis_definition>
20    <axis id="axis_atm"/>
21    <axis id="axis_atm_zoom" axis_ref="axis_atm">     
22      <zoom_axis id="axis_atm_zoom" index="(0,2)[3 0 1]"/>
23    </axis>
24  </axis_definition>
25
26  <domain_definition>
27    <domain id="domain_atm" />
28    <domain id="domain_atm_zoom" domain_ref="domain_atm">
29      <zoom_domain id="domain_atm_zoom" />
30    </domain>
31  </domain_definition>
32
33  <grid_definition>
34   <grid id="grid_A_atm">
35     <domain domain_ref="domain_atm" />
36     <axis axis_ref="axis_atm" />
37   </grid>
38   <grid id="grid_A_atm_zoom">
39     <domain domain_ref="domain_atm_zoom" />
40     <axis axis_ref="axis_atm_zoom" />
41   </grid>
42  </grid_definition>
43
44
45</context>
Note: See TracBrowser for help on using the repository browser.