From c7681e59c74e0428b0c16548db3d31bfb0a87ad5 Mon Sep 17 00:00:00 2001 From: Jakob Wessel Date: Sun, 24 Sep 2023 16:38:41 +0100 Subject: [PATCH] Some adjustments to README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0fb130b..07348d3 100644 --- a/README.rst +++ b/README.rst @@ -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: @@ -30,7 +30,7 @@ For more information on the usage have a look at `our docs