An implementation of the rainfall-runoff model SMART in Python


Keywords
catchment, hydrology, model, rainfall-runoff, watershed
License
GPL-3.0
Install
pip install smartpy==0.2.2

Documentation

An implementation of the rainfall-runoff model SMART in Python

PyPI version DOI Licence GPL-3.0 Tests Status

smartpy is an open-source Python version of the catchment model SMART (Soil Moisture Accounting and Routing for Transport). SMART is a bucket-style rainfall-runoff model composed of a soil moisture accounting component and linear routing components. It requires rainfall and potential evapotranspiration time series as input, it features a set of ten parameters, and it yields a discharge time series as output.