source: XIOS/trunk/inputs/TOY/iodef.xml @ 1118

Last change on this file since 1118 was 1118, checked in by mhnguyen, 7 years ago

Adding toy_cmip6 into repository

File size: 580 bytes
Line 
1<?xml version="1.0"?>
2<simulation>
3
4  <context id="nemo"
5           src="./context_nem.xml"/>
6  <context id="arpsfx"
7           src="./context_arpsf.xml"/>
8 
9  <context id="xios">
10    <variable_definition>
11      <variable_group id="buffer">
12        <variable id="optimal_buffer_size" type="string">performance</variable>
13      </variable_group>
14     
15      <variable_group id="parameters" >
16        <variable id="info_level" type="int">100</variable>
17        <variable id="print_file" type="bool">true</variable>
18      </variable_group>
19    </variable_definition>
20  </context>
21
22</simulation>
Note: See TracBrowser for help on using the repository browser.