Skip to content

Commit

Permalink
Add default UserDemand boundary concentrations. (#1843)
Browse files Browse the repository at this point in the history
Fixes #1841

The fix is indeed to UserDemand, and @visr's hunch about the
concentration not being set on the boundary turned out to be right.

Seems we're in business now πŸŽ‰:
<img width="954" alt="Screenshot 2024-09-23 at 17 38 26"
src="https://github.com/user-attachments/assets/5d964a55-6e91-48c0-9cff-b5470462c68c">
  • Loading branch information
evetion authored Sep 23, 2024
1 parent 94ad129 commit c9948a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/ribasim/ribasim/delwaq/template/B5_bounddata.inc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ITEM 'Precipitation'
CONCENTRATIONS 'Continuity' 'Precipitation'
DATA 1 1

ITEM 'UserDemand'
CONCENTRATIONS 'Continuity' 'UserDemand'
DATA 1 1

{% for boundary in boundaries -%}
ITEM '{{ boundary.name }}'
CONCENTRATIONS {{ boundary.substances | join(' ') | safe }}
Expand Down

0 comments on commit c9948a2

Please sign in to comment.