make_masks.py:247: MaskedArrayFutureWarning: setting an item on a masked array which has a shared
mask will not copy the mask and also change the original mask array in the future.
Check the NumPy 1.11 release notes for more information.
basinmask3[yInd,xInd] = 2 ; # Correct to Pacific
It seems the following error is being triggered very often: