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

Last change on this file since 2046 was 2046, checked in by ymipsl, 3 years ago
File size: 649 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 </context>
15
16  <context id="xios">
17     <variable_definition>
18        <variable_group id="parameters" >
19          <variable id="print_file" type="bool">true</variable>
20        </variable_group>
21     </variable_definition>
22  </context>
23
24</simulation>
25
Note: See TracBrowser for help on using the repository browser.