Changeset 554 for XIOS/trunk/inputs


Ignore:
Timestamp:
02/11/15 16:23:16 (9 years ago)
Author:
mhnguyen
Message:

Changing interface of tests to make sure global index begins at zero (0)

+) In all tests, ibegin, jbegin starts at zero (0), so there are some minor changes in field_glo
+) Improve a littel bit class design

Test
+) On Curie,
+) All test passed and results are the same as before

Location:
XIOS/trunk/inputs
Files:
2 edited

Legend:

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

    r549 r554  
    11<!-- Context atm --> 
    2    
     2 
    33<context id="atmopshere"> 
    44 
     
    66    <field id="field_A_atm"  name="field_A_atm" operation="average" freq_op="1ts" domain_ref="domain_atm"  axis_ref="axis_atm" /> 
    77  </field_definition> 
    8    
    9      
     8 
     9 
    1010  <file_definition type="multiple_file" par_access="collective" output_freq="6h" sync_freq="6h" output_level="10" enabled=".TRUE."> 
    11     <file id="output_atmosphere" name="output_atmosphere">  
     11    <file id="output_atmosphere" name="output_atmosphere"> 
    1212      <field field_ref="field_A_atm" /> 
    1313    </file> 
    14     <file id="output_atmosphere_zoom" name="output_atmosphere_zoom">  
     14    <file id="output_atmosphere_zoom" name="output_atmosphere_zoom"> 
    1515      <field field_ref="field_A_atm" name="field_A_atm_zoom" domain_ref="domain_atm_zoom" /> 
    1616    </file> 
    1717  </file_definition> 
    18     
     18 
    1919   <axis_definition> 
    20      <axis id="axis_atm" zoom_size="2" zoom_end="3" /> 
     20     <axis id="axis_atm" zoom_size="2" zoom_end="2" /> 
    2121   </axis_definition> 
    22      
     22 
    2323   <domain_definition> 
    2424     <domain id="domain_atm" /> 
    2525     <domain id="domain_atm_zoom" /> 
    26    </domain_definition>     
    27    
    28    <grid_definition />     
    29    
     26   </domain_definition> 
     27 
     28   <grid_definition /> 
     29 
    3030</context> 
  • XIOS/trunk/inputs/iodef.xml

    r549 r554  
    11<?xml version="1.0"?> 
    2 <simulation>  
     2<simulation> 
    33 
    44 <context id="test"> 
     
    99     <field id="field_A"  operation="average" freq_op="3600s" domain_ref="domain_A"  axis_ref="axis_A" /> 
    1010   </field_definition> 
    11      
    12      
     11 
     12 
    1313   <file_definition type="multiple_file" par_access="collective" output_freq="6h" output_level="10" enabled=".TRUE."> 
    14      <file id="output" name="output">  
     14     <file id="output" name="output"> 
    1515        <field field_ref="field_A" /> 
    1616     </file> 
    1717   </file_definition> 
    18      
    19      
     18 
     19 
    2020   <axis_definition> 
    21      <axis id="axis_A" zoom_size="2" zoom_end="3" /> 
     21     <axis id="axis_A" zoom_size="2" zoom_end="2" /> 
    2222   </axis_definition> 
    23      
     23 
    2424   <domain_definition> 
    2525     <domain id="domain_A" /> 
    26    </domain_definition>     
    27    
    28    <grid_definition />     
    29    
     26   </domain_definition> 
     27 
     28   <grid_definition /> 
     29 
    3030  </context> 
    31    
     31 
    3232  <context id="toto" > 
    3333  </context> 
    34    
     34 
    3535  <context id="titi"> 
    3636  </context> 
    37    
     37 
    3838  <context id="tata"> 
    3939  </context> 
     
    4343        <variable_group id="buffer"> 
    4444            <variable id="optimal_buffer_size" type="string">performance</variable> 
    45             <variable id="buffer_factor_size" type="double">1.0</variable>  
     45            <variable id="buffer_factor_size" type="double">1.0</variable> 
    4646         </variable_group> 
    4747 
Note: See TracChangeset for help on using the changeset viewer.