iodef.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <!-- =========================================================================================================== -->
  3. <!-- iodef.xml : Configuration file for production of output files using XIOS -->
  4. <!-- This file contains the context XIOS. -->
  5. <!-- The model components context will be add automatically by the comp.driver -->
  6. <!-- =========================================================================================================== -->
  7. <simulation>
  8. <!-- =========================================================================================================== -->
  9. <!-- XIOS context -->
  10. <!-- =========================================================================================================== -->
  11. <context id="xios">
  12. <variable_definition>
  13. <!-- We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) -->
  14. <variable id="buffer_size" type="integer">50000000</variable>
  15. <variable id="buffer_server_factor_size" type="integer">2</variable>
  16. <variable id="info_level" type="integer">1</variable>
  17. <variable id="using_server" type="boolean">false</variable>
  18. <variable id="using_oasis" type="boolean">false</variable>
  19. <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable>
  20. </variable_definition>
  21. </context>
  22. <!-- =========================================================================================================== -->
  23. <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver -->
  24. <context id="nemo" src="./context.xml"/>
  25. </simulation>