source: XIOS/xios_training/hands-on-2/answer/iodef.xml_2 @ 2061

Last change on this file since 2061 was 2046, checked in by ymipsl, 3 years ago
File size: 533 bytes
Line 
1<?xml version="1.0"?>
2<simulation>
3 <context id="test">
4   <calendar type="Gregorian" 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 </context>
10
11  <context id="xios">
12     <variable_definition>
13        <variable_group id="parameters" >
14          <variable id="print_file" type="bool">true</variable>
15        </variable_group>
16     </variable_definition>
17  </context>
18
19</simulation>
20
Note: See TracBrowser for help on using the repository browser.