source: codes/icosagcm/branches/SATURN_DYNAMICO/TEST/iodef.xml @ 264

Last change on this file since 264 was 264, checked in by milmd, 10 years ago

Architecture files and some modifications to compile and run on ada.

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