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

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

Implementing new hash algorithm and fixing bug related to zoom

+) Replace boost hash with hash algorithm of Jenkins
+) Domain, if an attribute is non-empty for one client, it should also be non-empty for others inspite of zoom
+) Replace the way to find the number of client connecting to a server to make sure every server receive a message

Test
+) On Curie
+) test_client: passed and results are same like before
+) test_complete: passed, results are partially the same, the different part comes from added working operation

File size: 961 bytes
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" operation="average" freq_op="1ts" domain_ref="domain_atm"  axis_ref="axis_atm" />
7  </field_definition>
8
9  <file_definition type="multiple_file" par_access="collective" output_freq="6h" sync_freq="6h" output_level="10" enabled=".TRUE.">
10    <file id="output_atmosphere" name="output_atmosphere">
11      <field field_ref="field_A_atm" />
12    </file>
13    <file id="output_atmosphere_zoom" name="output_atmosphere_zoom">
14      <field field_ref="field_A_atm" name="field_A_atm_zoom" domain_ref="domain_atm_zoom" />
15    </file>
16  </file_definition>
17
18  <axis_definition>
19    <axis id="axis_atm" zoom_size="2" zoom_end="3" />
20  </axis_definition>
21
22  <domain_definition>
23    <domain id="domain_atm" />
24    <domain id="domain_atm_zoom" />
25  </domain_definition>
26
27  <grid_definition />
28
29</context>
Note: See TracBrowser for help on using the repository browser.