source: XIOS/trunk/inputs/iodef.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: 1.5 KB
Line 
1<?xml version="1.0"?>
2<simulation>
3
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" />
6
7
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>
11
12
13   <file_definition type="multiple_file" par_access="collective" output_freq="6h" output_level="10" enabled=".TRUE.">
14     <file id="output" name="output">
15        <field field_ref="field_A" />
16     </file>
17   </file_definition>
18
19
20   <axis_definition>
21     <axis id="axis_A" zoom_size="2" zoom_end="2" />
22   </axis_definition>
23
24   <domain_definition>
25     <domain id="domain_A" />
26   </domain_definition>
27
28   <grid_definition />
29
30  </context>
31
32  <context id="toto" >
33  </context>
34
35  <context id="titi">
36  </context>
37
38  <context id="tata">
39  </context>
40
41  <context id="xios">
42      <variable_definition>
43        <variable_group id="buffer">
44            <variable id="optimal_buffer_size" type="string">performance</variable>
45            <variable id="buffer_factor_size" type="double">1.0</variable>
46         </variable_group>
47
48        <variable_group id="parameters" >
49          <variable id="using_server" type="bool">false</variable>
50          <variable id="info_level" type="int">50</variable>
51          <variable id="print_file" type="bool">true</variable>
52        </variable_group>
53      </variable_definition>
54  </context>
55
56</simulation>
57
Note: See TracBrowser for help on using the repository browser.