climate_indices icon indicating copy to clipboard operation
climate_indices copied to clipboard

Add error handling on muliprocessing loop

Open monocongo opened this issue 5 years ago • 0 comments

In order to isolate the lat/lon indices where errors occur let's add a try block around the appropriate shared memory iteration loop in the multiprocessing-related code within our main processing script, this way if we hit an error (such as a mysterious divide by zero error we've seen before in the PDSI computation) then we'll more easily be able to isolate the problematic data.

monocongo avatar Sep 26 '19 18:09 monocongo