climate_indices
climate_indices copied to clipboard
Add error handling on muliprocessing loop
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.