source: XIOS/dev/branch_openmp/inputs/TOY/iodef.xml @ 1460

Last change on this file since 1460 was 1460, checked in by yushan, 6 years ago

branch_openmp merged with XIOS_DEV_CMIP6@1459

File size: 712 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="server">
12        <variable id="using_server2" type="bool">false</variable>
13      </variable_group>
14     
15      <variable_group id="buffer">
16        <variable id="optimal_buffer_size" type="string">performance</variable>
17      </variable_group>
18     
19      <variable_group id="parameters" >
20        <variable id="info_level" type="int">100</variable>
21        <variable id="print_file" type="bool">true</variable>
22      </variable_group>
23    </variable_definition>
24  </context>
25
26</simulation>
Note: See TracBrowser for help on using the repository browser.