Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add floodplain discharge to inflow reservoirs and lakes (#368)
* Add floodplain discarge to inflow reservoir and lake * Update changelog * Change order update reservoir and lake `ShallowWaterRiver` This way the inflow can be based on the current `q` instead of `q0` (`q` at the previous time step). Moved inflow computation of reservoir and lake to separate function for `ShallowWaterRiver`. * Fix inflow water body local inertial routing river flow For local inertial routing the inflow has been corrected: it should also include the `to_river` variable (from subsurface and overland flow), because the water body cell is not included in the local inertial routing solution (boundary condition). * Update changelog * Update Wflow ZMQ Server tests * Update tests because of merge `master` * Fix client.jl tests
- Loading branch information