source: CONFIG/UNIFORM/v6/IPSLESM6/GENERAL/PARAM/iodef.xml @ 3687

Last change on this file since 3687 was 3687, checked in by acosce, 6 years ago

Update IPSLESM to comply with v6 standard and add the AER experiment for the coupled model

File size: 1.8 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
[2876]15    <variable_definition>       
16      <variable id="optimal_buffer_size" type="string">performance</variable>
[3687]17      <variable id="buffer_size_factor" type="double">1.0</variable>
[2876]18      <variable id="min_buffer_size" type="int">10000000</variable>
19      <variable id="info_level"            type="int">1</variable>
20      <variable id="using_server"          type="bool">false</variable>
21      <variable id="using_oasis"           type="bool">false</variable>
22      <variable id="oasis_codes_id"        type="string" >LMDZ,oceanx</variable>       
23    </variable_definition>
24   
[777]25  </context>
[2270]26
27  <!-- =========================================================================================================== -->
28  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               -->
[777]29 
30</simulation>
Note: See TracBrowser for help on using the repository browser.