pyDeltaRCM is a computationally efficient, free and open source, and easy-to-customize numerical delta model based on the original DeltaRCM model design (Matlab deltaRCM model by Man Liang; Liang et al., 2015). pyDeltaRCM delivers improved model stability and capabilities, infrastructure to support exploration with minimal boilerplate code, and establishes an approach to extending model capabilities that ensures reproducible and comparable studies.
Find the complete documentation here.
Documentation includes an installation guide, a thorough guide for users, detailed API documentation for developers, a plethora of examples to use and develop pyDeltaRCM in novel scientific experiments, and more!
See our complete installation guide, especially if you are a developer planning to modify or contribute code (developer installation guide), or if you are new to managing Python venv or conda environments.
For a quick installation into an existing Python 3.x environment:
$ pip install pyDeltaRCM
We recommend you check out our pyDeltaRCM in 10 minutes tutorial, which is part of our documentation.
This model repository no longer includes support for the Basic Model Interface (BMI). We have separated BMI support for pyDeltaRCM to another repository (the BMI_pyDeltaRCM model).