Changeset 718 for XIOS/trunk/inputs


Ignore:
Timestamp:
10/05/15 15:32:52 (9 years ago)
Author:
rlacroix
Message:

Rename "buffer_factor_size" to "buffer_size_factor" to clarify its meaning.

Location:
XIOS/trunk/inputs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/inputs/COMPLETE/iodef.xml

    r527 r718  
    1010        <variable_group id="buffer"> 
    1111            <variable id="optimal_buffer_size" type="string">memory</variable> 
    12             <variable id="buffer_factor_size" type="double">1.0</variable>  
     12            <variable id="buffer_size_factor" type="double">1.0</variable> 
    1313         </variable_group> 
    1414 
  • XIOS/trunk/inputs/REMAP/iodef.xml

    r715 r718  
    7272        <variable_group id="buffer"> 
    7373            <variable id="optimal_buffer_size" type="string">performance</variable> 
    74             <variable id="buffer_factor_size" type="double">30.0</variable> 
     74            <variable id="buffer_size_factor" type="double">30.0</variable> 
    7575         </variable_group> 
    7676 
  • XIOS/trunk/inputs/Unstruct/iodef.xml

    r657 r718  
    3535        <variable_group id="buffer"> 
    3636            <variable id="optimal_buffer_size" type="string">performance</variable> 
    37             <variable id="buffer_factor_size" type="double">1.0</variable> 
     37            <variable id="buffer_size_factor" type="double">1.0</variable> 
    3838         </variable_group> 
    3939 
  • XIOS/trunk/inputs/Version2/iodef.xml

    r687 r718  
    128128        <variable_group id="buffer"> 
    129129            <variable id="optimal_buffer_size" type="string">performance</variable> 
    130             <variable id="buffer_factor_size" type="double">1.0</variable> 
     130            <variable id="buffer_size_factor" type="double">1.0</variable> 
    131131         </variable_group> 
    132132 
  • XIOS/trunk/inputs/iodef.xml

    r624 r718  
    5555        <variable_group id="buffer"> 
    5656            <variable id="optimal_buffer_size" type="string">performance</variable> 
    57             <variable id="buffer_factor_size" type="double">1.0</variable> 
     57            <variable id="buffer_size_factor" type="double">1.0</variable> 
    5858         </variable_group> 
    5959 
Note: See TracChangeset for help on using the changeset viewer.