Ignore:
Timestamp:
06/07/16 15:21:24 (8 years ago)
Author:
aclsce
Message:

Set up of IPSLCM6.0.4 (see details http://forge.ipsl.jussieu.fr/igcmg/ticket/94)

  • XIOS2 integration :
    • ORCHIDEE compilation (- xios2).
    • NEMO : use of xml separated files (opa, lim3, pisces)
  • Modified cleaning for IOIPSL in AA_make
  • COSP : compilation with cosp by default, use of LMDZ_COSP_OK lmdz.card parameter.
  • POST/monitoring* : some cleaning
  • ORCHIDEE new parameters (see ticket)
  • Updated both pdControl and piControl experiments
File:
1 edited

Legend:

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

    r2606 r2876  
    1313  <context id="xios"> 
    1414 
    15     <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">10000000</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" >LMDZ,oceanx</variable> 
    24          
    25       </variable_definition> 
    26                 
     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>         
     23    </variable_definition> 
     24     
    2725  </context> 
    2826 
Note: See TracChangeset for help on using the changeset viewer.