iodef.xml 1.3 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <simulation>
  3. <!-- ============================================================================================ -->
  4. <!-- XIOS context -->
  5. <!-- ============================================================================================ -->
  6. <context id="xios" >
  7. <variable_definition>
  8. <variable id="info_level" type="int">10</variable>
  9. <variable id="using_server" type="bool">true</variable>
  10. <variable id="using_oasis" type="bool">false</variable>
  11. <variable id="oasis_codes_id" type="string" >oceanx</variable>
  12. <variable id="optimal_buffer_size" type="string" >memory</variable>
  13. <variable id="buffer_size_factor" type="double" >2.0</variable>
  14. </variable_definition>
  15. </context>
  16. <!-- ============================================================================================ -->
  17. <!-- NEMO CONTEXT add and suppress the components you need -->
  18. <!-- ============================================================================================ -->
  19. <context id="nemo" src="./context_nemo.xml"/> <!-- NEMO -->
  20. </simulation>