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

Last change on this file since 490 was 490, checked in by mhnguyen, 10 years ago

Implementing print output in seperate files

+) Add an option to write information into standard output or into files,
each of which is created by a process
+) Add a new file for global data (constant, value macro, etc)
+) Do a minor change in how to generate doxygen

Test
+) On Curie, with two modes: only client (connected) and client-server
+) All tests passed, each client prints out its info in a seperate file

File size: 676 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">100</variable>
18          <variable id="info_output_file" type="boolean">true</variable>
19        </variable_group>
20      </variable_definition>
21  </context>
22
23</simulation>
Note: See TracBrowser for help on using the repository browser.