Skip to content

d2hydro/HYDROLIB-CMT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Case Management Tools (hydrolib-cmt)

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.

Code style: black Release: latest License: MIT


Documentation: https://d2hydro.github.io/HYDROLIB-CMT/

Source Code: https://github.com/d2hydro/hydrolib-cmt


Installation

New environment

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

Existing environment

In an activated existing hydrolib-environment hydrolib-cmt can be added with:

pip install hydrolib-cmt

Get started

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

About

Case Management Tools is developed and maintained by D2Hydro and freely available under an Open Source MIT license.