Water balance error when saving each timestep #1853
Labels
core
Issues related to the computational core in Julia
improvement
Improvements of the usability of existing functionality
check_water_balance_error
runs onsaveat
, by default once per day. We support writing output for each timestep withFor e.g. the HWS model this fails the water balance check at t=0, whereas it works even with a tiny
saveat = 1
second.Perhaps the check should be disabled for
saveat = 0
? One workaround now is to set large water balance tolerances:Also I see that currently we fail the check if both the absolute and relative tolerance is exceeded. Shouldn't this be either?
The text was updated successfully, but these errors were encountered: