Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwb-r/abimo
C++ Source code for water balance model ABIMO
https://github.com/kwb-r/abimo
abimo project-amarex
Last synced: 8 days ago
JSON representation
C++ Source code for water balance model ABIMO
- Host: GitHub
- URL: https://github.com/kwb-r/abimo
- Owner: KWB-R
- License: gpl-2.0
- Created: 2021-03-24T10:16:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T11:55:49.000Z (about 1 year ago)
- Last Synced: 2023-11-06T11:21:59.443Z (about 1 year ago)
- Topics: abimo, project-amarex
- Language: C++
- Homepage:
- Size: 613 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ABIMO 3.3: Water Balance Model for Urban Areas
This software is a derivative of "Wasserhaushaltsmodell Berlin ABIMO 3.2", as
being published at:
https://github.com/umweltatlas/abimoFor further information (in German) on that original version of ABIMO and on its
history of development, see there.## Using the Model with the Programming Language R
If you are using the programming language [R](https://www.r-project.org/) you
may be interested in our R package
[kwb.abimo](https://github.com/KWB-R/kwb.abimo). It is a wrapper around the
Windows executable of ABIMO 3.3 and allows to run the model from within the
R environment.## Change Log
Main changes since 3.2:
- runs on Qt 5.15 (MSVC 2019, 64 bit)
- clean and refactor the code
- allow to run in batch mode (specify input/config file on the command line)