You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If HRU area is zero, groundwatr.f90 will crash out when computing totalColumnInflow, totalColumnOutflow, mLayerBaseflow and length2area due to a divide-by-zero error. While setting HRU area = 0 is perhaps not the most logical choice, debugging core dumps that result of this is tricky and adding a preliminary check would help the user figure out what's wrong.
The text was updated successfully, but these errors were encountered:
wknoben
added
the
usability
changes designed to improve the usability of SUMMA (ie ease of running for different applications)
label
Apr 18, 2022
If HRU area is zero,
groundwatr.f90
will crash out when computingtotalColumnInflow
,totalColumnOutflow
,mLayerBaseflow
andlength2area
due to a divide-by-zero error. While setting HRU area = 0 is perhaps not the most logical choice, debugging core dumps that result of this is tricky and adding a preliminary check would help the user figure out what's wrong.The text was updated successfully, but these errors were encountered: