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

Fix for remap==False #60

Merged
merged 4 commits into from
Apr 14, 2015
Merged

Fix for remap==False #60

merged 4 commits into from
Apr 14, 2015

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Apr 14, 2015

allow remap==False if grid resolution matches but domain grid and routing grid are not identical, raises error if resolutions do not match

fixes #36

…ting grid are not identical, raises error if resolutions do not match
@jhamman jhamman mentioned this pull request Apr 14, 2015
@@ -237,6 +237,16 @@ def gen_uh_init(config_file):
log.error('RVIC parameter generation requires REMAP option to be True'
' if AGGREGATE is True')
raise ValueError('Invalid option')

# If remap is False, then the resolution needs to match the routing data
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be addressed in the documentation as well.

@landscape-bot
Copy link

Code Health
Repository health decreased by 0.15% when pulling 0da8b15 on jhamman:feature/fix_remap_false into a9c1bdf on UW-Hydro:develop.

@landscape-bot
Copy link

Code Health
Repository health decreased by 0.15% when pulling 3cd16e4 on jhamman:feature/fix_remap_false into a9c1bdf on UW-Hydro:develop.

@landscape-bot
Copy link

Code Health
Repository health increased by 0.18% when pulling 51a775d on jhamman:feature/fix_remap_false into a9c1bdf on UW-Hydro:develop.

@jhamman
Copy link
Member Author

jhamman commented Apr 14, 2015

@bartnijssen, this is ready to merge.

@landscape-bot
Copy link

Code Health
Repository health increased by 0.18% when pulling 3cb4048 on jhamman:feature/fix_remap_false into a9c1bdf on UW-Hydro:develop.

bartnijssen added a commit that referenced this pull request Apr 14, 2015
@bartnijssen bartnijssen merged commit 3046e37 into UW-Hydro:develop Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants