Ignore:
Timestamp:
02/11/20 10:16:45 (4 years ago)
Author:
aclsce
Message:
  • Modifications to run workflow CMIP6 with IPSLCMCHT experiements
    • Added S_piControl_CMIP6 experiment
    • Added ping files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/GENERAL/PARAM/iodef.xml

    r3283 r4922  
    1212  <!-- =========================================================================================================== --> 
    1313  <context id="xios"> 
    14  
    15     <variable_definition>        
    16       <variable id="optimal_buffer_size" type="string">performance</variable> 
    17       <variable id="buffer_size_factor" type="double">2.0</variable> 
    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>         
     14    <variable_definition> 
     15         <variable_group id="server"> 
     16            <variable id="using_server2" type="bool">true</variable> 
     17            <variable id="ratio_server2" type="int">50</variable> 
     18         </variable_group> 
     19        <variable_group id="buffer"> 
     20            <variable id="optimal_buffer_size" type="string">performance</variable> 
     21            <variable id="buffer_size_factor" type="double">1.0</variable> 
     22            <variable id="min_buffer_size" type="int">10000000</variable> 
     23         </variable_group> 
     24        <variable_group id="parameters" > 
     25          <variable id="using_server" type="bool">false</variable> 
     26          <variable id="info_level" type="int">1</variable> 
     27          <variable id="print_file" type="bool">false</variable> 
     28          <variable id="using_oasis" type="bool">false</variable> 
     29          <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> 
     30        </variable_group> 
     31      <variable id="activate_non_distributed_transformation" type="bool">true</variable> 
     32      <variable id="recv_field_timeout" type="double">3000.0</variable> 
    2333    </variable_definition> 
    24      
    2534  </context> 
    2635 
Note: See TracChangeset for help on using the changeset viewer.