source: XIOS/xios_training/hands-on-2/answer/iodef.xml_4 @ 2046

Last change on this file since 2046 was 2046, checked in by ymipsl, 3 years ago
File size: 802 bytes
Line 
1<?xml version="1.0"?>
2<simulation>
3 <context id="test">
4   <calendar type="D360" time_origin="2021-01-01" start_date="2021-03" />
5   <axis_definition>
6     <axis id="axis_A" n_glo="10" value="(0,9)[100 200 300 400 500 600 700 800 900 1000]">
7     </axis>
8   </axis_definition>
9
10   <domain_definition>
11     <domain id="domain_A" type="rectilinear" ni_glo="60" nj_glo="20"/>
12   </domain_definition>
13
14   <grid_definition>
15     <grid id="grid_A">
16       <domain domain_ref="domain_A"/>
17       <axis axis_ref="axis_A"/>
18     </grid>
19   </grid_definition>
20
21 </context>
22
23  <context id="xios">
24     <variable_definition>
25        <variable_group id="parameters" >
26          <variable id="print_file" type="bool">true</variable>
27        </variable_group>
28     </variable_definition>
29  </context>
30
31</simulation>
32
Note: See TracBrowser for help on using the repository browser.