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

Last change on this file since 787 was 787, checked in by mhnguyen, 8 years ago

Changing name of attributes of zoom

Test
+) test_client and test_complete are correct

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