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
# Print water counts
if is_water > 0:
print('HRU identified as exclusively water in {} cases. Note that SUMMA skips hydrologic calculations for such HRUs.'.format(is_water))
# Print undefined counts
if is_undefined > 0:
print('Unable to identify HRU land class in {} cases. HRU value filled with -999 which will lead to SUMMA error'.format(is_undefined))
The text was updated successfully, but these errors were encountered:
E.g.
The text was updated successfully, but these errors were encountered: