-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate boundaries in Delwaq generation. (#1903)
Fixes #1901 Fixes #1902 This disables any dispersion in the Delwaq model, fixing some tracer intrusions. #1902 was actually two issues: - In the graph simplification, we didn't anticipate boundary to boundary connections (UserDemand to Terminal, in use at IJmuiden). We now just remove the Terminal node/edge from it. - UserDemands are the only boundaries that occur twice (when not connecting back to the same Basin, those are merged to one edge), and that results in a duplicate boundary name, as it was based on type + node_id.
- Loading branch information
Showing
2 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters