Ignore:
Timestamp:
06/22/15 13:36:37 (9 years ago)
Author:
mhnguyen
Message:

Final tests of zoom and inverse on axis

+) Modify test_client and test_complete to work with new grid definition
+) Correct some bugs causing memory leak
+) Clean abundant code
+) Add more comments to new files

Test
+) On Curie
+) test_client and test_complete pass with correct results

File:
1 edited

Legend:

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

    r586 r624  
    44 
    55  <field_definition level="1" enabled=".FALSE." default_value="9.96921e+36"> 
    6     <field id="field_A_atm"  name="field_A_atm" operation="average" freq_op="1ts" domain_ref="domain_atm"  axis_ref="axis_atm" /> 
     6    <field id="field_A_atm"  name="field_A_atm_origin" operation="average" freq_op="1ts" grid_ref="grid_A_atm" /> 
     7    <field id="field_A_atm_zoom"  name="field_A_atm" operation="average" freq_op="1ts" field_ref="field_A_atm" grid_ref="grid_A_atm_zoom" /> 
    78  </field_definition> 
    89 
    910  <file_definition type="multiple_file" par_access="collective" output_freq="6h" sync_freq="6h" output_level="10" enabled=".TRUE."> 
    1011    <file id="output_atmosphere" name="output_atmosphere"> 
    11       <field field_ref="field_A_atm" /> 
     12      <field field_ref="field_A_atm_zoom" /> 
    1213    </file> 
    1314    <file id="output_atmosphere_zoom" name="output_atmosphere_zoom"> 
    14       <field field_ref="field_A_atm" name="field_A_atm_zoom" domain_ref="domain_atm_zoom" /> 
     15      <field field_ref="field_A_atm" name="field_A_atm_zoom" /> 
    1516    </file> 
    1617  </file_definition> 
    1718 
    1819  <axis_definition> 
    19     <axis id="axis_atm" zoom_size="2" zoom_end="2" /> 
     20    <axis id="axis_atm"/> 
     21    <axis id="axis_atm_zoom" axis_ref="axis_atm"> 
     22      <zoom_axis zoom_size="2" zoom_end="2" /> 
     23    </axis> 
    2024  </axis_definition> 
    2125 
     
    2529  </domain_definition> 
    2630 
    27   <grid_definition /> 
     31  <grid_definition> 
     32   <grid id="grid_A_atm"> 
     33     <domain domain_ref="domain_atm" /> 
     34     <axis axis_ref="axis_atm" /> 
     35   </grid> 
     36   <grid id="grid_A_atm_zoom"> 
     37     <domain domain_ref="domain_atm" /> 
     38     <axis axis_ref="axis_atm_zoom" /> 
     39   </grid> 
     40  </grid_definition> 
     41 
    2842 
    2943</context> 
Note: See TracChangeset for help on using the changeset viewer.