123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0"?>
- <!-- =========================================================================================================== -->
- <!-- iodef.xml : Configuration file for production of output files using XIOS -->
- <!-- This file contains the context XIOS. -->
- <!-- The model components context will be add automatically by the comp.driver -->
- <!-- =========================================================================================================== -->
- <simulation>
- <!-- =========================================================================================================== -->
- <!-- XIOS context -->
- <!-- =========================================================================================================== -->
- <context id="xios">
- <variable_definition>
-
- <!-- We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) -->
- <variable id="buffer_size" type="integer">50000000</variable>
- <variable id="buffer_server_factor_size" type="integer">2</variable>
- <variable id="info_level" type="integer">0</variable>
- <variable id="using_server" type="boolean">true</variable>
- <variable id="using_oasis" type="boolean">false</variable>
- <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable>
-
- </variable_definition>
-
- </context>
- <!-- =========================================================================================================== -->
- <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver -->
- <context id="nemo" src="./context.xml"/>
-
- </simulation>
|