Changeset 823 for XIOS/trunk/inputs


Ignore:
Timestamp:
02/16/16 10:14:23 (8 years ago)
Author:
mhnguyen
Message:

Implementing grid destination clone in case of two grid source

+) Clone attributes of grid destination as well as its transformation
+) Clean some redundant codes

Test
+) All tests pass

File:
1 edited

Legend:

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

    r821 r823  
    1414     <field id="dst_field_regular" operation="instant" field_ref="tmp_field_2" grid_ref="dst_grid_regular" read_access="true"/> 
    1515     <field id="dst_field_regular_pole" operation="instant" field_ref="src_field" domain_ref="dst_domain_regular_pole"/> 
     16     <field id="dst_field_regular_pole_1" operation="instant" field_ref="tmp_field" domain_ref="dst_domain_regular_pole"/> 
    1617   </field_definition> 
    1718 
     
    2728        <field field_ref="dst_field_regular_pole" name="field" /> 
    2829     </file> 
     30     <file id="out_dst_regular_pole_1" name="out_dst_regular_pole_1" type="one_file"> 
     31        <field field_ref="dst_field_regular_pole_1" name="field" /> 
     32     </file> 
    2933     <file id="output_dst_regular" name="output_dst_regular" type="one_file"> 
    3034        <field field_ref="dst_field_regular" name="field" /> 
     
    3943        <field id="src_field_regular_tmp" name="field" domain_ref="src_domain_regular_tmp" operation="instant"/> 
    4044     </file> 
    41  
    4245     <file id="output_src_curvilinear" name="output_src_curvilinear" mode="read" type="one_file"> 
    4346        <field id="src_field_curvilinear" name="field_A" grid_ref="src_grid_curvilinear" operation="instant"/> 
Note: See TracChangeset for help on using the changeset viewer.