Changeset 826 for XIOS/trunk/inputs


Ignore:
Timestamp:
02/19/16 14:34:09 (8 years ago)
Author:
mhnguyen
Message:

Adding more test case in test_remap

Test
+) all pass

File:
1 edited

Legend:

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

    r825 r826  
    1111     <field id="dst_field" operation="instant" field_ref="src_field" domain_ref="dst_domain"/> 
    1212     <field id="tmp_field" operation="instant" domain_ref="src_domain_regular_tmp"/> 
     13     <field id="tmp_field_clone" field_ref="tmp_field"/> 
    1314     <field id="tmp_field_1" operation="instant" grid_ref="src_grid_curvilinear" /> 
    1415     <field id="tmp_field_2" operation="instant" grid_ref="src_grid_unstructured" /> 
     
    1617     <field id="dst_field_regular_pole" operation="instant" field_ref="src_field" domain_ref="dst_domain_regular_pole"/> 
    1718     <field id="dst_field_regular_pole_1" operation="instant" field_ref="tmp_field" domain_ref="dst_domain_regular_pole"/> 
     19     <field id="dst_field_regular_pole_2" operation="instant" field_ref="tmp_field_clone" domain_ref="dst_domain_regular_pole"/> 
    1820   </field_definition> 
    19  
    2021 
    2122   <file_definition type="one_file" par_access="collective" output_freq="1ts" output_level="10" enabled=".TRUE."> 
     
    3435     <file id="out_dst_regular_pole_1" name="out_dst_regular_pole_1" type="one_file"> 
    3536        <field field_ref="dst_field_regular_pole_1" name="field" /> 
     37     </file> 
     38     <file id="out_dst_regular_pole_2" name="out_dst_regular_pole_2" type="one_file"> 
     39        <field field_ref="dst_field_regular_pole_2" name="field" /> 
    3640     </file> 
    3741     <file id="output_dst_regular" name="output_dst_regular" type="one_file"> 
Note: See TracChangeset for help on using the changeset viewer.