Skip to main content

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

Project description

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 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:

>>> from ibicus import CDFt
>>> debiaser = CDFt.from_variable("pr")
>>> debiased_cm_future = debiaser.apply(obs, cm_hist, cm_future)

Evaluating dry spell length can be as easy as:

>>> from ibicus.evaluate.metrics import dry_days
>>> spell_length = dry_days.calculate_spell_length(minimum_length: 4, obs = obs, raw = cm_future, ISIMIP = debiased_cm_future)

For more information on the usage have a look at our docs.

Install

ibicus releases are available via PyPI. Just write:

pip install ibicus

For more information about installation and requirements see the install documentation in the docs.

How to cite

If you are using the package, please consider citing:

Spuler, F. R., Wessel, J. B., Comyn-Platt, E., Varndell, J., and Cagnazzo, C.: ibicus: a new open-source Python package and comprehensive interface for statistical bias adjustment and evaluation in climate modelling (v1.0.1), EGUsphere [preprint], https://doi.org/10.5194/egusphere-2023-1481, 2023.

Contact

If you have feedback on the package, suggestions for additions, questions you’d like to ask or would like to contribute, please contact us under ibicus.py@gmail.com. Similarly should you encounter bugs or issues using the package please open an issue. or write to us using the email adress above.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ibicus-1.1.0.tar.gz (96.5 kB view details)

Uploaded Source

Built Distribution

ibicus-1.1.0-py3-none-any.whl (127.4 kB view details)

Uploaded Python 3

File details

Details for the file ibicus-1.1.0.tar.gz.

File metadata

  • Download URL: ibicus-1.1.0.tar.gz
  • Upload date:
  • Size: 96.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ibicus-1.1.0.tar.gz
Algorithm Hash digest
SHA256 41fc638468a6145989da34a24e29e3330e2773490e2bc3e01a03893eac03605b
MD5 6119ffa947a18fc9c0c7863af6f9a43e
BLAKE2b-256 b8436cab20986dbe66ce43bf5b9b0eb9c7233564cb4b3f9ef0dd8f0c79045e65

See more details on using hashes here.

File details

Details for the file ibicus-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: ibicus-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 127.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ibicus-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1f0e9d691cd7217c7831896f1511f9e6b12f748754621239f2896dde521cd85d
MD5 960b09866f5896edb89f73516e233c8e
BLAKE2b-256 1d7c70f75c66016f968ef176353d517dc4878b08a36813bb9edfb22b3da613f3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page