Skip to content

Commit

Permalink
Add default UserDemand boundary concentrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Sep 23, 2024
1 parent 4d51380 commit 2c4085c
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 2c4085c

Please sign in to comment.