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

Last change on this file since 554 was 554, checked in by mhnguyen, 9 years ago

Changing interface of tests to make sure global index begins at zero (0)

+) In all tests, ibegin, jbegin starts at zero (0), so there are some minor changes in field_glo
+) Improve a littel bit class design

Test
+) On Curie,
+) All test passed and results are the same as before

File size: 970 bytes
Line 
1<!-- Context atm -->
2
3<context id="atmopshere">
4
5  <field_definition level="1" enabled=".FALSE." default_value="9.96921e+36">
6    <field id="field_A_atm"  name="field_A_atm" operation="average" freq_op="1ts" domain_ref="domain_atm"  axis_ref="axis_atm" />
7  </field_definition>
8
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" name="field_A_atm_zoom" domain_ref="domain_atm_zoom" />
16    </file>
17  </file_definition>
18
19   <axis_definition>
20     <axis id="axis_atm" zoom_size="2" zoom_end="2" />
21   </axis_definition>
22
23   <domain_definition>
24     <domain id="domain_atm" />
25     <domain id="domain_atm_zoom" />
26   </domain_definition>
27
28   <grid_definition />
29
30</context>
Note: See TracBrowser for help on using the repository browser.