Changeset 709 for XIOS/trunk/inputs


Ignore:
Timestamp:
09/29/15 14:01:53 (9 years ago)
Author:
mhnguyen
Message:

Correcting a bug in interpolation domain

+) Replace shared send buffer by seperate buffer for each proc
+) Remove some redundant codes

Test
+) On Curie
+) test_client, test_complete and test_remap pass

File:
1 edited

Legend:

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

    r689 r709  
    1313 
    1414 
    15    <file_definition type="multiple_file" par_access="collective" output_freq="1ts" output_level="10" enabled=".TRUE."> 
     15   <file_definition type="one_file" par_access="collective" output_freq="1ts" output_level="10" enabled=".TRUE."> 
    1616     <file id="output" name="output"> 
    1717        <field field_ref="src_field" name="field" /> 
     
    3232     <domain id="src_domain" /> 
    3333     <domain id="dst_domain" domain_src="src_domain"> 
    34        <interpolate_domain file="weight.nc"/> 
     34<!--       <interpolate_domain file="weight.nc"/>--> 
     35       <interpolate_domain/> 
    3536     </domain> 
    36      <domain id="dst_domain_regular" domain_src="src_domain"> 
     37     <domain id="dst_domain_regular" domain_src="src_domain" ni_glo="180" nj_glo="90"> 
    3738       <generate_rectilinear_domain /> 
    3839       <interpolate_domain/> 
Note: See TracChangeset for help on using the changeset viewer.