Changeset 1767


Ignore:
Timestamp:
11/14/19 01:37:10 (4 years ago)
Author:
ymipsl
Message:

Bug fix for domain interpolation when source domain has totaly masked \n YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp

    r1639 r1767  
    10121012      } 
    10131013    } 
    1014      
     1014    else 
     1015    { 
     1016      for (int idx = 0; idx < nbIndex; ++idx) 
     1017      { 
     1018        dataOut(idx) = defaultValue; // If allMissing has no element means you have no source element so target is NaN 
     1019      } 
     1020    } 
    10151021    if (renormalize) 
    10161022    { 
Note: See TracChangeset for help on using the changeset viewer.