Skip to content

Commit

Permalink
Some adjustments to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobwes committed Sep 24, 2023
1 parent 9a93bd8 commit c7681e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ ibicus
|pypi_release| |pypi_status| |PyPI license| |pypi_downloads| |docs| |PyPI pyversions| |made-with-python| |made-with-sphinx-doc| |Maintenance yes| |Ask Me Anything !| |GitHub contributors|


**Ibicus provides a flexible and user-friendly toolkit for the bias correction of climate models and associated evaluation.**
**ibicus provides a flexible and user-friendly toolkit for the bias correction of climate models and associated evaluation.**

Ibicus implements a variety of methods for bias correction (8 currently) published in peer-reviewed literature, including ISIMIP (Lange 2019) and CDFt (Michelangeli et al. 2009) and provides a unified interface for their usage.
ibicus implements a variety of methods for bias correction (8 currently) published in peer-reviewed literature, including ISIMIP (Lange 2019) and CDFt (Michelangeli et al. 2009) and provides a unified interface for their usage.
The package enables the user to modify and refine their behavior with settings and parameters, and provides an evaluation framework to assess marginal, temporal, spatial, and multivariate properties of the bias corrected climate model.

Given future climate model data to debias (``cm_future``), climate model data during a reference period (``cm_hist``) and observational or reanalysis data during the same reference period (``obs``) running a debiaser is as easy as:
Expand All @@ -30,7 +30,7 @@ For more information on the usage have a look at `our docs <https://ibicus.readt
Install
-------

Ibicus releases are available via PyPI. Just write::
ibicus releases are available via PyPI. Just write::

pip install ibicus

Expand Down

0 comments on commit c7681e5

Please sign in to comment.