Ribasim
Ribasim copied to clipboard
Main network validation
What In addition to https://github.com/Deltares/Ribasim/issues/710, new validation rules arise from implementing support for the main network in allocation:
- [ ] when a subnetwork is connected to the main network with multiple edges, these edges should all end in a different node of the subnetwork.
- [ ] (Not specific to the main network): the
allocation_network_idspecified in theEdgetable to denote a source should also exist in theNodetable (and should indeed be an edge that connects the main network to a subnetwork).
This will come back once #2255 is completed.