Ignore:
Timestamp:
07/31/20 12:21:59 (4 years ago)
Author:
yushan
Message:

trunk : complete axis transformation tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/generic_testcase/context_atm.xml

    r1920 r1921  
    77    <domain id="domain" /> 
    88    <domain id="other_domain" /> 
    9     <domain id="dst_domain" ni_glo="36" nj_glo="18" type="rectilinear"/> 
    10   </domain_definition> 
    11  
     9  </domain> 
     10   
    1211  <axis_definition> 
    1312    <axis id="axis" /> 
     
    1615    <axis id="ensemble" /> 
    1716 
    18  
    1917    <axis id="other_axis" /> 
    2018    <axis id="other_domain_X" /> 
     
    4442    </grid> 
    4543    
    46  
    47  
    4844 
    4945    <grid id="grid_X"> 
     
    299295 
    300296  <file_definition  type="one_file" > 
    301     <file id="atm_output_reduction" output_freq="6ts" type="one_file" enabled="true" split_freq="12ts"  > 
    302        <field field_ref="field2D" freq_op="3ts" operation="average" name="field2D_average"/> 
    303        <field field_ref="field2D" freq_op="3ts" operation="accumulate" name="field2D_sum"/> 
    304        <field field_ref="field2D" freq_op="3ts" operation="maximum" name="field2D_max"/> 
    305        <field field_ref="field2D" freq_op="3ts" operation="minimum" name="field2D_min"/> 
     297    <file id="atm_output_inverse_axis" output_freq="4ts" type="one_file" enabled="true"> 
     298       <field field_ref="field_Z" /> 
     299       <field id="field_inverse_axis" field_ref="field_Z" grid_ref="grid1D_inverse_axis"   /> 
    306300    </file> 
    307     
    308     <file id="atm_output_ref" output_freq="1ts" type="one_file" enabled="true"> 
    309        <field field_ref="field2D"   /> 
    310     </file> 
    311  
    312301 
    313302   
Note: See TracChangeset for help on using the changeset viewer.