iodef.xml 881 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0"?>
  2. <simulation>
  3. <context id="atmosphere" src="./context_atmosphere.xml"/>
  4. <context id="surface" src="./context_surface.xml"/>
  5. <context id="xios">
  6. <variable_definition>
  7. <variable_group id="server">
  8. <variable id="using_server2" type="bool">true</variable>
  9. <variable id="ratio_server2" type="int">50</variable>
  10. </variable_group>
  11. <variable_group id="buffer">
  12. <variable id="optimal_buffer_size" type="string">performance</variable>
  13. <variable id="buffer_size_factor" type="double">1.0</variable>
  14. </variable_group>
  15. <variable_group id="parameters" >
  16. <variable id="info_level" type="int">100</variable>
  17. <variable id="print_file" type="bool">true</variable>
  18. </variable_group>
  19. </variable_definition>
  20. </context>
  21. </simulation>