Changeset 586 for XIOS/trunk/inputs


Ignore:
Timestamp:
04/01/15 17:53:02 (9 years ago)
Author:
mhnguyen
Message:

Fixing some bugs on writting non-distributed data

+) Implement scalar grid: Allow to send scalar real data
+) Modify the way to compute the mapping of buffer size from one client to a server
+) Fix a bug of writting axis on one_file mode
+) Make some changes in test_new_features.f90 and test_complete.f90

Test
+) On Curie,
+) test_client and test_complete pass and results are correct

Location:
XIOS/trunk/inputs
Files:
2 edited

Legend:

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

    r584 r586  
    1717 
    1818  <axis_definition> 
    19     <axis id="axis_atm" zoom_size="2" zoom_end="3" /> 
     19    <axis id="axis_atm" zoom_size="2" zoom_end="2" /> 
    2020  </axis_definition> 
    2121 
  • XIOS/trunk/inputs/Version2/iodef.xml

    r569 r586  
    66 
    77 
    8    <field_definition level="1" enabled=".TRUE."> 
     8   <field_definition level="1" enabled=".FALSE."> 
    99     <field id="field_AA"  operation="average" freq_op="3600s" domain_ref="domain_A"  axis_ref="axis_A" /> 
    1010     <field id="field_A"  operation="average" freq_op="3600s" grid_ref="grid_A" /> 
    1111     <field id="field_Axis"  operation="average" freq_op="3600s" grid_ref="grid_Axis" /> 
    1212     <field id="field_All_Axis" operation="average" freq_op="3600s" grid_ref="grid_All_Axis" /> 
     13     <field id="field_Scalar" operation="average" freq_op="3600s" grid_ref="ScalarGrid" /> 
    1314   </field_definition> 
    1415 
     
    1617   <file_definition type="multiple_file" par_access="collective" output_freq="6h" output_level="10" enabled=".TRUE."> 
    1718     <file id="output" name="output"> 
    18         <field field_ref="field_A" /> 
     19<!--        <field field_ref="field_A" />--> 
    1920     </file> 
    20      <file id="output_Axis" name="output_Axis"> 
    21 <!--        <field field_ref="field_Axis" />--> 
    22         <field field_ref="field_All_Axis" /> 
     21     <file id="output_Axis" name="output_Axis" type="one_file"> 
     22        <field field_ref="field_Axis" /> 
     23     </file> 
     24     <file id="output_All_Axis" name="output_All_Axis" type="one_file"> 
     25<!--        <field field_ref="field_All_Axis" />--> 
     26     </file> 
     27     <file id="output_Scalar" name="output_Scalar" type="one_file"> 
     28<!--        <field field_ref="field_Scalar" />--> 
    2329     </file> 
    2430   </file_definition> 
     
    5056         <axis axis_ref="axis_C" /> 
    5157       </grid> 
     58       <grid id="ScalarGrid"> 
     59       </grid> 
    5260     </grid_group> 
    5361   </grid_definition> 
     
    6876        <variable_group id="buffer"> 
    6977            <variable id="optimal_buffer_size" type="string">performance</variable> 
    70             <variable id="buffer_factor_size" type="double">10.0</variable> 
     78            <variable id="buffer_factor_size" type="double">1.0</variable> 
    7179         </variable_group> 
    7280 
Note: See TracChangeset for help on using the changeset viewer.