Skip to content

Commit f982c4a

Browse files
author
thibhlln
committed
Merge branch 'master' of https://github.com/ThibHlln/SMARTc
2 parents 17d3b91 + 74a02c2 commit f982c4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
2+
[![PyPI Version](https://badge.fury.io/py/smartcpp.svg)](https://pypi.python.org/pypi/smartcpp)
3+
14
# SMARTcpp - a C++ extension of the rainfall-runoff SMART for Python
25

36
SMARTcpp is an open-source C++ extension for the hydrological catchment model SMART in Python. It is licensed under GNU GPL-3.0 (see [licence file](LICENCE.md) provided). SMART is a top-down rainfall-runoff model composed of a soil moisture accounting component and a routing component. It requires rainfall and potential evapotranspiration time series, it features a set of ten parameters, and it yields a discharge time series. This C++ extension is giving access to the calculation of the states, processes, and outputs of the model for one simulation time-step. It is intended to be used in combination with a wrapping script in Python, where the loop through the simulation time series is defined.

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333

3434
'Operating System :: MacOS',
3535
'Operating System :: Microsoft :: Windows :: Windows 10',
36-
'Operating System :: POSIX :: Linux',
37-
3836

3937
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
4038

0 commit comments

Comments
 (0)