Ignore:
Timestamp:
01/04/17 17:09:50 (7 years ago)
Author:
mhnguyen
Message:

Fixing Bug: Writing interpolation weights of masked domain causes error

+) If domain is masked, some processes can have no interpolation weight at all,
which can cause writing problem if we use the collective mode.
By changing to independent mode, this problem is solved.
+) Remove redundant attribute of interpolate_domain.

Test
+) On Curie
+) Work

File:
1 edited

Legend:

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

    r982 r1014  
    109109    <domain_group id="domain_dst"> 
    110110     <domain id="dst_domain"> 
    111        <interpolate_domain file="weight.nc" /> 
     111       <interpolate_domain write_weight="true" /> 
    112112     </domain> 
    113113     <domain id="dst_domain_regular_pole" ni_glo="90" nj_glo="45" type="rectilinear"> 
    114114       <generate_rectilinear_domain id="domain_regular_pole"/> 
    115        <interpolate_domain/>        
     115       <interpolate_domain write_weight="false"/>        
    116116       <zoom_domain ibegin="0" ni="45" jbegin="0" nj="45" /> 
    117117     </domain> 
Note: See TracChangeset for help on using the changeset viewer.