Changeset 4386 for CONFIG


Ignore:
Timestamp:
04/11/19 10:56:30 (5 years ago)
Author:
jgipsl
Message:

Update iodef.xml file to use the same as in v6/IPSLCM6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/iodef.xml

    r4345 r4386  
    11<?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 
    28<simulation> 
    39 
    4     <context  id="xios"> 
    5         <variable_definition> 
    6                 <variable id="print_file" type="bool"> true </variable> 
    7                 <!--variable id="min_buffer_size" type="double">1000000</variable--> 
    8                 <variable id="buffer_size_factor" type="double">4</variable> 
    9                 <variable id="recv_field_timeout" type="double">500</variable> 
    10             <variable_group id="buffer"> 
    11             </variable_group> 
     10  <!-- =========================================================================================================== --> 
     11  <!-- XIOS context                                                                                                --> 
     12  <!-- =========================================================================================================== --> 
     13  <context id="xios"> 
    1214 
    13             <variable_group id="parameters" > 
    14                <variable id="info_level" type="int">100</variable> 
    15                    <variable id="using_server" type="bool">false</variable> 
    16             </variable_group> 
    17         </variable_definition> 
    18     </context> 
     15    <variable_definition> 
     16         <variable_group id="server"> 
     17            <variable id="using_server2" type="bool">false</variable> 
     18            <variable id="ratio_server2" type="int">50</variable> 
     19         </variable_group> 
    1920 
    20     <!-- =========================================================================================================== --> 
    21     <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               --> 
     21        <variable_group id="buffer"> 
     22            <variable id="optimal_buffer_size" type="string">performance</variable> 
     23            <variable id="buffer_size_factor" type="double">1.0</variable> 
     24            <variable id="min_buffer_size" type="int">10000000</variable> 
     25         </variable_group> 
    2226 
     27        <variable_group id="parameters" > 
     28          <variable id="using_server" type="bool">false</variable> 
     29          <variable id="info_level" type="int">1</variable> 
     30          <variable id="print_file" type="bool">false</variable> 
     31          <variable id="using_oasis" type="bool">false</variable> 
     32          <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> 
     33        </variable_group> 
     34      <variable id="activate_non_distributed_transformation" type="bool">true</variable> 
     35      <variable id="recv_field_timeout" type="double">3000.0</variable> 
     36    </variable_definition> 
    2337 
     38  </context> 
    2439 
     40  <!-- =========================================================================================================== --> 
     41  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               --> 
     42   
    2543</simulation> 
    26  
Note: See TracChangeset for help on using the changeset viewer.