-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Ribasim-NL | ||
|
||
[Ribasim](https://deltares.github.io/Ribasim/) is a water resources model. It includes the Python package [`ribasim`](https://deltares.github.io/Ribasim/python/), which aims to make it easy to build, update and analyze Ribasim models programmatically. | ||
|
||
For the application of Ribasim in the Netherlands, specific tools need to be developed, to work with existing databases and models. This repository exists to collaborate on such tools. It aims to integrate and share existing efforts by Sweco, HKV and D2Hydro: | ||
|
||
- [harm-nomden-sweco/ribasim_lumping](https://github.com/harm-nomden-sweco/ribasim_lumping) | ||
- [rbruijnshkv/TKI-ribasim](https://github.com/rbruijnshkv/TKI-ribasim) | ||
- [d2hydro/lhm-ribasim](https://github.com/d2hydro/lhm-ribasim) | ||
|
||
The approach is to identify common functionalities, and add them one-by-one, directly adding documentation and tests. The goal is to be able to run entire workflows from base data to Ribasim model using the functions from Ribasim-NL. | ||
|
||
Where needed developments will be coordinated with the generic functionality in [Deltares/Ribasim](https://github.com/Deltares/Ribasim). |