Changeset 2337


Ignore:
Timestamp:
09/25/14 10:17:46 (10 years ago)
Author:
jgipsl
Message:

More homogenization.

Location:
CONFIG/UNIFORM/v6
Files:
2 edited

Legend:

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

    r2270 r2337  
    11<?xml version="1.0"?> 
    2 <simulation>  
     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 
     8<simulation> 
    39 
    410  <!-- =========================================================================================================== --> 
     
    915    <variable_definition> 
    1016         
    11      <!--  
    12         We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) 
    13 --> 
     17     <!-- We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) --> 
    1418          <variable id="buffer_size"               type="integer">50000000</variable> 
    1519          <variable id="buffer_server_factor_size" type="integer">2</variable> 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/iodef.xml

    r2240 r2337  
    1212  <!-- =========================================================================================================== --> 
    1313  <context id="xios"> 
     14 
    1415    <variable_definition> 
    15       <variable_group id="buffer"> 
    16             buffer_size = 80000000 
    17             buffer_server_factor_size = 2 
    18          </variable_group> 
    19       <variable_group id="parameters"> 
    20         <variable id="using_server" type="boolean">false</variable> 
    21         <variable id="info_level" type="int">0</variable> 
    22       </variable_group> 
    23     </variable_definition> 
     16         
     17     <!-- We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) --> 
     18          <variable id="buffer_size"               type="integer">50000000</variable> 
     19          <variable id="buffer_server_factor_size" type="integer">2</variable> 
     20          <variable id="info_level"                type="integer">1</variable> 
     21          <variable id="using_server"              type="boolean">false</variable> 
     22          <variable id="using_oasis"               type="boolean">false</variable> 
     23          <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
     24         
     25      </variable_definition> 
     26                
    2427  </context> 
    25  
    2628 
    2729  <!-- =========================================================================================================== --> 
    2830  <!-- COMPONENT CONTEXT : the model components context will be add automatically by the comp.driver               --> 
    29  
    30  
     31   
    3132</simulation> 
Note: See TracChangeset for help on using the changeset viewer.