iodef.xml 621 B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <simulation>
  3. <context id="atmosphere" src="./context_atmosphere.xml"/>
  4. <context id="xios">
  5. <variable_definition>
  6. <variable_group id="buffer">
  7. <variable id="optimal_buffer_size" type="string">performance</variable>
  8. <variable id="buffer_size_factor" type="double">1.0</variable>
  9. </variable_group>
  10. <variable_group id="parameters" >
  11. <variable id="info_level" type="int">1</variable>
  12. <variable id="print_file" type="bool">true</variable>
  13. </variable_group>
  14. </variable_definition>
  15. </context>
  16. </simulation>