Changeset 1223


Ignore:
Timestamp:
07/21/17 17:45:52 (7 years ago)
Author:
oabramkina
Message:

Fixing a bug in case of overlapping domains with masked values. Tested with the IPSL model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/domain.cpp

    r1215 r1223  
    26732673      { 
    26742674        lInd = globalLocalIndexMap_[size_t(tmpInd(ind))]; 
    2675         mask_1d(lInd) = tmp(ind); 
     2675        if (!mask_1d(lInd)) 
     2676         mask_1d(lInd) = tmp(ind); 
    26762677      } 
    26772678    }     
Note: See TracChangeset for help on using the changeset viewer.