123456789101112131415161718192021222324252627 |
- <?xml version="1.0"?>
- <simulation>
- <context id="atmosphere" src="./context_atmosphere.xml"/>
- <context id="surface" src="./context_surface.xml"/>
- <context id="xios">
- <variable_definition>
- <variable_group id="server">
- <variable id="using_server2" type="bool">true</variable>
- <variable id="ratio_server2" type="int">50</variable>
- </variable_group>
- <variable_group id="buffer">
- <variable id="optimal_buffer_size" type="string">memory</variable>
- <variable id="buffer_size_factor" type="double">1.0</variable>
- </variable_group>
- <variable_group id="parameters" >
- <variable id="info_level" type="int">100</variable>
- <variable id="print_file" type="bool">true</variable>
- </variable_group>
- </variable_definition>
- </context>
- </simulation>
|