Metadata-Version: 2.1
Name: swb
Version: 0.3.3
Summary: Calculation of soil water balance
Home-page: https://github.com/openmeteo/swb
Author: Antonis Christofides
Author-email: antonis@antonischristofides.com
License: GNU General Public License v3
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pandas (>=0.20)

=======================================
swb - Calculation of soil water balance
=======================================


.. image:: https://img.shields.io/pypi/v/swb.svg
        :target: https://pypi.python.org/pypi/swb

.. image:: https://img.shields.io/travis/openmeteo/swb.svg
        :target: https://travis-ci.org/openmeteo/swb

.. image:: https://codecov.io/github/openmeteo/swb/coverage.svg
        :target: https://codecov.io/gh/openmeteo/swb
        :alt: Coverage

.. image:: https://pyup.io/repos/github/openmeteo/swb/shield.svg
         :target: https://pyup.io/repos/github/openmeteo/swb/
         :alt: Updates


Model for calculation of soil water balance. See https://swb.readthedocs.io.


=======
History
=======

0.3.3 (2019-12-13)
------------------

- Fixed crash when calculate_crop_evapotranspiration received a time
  series whose timestamps did not end in 00:00.

0.3.2 (2019-05-06)
------------------

- Fixed crop evapotranspiration model, which could only run for the
  entire period from planting to harvest; now it can run for part of the
  period.

0.3.1 (2019-03-27)
------------------

- Changed the way deep percolation is calculated; now uses ``theta -
  theta_fc`` rather than ``theta_s - theta_fc``.

0.3.0 (2019-03-26)
------------------

- Fixed swb errors with deep percolation.

0.2.0 (2019-03-23)
------------------

- Added model for calculation of crop evapotranspiration from reference
  evapotranspiration.

0.1.0 (2019-03-14)
------------------

- Initial release


