Open Source Case Management Tools for D3DFM/D-HYDRO
CMT includes:
- Generation of one or multiple cases for D-HYDRO using an uniform directory structure
- Generation of cases as part of a StochasticTool (HydroConsult) workflow
- Generation of rainfal events from STOWA parameters
- Run D-HYDRO scenarios in single or parallel mode
- On-the-fly post-processing of results on desired location.
Documentation: https://d2hydro.github.io/HYDROLIB-CMT/
Source Code: https://github.com/d2hydro/hydrolib-cmt
We recommend to build your environment using Anaconda. You can build an environment ánd install CMT by conda in one go using this environment.yml from the command-line:
conda env create -f environment.yml
After creating your environment you can activate it with:
conda activate hydrolib
In an activated existing hydrolib-environment hydrolib-cmt can be added with:
pip install hydrolib-cmt
The repository contains a self-explanatory Jupyter Notebook (in Dutch). You can open it in an activated environment in the notebooks directory by:
jupyter notebook stochasten_workflow.ipynb
Case Management Tools is developed and maintained by D2Hydro and freely available under an Open Source MIT license.