Changeset 743 for XIOS/trunk/inputs


Ignore:
Timestamp:
10/19/15 17:41:35 (9 years ago)
Author:
mhnguyen
Message:

Processing pole of rectangular grid with latitude = 90

+) Use average value of all points with latitude 90 (-90)

Test
+) On Curie
+) test_remap pass

File:
1 edited

Legend:

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

    r742 r743  
    1212     <field id="dst_field_regular_grid"  operation="instant" field_ref="tmp_field" grid_ref="dst_grid_regular"  read_access="true"/> 
    1313     <field id="dst_field_regular"  operation="instant" field_ref="tmp_field" domain_ref="dst_domain_regular"  read_access="true"/> 
     14     <field id="dst_field_regular_pole"  operation="instant" field_ref="src_field" domain_ref="dst_domain_regular_pole"  read_access="true"/> 
    1415 
    1516   </field_definition> 
     
    2223     <file id="output_dst" name="output_dst" type="one_file"> 
    2324        <field field_ref="dst_field" name="field" /> 
     25     </file> 
     26     <file id="out_dst_regular_pole" name="out_dst_regular_pole" type="one_file"> 
     27        <field field_ref="dst_field_regular_pole" name="field" /> 
    2428     </file> 
    2529     <file id="output_dst_regular" name="output_dst_regular" type="one_file"> 
     
    4246     <domain id="src_domain" /> 
    4347     <domain id="dst_domain" domain_src="src_domain"> 
     48       <interpolate_domain/> 
     49     </domain> 
     50     <domain id="dst_domain_regular_pole" domain_src="src_domain" ni_glo="180" nj_glo="90" type="rectilinear"> 
     51       <generate_rectilinear_domain bounds_lat_start="-90" bounds_lat_end="90" lon_start="2" lon_end="360"/> 
    4452       <interpolate_domain/> 
    4553     </domain> 
Note: See TracChangeset for help on using the changeset viewer.