...
- given access only to a single division, and
- run once for each division and constituent in a Link.
The precious previous logic wouldn't work when the model included hard limits e.g. in this model, the average concentration is not meant to exceed 9mg/L. When the Model runs for the entire Weir, we can see this is true on average:
...
Changing the logic for weirs to be consistent with storage routing resolves this issue since the cap is applied in each division rather than across the entire link.
We have introduced a restriction, that this method won't work for lumped routing with weirs.Constituent Instream Processing for Weirs is restricted to Marker routing, i.e., it is not implemented for Lumped routing. (If Lumped routing is being used storages would make a more sensible model for the infrastructure than weirs.)
Sub Source plugin improvements
...