Open snorfalorpagus opened 8 years ago
A NaN in the PET input to SoilMoistureDeficitStore.step doesn't get caught.
NaN
SoilMoistureDeficitStore.step
We could check the inputs to see if they are positive. This will fail for NaN, but also for non-sensible values of rainfall & PET.
A
NaN
in the PET input toSoilMoistureDeficitStore.step
doesn't get caught.