source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/iodef.xml @ 2861

Last change on this file since 2861 was 2606, checked in by jgipsl, 9 years ago

Removed modifications from xios.driver and set correct behaviour in iodef.xml. This modification could now be done because XIOS is now mandatory in coupled mode.

File size: 1.9 KB
RevLine 
[777]1<?xml version="1.0"?>
[2337]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<!-- =========================================================================================================== -->
[821]7
[2337]8<simulation>
9
[2270]10  <!-- =========================================================================================================== -->
11  <!-- XIOS context                                                                                                -->
12  <!-- =========================================================================================================== -->
[2061]13  <context id="xios">
[1021]14
[2270]15    <variable_definition>
[2061]16       
[2337]17     <!-- We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) -->
[2362]18          <variable id="buffer_size"               type="integer">10000000</variable>
[2061]19          <variable id="buffer_server_factor_size" type="integer">2</variable>
[2083]20          <variable id="info_level"                type="integer">1</variable>
[2061]21          <variable id="using_server"              type="boolean">false</variable>
[2343]22          <variable id="using_oasis"               type="boolean">false</variable>
[2606]23          <variable id="oasis_codes_id"            type="string" >LMDZ,oceanx</variable>
[2061]24       
25      </variable_definition>
26               
[777]27  </context>
[2270]28
29  <!-- =========================================================================================================== -->
30  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
[777]31 
32</simulation>
Note: See TracBrowser for help on using the repository browser.