source: XIOS/trunk/inputs/COMPLETE/iodef.xml @ 486

Last change on this file since 486 was 486, checked in by aclsce, 10 years ago

Added complete test sources and xml files.

File size: 601 bytes
Line 
1<?xml version="1.0"?>
2<simulation> 
3
4  <context id="atmosphere" src="./context_atmosphere.xml"/>
5
6  <context id="surface" src="./context_surface.xml"/>
7
8  <context id="xios">
9      <variable_definition>
10        <variable_group id="buffer">
11            buffer_size = 80000000
12            buffer_server_factor_size = 2
13         </variable_group>
14
15        <variable_group id="parameters" >
16          <variable id="using_server" type="boolean">false</variable>
17          <variable id="info_level" type="int">1</variable>
18        </variable_group>
19      </variable_definition>
20  </context>
21
22</simulation>
Note: See TracBrowser for help on using the repository browser.