RUBEM is a distributed hydrological model to calculate monthly flows with changes in land use over time.
Explore the docs
Support Form
<a href="https://github.com/LabSid-USP/RUBEM/issues">Report Bug</a>
<a href="https://github.com/LabSid-USP/RUBEM/issues">Request Feature</a>
The Rainfall rUnoff Balance Enhanced Model (RUBEM) is a hydrological model for transforming precipitation into surface and subsurface runoff. The model is based on equations that represent the physical processes of the hydrological cycle, with spatial distribution defined by pixel, in distinct vegetated and non-vegetated covers, and has the flexibility to study a wide range of applications, including impacts of changes in climate and land use, has flexible spatial resolution, the inputs are raster-type matrix files obtained from remote sensing data and operates with a reduced number of parameters arranged in a configuration file that facilitates its modification throughout the area.
The model was developed based on classical concepts of hydrological processes and equations based mainly on SPHY (TERINK et al., 2015), WEAP (YATES et al., 2005), and WetSpass-M (ABDOLLAHI et al. , 2017). The main features of the developed model are:
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
From Miniconda base envionment create a new conda envionment
conda create --name rubem python=3.7
Activate the new environment
Windows
conda activate rubem
Linux, macOS
source activate rubem
Install GDAL conda package
conda install -c conda-forge gdal
Install PCRaster conda package
conda install -c conda-forge pcraster
python rubem.py --configfile config.ini
python rubem.py -h
For more examples, please refer to the Documentation.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. See CONTRIBUTING.md
for more information.
Distributed under the GPLv3 License. See LICENSE.md
for more information.
In any of our communication channels please abide by the RUBEM Code of Conduct. In summary, being friendly and patient, considerate, respectful, and careful in your choice of words.
Contact us at: [email protected]
Support Form: https://forms.gle/JmxWKoXh4C29V2rD8
Project Link: https://github.com/LabSid-USP/RUBEM