source: XIOS/trunk/inputs/iodef.xml @ 573

Last change on this file since 573 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: 1.5 KB
RevLine 
[385]1<?xml version="1.0"?>
[554]2<simulation>
[385]3
[549]4 <context id="test">
5   <calendar type="Gregorian" start_date="2012-03-01 15:00:00" time_origin="2012-02-28 15:00:00 + 1d" />
[385]6
[549]7
[385]8   <field_definition level="1" enabled=".FALSE.">
9     <field id="field_A"  operation="average" freq_op="3600s" domain_ref="domain_A"  axis_ref="axis_A" />
10   </field_definition>
[554]11
12
[512]13   <file_definition type="multiple_file" par_access="collective" output_freq="6h" output_level="10" enabled=".TRUE.">
[554]14     <file id="output" name="output">
[481]15        <field field_ref="field_A" />
[385]16     </file>
17   </file_definition>
[554]18
19
[385]20   <axis_definition>
[554]21     <axis id="axis_A" zoom_size="2" zoom_end="2" />
[385]22   </axis_definition>
[554]23
[385]24   <domain_definition>
25     <domain id="domain_A" />
[554]26   </domain_definition>
27
28   <grid_definition />
29
[385]30  </context>
[554]31
[385]32  <context id="toto" >
33  </context>
[554]34
[385]35  <context id="titi">
36  </context>
[554]37
[385]38  <context id="tata">
39  </context>
40
41  <context id="xios">
42      <variable_definition>
43        <variable_group id="buffer">
[511]44            <variable id="optimal_buffer_size" type="string">performance</variable>
[554]45            <variable id="buffer_factor_size" type="double">1.0</variable>
[385]46         </variable_group>
47
48        <variable_group id="parameters" >
[527]49          <variable id="using_server" type="bool">false</variable>
[512]50          <variable id="info_level" type="int">50</variable>
[527]51          <variable id="print_file" type="bool">true</variable>
[385]52        </variable_group>
53      </variable_definition>
54  </context>
55
56</simulation>
57
Note: See TracBrowser for help on using the repository browser.