source: XIOS/dev/dev_trunk_omp/inputs/COMPLETE/context_atmosphere.xml @ 1701

Last change on this file since 1701 was 1677, checked in by yushan, 5 years ago

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

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