source: XIOS/dev/branch_openmp/inputs/COMPLETE/iodef.xml @ 1468

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

tests (client, complete, toy, rempa) work fine with 2-level server mode. Tested on ADA (2*2+2)

File size: 880 bytes
RevLine 
[486]1<?xml version="1.0"?>
[491]2<simulation>
[486]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">
[512]11            <variable id="optimal_buffer_size" type="string">memory</variable>
[718]12            <variable id="buffer_size_factor" type="double">1.0</variable>
[486]13         </variable_group>
[1468]14       
15         <variable_group id="server">
16            <variable id="using_server2" type="bool">true</variable>
17            <variable id="ratio_server2" type="int">50</variable>
18         </variable_group>
[486]19
20        <variable_group id="parameters" >
[490]21          <variable id="info_level" type="int">100</variable>
[527]22          <variable id="print_file" type="bool">true</variable>
[486]23        </variable_group>
24      </variable_definition>
25  </context>
26
27</simulation>
Note: See TracBrowser for help on using the repository browser.