iodef.xml 1.3 KB

1234567891011121314151617181920212223242526272829
  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">false</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 id="min_buffer_size" type="int" >25000000</variable-->
  15. </variable_definition>
  16. </context>
  17. <!-- ============================================================================================ -->
  18. <!-- NEMO CONTEXT add and suppress the components you need -->
  19. <!-- ============================================================================================ -->
  20. <context id="nemo" src="./context_nemo.xml"/> <!-- NEMO -->
  21. </simulation>