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: 9 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T11:55:49.000Z (over 2 years ago)
- Last Synced: 2025-05-16T10:11:19.980Z (11 months ago)
- Topics: abimo, project-amarex
- Language: C++
- Homepage:
- Size: 613 KB
- Stars: 0
- Watchers: 3
- 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/abimo
For 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)