Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add count of undefined soil/land/dem cases to "copy_into_attributes" files #97

Open
wknoben opened this issue Aug 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@wknoben
Copy link
Collaborator

wknoben commented Aug 28, 2021

E.g.

    # 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))
@wknoben wknoben added the enhancement New feature or request label Aug 28, 2021
@wknoben
Copy link
Collaborator Author

wknoben commented Oct 10, 2021

Relates to #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant