source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/test_grid_algo/context_grid_dynamico.xml @ 1698

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

Generic_testcase : add one folder for testing the scalar, axis, domain and grid transformation functionality.

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.