Changeset 824 for XIOS/trunk/inputs


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

Correcting the behavior of field_ref

+) If a field refers to another one via field_ref and there is no transformation between
grid of this field and one of refered field, this field will inherit attributes from field_ref.

Test
+) On Curie
+) All tests pass

File:
1 edited

Legend:

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

    r823 r824  
    88   <field_definition level="1" > 
    99     <field id="src_field" operation="instant" domain_ref="src_domain"/> 
     10     <field id="src_field_clone" operation="instant" field_ref="src_field" domain_ref="src_domain_clone"/> 
    1011     <field id="dst_field" operation="instant" field_ref="src_field" domain_ref="dst_domain"/> 
    1112     <field id="tmp_field" operation="instant" domain_ref="src_domain_regular_tmp"/> 
     
    2122     <file id="output" name="output"> 
    2223        <field field_ref="src_field" name="field" /> 
     24     </file> 
     25     <file id="output_clone" name="output_clone"> 
     26        <field field_ref="src_field_clone" name="field" /> 
    2327     </file> 
    2428     <file id="output_dst" name="output_dst" type="one_file"> 
     
    6165   <domain_definition> 
    6266     <domain id="src_domain" /> 
     67     <domain id="src_domain_clone" /> 
    6368     <domain id="dst_domain"> 
    6469       <interpolate_domain/> 
Note: See TracChangeset for help on using the changeset viewer.