source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/context_grid_dynamico.xml @ 1678

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

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1676. Generic testcase not yet tested

File size: 503 bytes
Line 
1<context id="grid_dynamico">
2 
3  <calendar type="Gregorian" time_origin="1850-01-01 00:00:00" timestep="1s"/> 
4   
5   
6  <file_definition>   
7     <file id="dynamico_grid" name="Ai" mode="read" output_freq="1ts" type="one_file">
8       <field id="Ai" domain_ref="domain_dynamico" operation="instant"/>
9     </file>
10  </file_definition>
11 
12  <domain_definition>
13    <domain id="domain_dynamico" type="unstructured">
14      <generate_rectilinear_domain/>
15    </domain>
16  </domain_definition>
17
18
19</context>
Note: See TracBrowser for help on using the repository browser.