Ignore:
Timestamp:
06/14/16 16:28:07 (8 years ago)
Author:
mhnguyen
Message:

Masked interpolated points will have default_value (if defined)

+) Default value is used to initialize spatial transform filter
+) Add a new case for testing masked points

Test
+) On Curie
+) All interpolation tests work

File:
1 edited

Legend:

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

    r871 r873  
    55   <calendar type="Gregorian" start_date="2012-03-01 15:00:00" time_origin="2012-02-28 15:00:00 + 1d" /> 
    66   <field_definition level="1" > 
    7      <field id="src_field" operation="instant" domain_ref="src_domain"/> 
     7     <field id="src_field" operation="instant" domain_ref="src_domain_clone"/> 
    88     <field id="src_field_3D" operation="instant" domain_ref="src_domain" axis_ref="src_axis"/> 
    99     <field id="src_field_3D_interp" operation="instant" field_ref="src_field_3D" axis_ref="dst_axis"/> 
     
    2424   <file_definition type="one_file" par_access="collective" output_freq="1ts" output_level="10" enabled=".TRUE."> 
    2525     <file id="output" name="output"> 
    26 <!--        <field field_ref="src_field" name="field" />--> 
     26        <field field_ref="src_field" name="field" /> 
    2727     </file> 
    28      <file id="output_3D" name="output_3D"> 
    29         <field field_ref="src_field_3D" name="field" /> 
     28     <file id="output_2D" name="output_2D"> 
     29        <field field_ref="src_field" name="field"  domain_ref="dst_domain_regular_pole" default_value="10.e+5"/> 
    3030     </file> 
    3131    <file id="output_3D_pression" name="output_3D_pression"> 
Note: See TracChangeset for help on using the changeset viewer.