iodef.xml 1.3 KB

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