fair


Namefair JSON
Version 2.1.4 PyPI version JSON
download
home_pagehttps://github.com/OMS-NetZero/FAIR
SummaryFinite-amplitude Impulse Response (FaIR) simple climate model
upload_time2024-02-16 09:54:52
maintainer
docs_urlNone
authorChris Smith, Nicholas Leach, Stuart Jenkins, Richard Millar, Zeb Nicholls, Myles Allen
requires_python>=3.8, <4
licenseApache 2.0
keywords simple climate model temperature forcing emissions emulator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![image](https://github.com/OMS-NetZero/FAIR/actions/workflows/checks.yml/badge.svg)](https://github.com/OMS-NetZero/FAIR/actions)
[![image](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/OMS-NetZero/FAIR/master?filepath=examples/basic_run_example.ipynb)
[![Documentation Status](https://readthedocs.org/projects/fair/badge/?version=latest)](http://fair.readthedocs.io/en/latest/?badge=latest)
[![image](https://zenodo.org/badge/DOI/10.5281/zenodo.1340643.svg)](https://doi.org/10.5281/zenodo.1340643)
[![image](https://codecov.io/gh/OMS-NetZero/FAIR/branch/master/graph/badge.svg)](https://codecov.io/gh/OMS-NetZero/FAIR)
[![image](https://img.shields.io/pypi/v/fair)](https://pypi.org/project/fair/) [![Anaconda-Server Badge](https://anaconda.org/chrisroadmap/fair/badges/version.svg)](https://anaconda.org/chrisroadmap/fair)

# FaIR

FaIR (the Finite-amplitude Impulse-Response) climate model is a simple
climate model, or *emulator*, useful for producing global mean
temperature projections from a wide range of emissions or prescribed
forcing scenarios.

## Requirements

-   python 3.8, 3.9, 3.10 or 3.11

## Installation

### From the Python Package Index

    pip install fair

### From anaconda

    conda install -c chrisroadmap fair

### From source

Refer to [the
documentation](https://fair.readthedocs.io/en/latest/install.html)

## Usage

FaIR can be driven by emissions of greenhouse gases (GHGs) and
short-lived forcers (SLCFs), concentrations of GHGs, or effective
radiative forcing (ERF), with different input methods for different
species possible in the same run. If run concentration-driven, emissions
are back-calculated. Custom GHGs and SLCFs can be defined, and all
components are optional allowing experiments such as pulse-response
analyses to single forcers or gathering up non-CO~2~ species as an
aggregate forcing.

## Examples

The examples directory contains Jupyter notebooks with some
simple examples showing how to run FaIR and the standalone energy
balance model.

If you want to try this out online, [go
here](https://mybinder.org/v2/gh/OMS-NetZero/FAIR/master?filepath=examples/basic_run_example.ipynb).

## Important: A note about calibrating and constraining

FaIR is naive. It will run whatever climate scenario and climate
configuration you give it. If you violate the laws of physics, FaIR
won\'t stop you. For simple climate models as for complex, garbage in
leads to garbage out. More subtle to spot are those analyses with simple
climate models where the present day warming (or historical) is wrong or
the climate is warming too slowly or too quickly. At least, plot a
historical temperature reconstruction over your results and see if it
looks right.

We have produced IPCC AR6 Working Group 1 consistent probabilistic
ensembles to run with. The calibration data can be obtained
[here](https://doi.org/10.5281/zenodo.7694879). These parameter sets are
calibrated to CMIP6 models, run in a large Monte Carlo ensemble, and
constrained based on observed and assessed climate metrics. For an
example of how to use this calibration data set with SSP emissions, see
[this
example](https://docs.fairmodel.net/en/latest/examples/calibrated_constrained_ensemble.html).
If you\'re writing a paper using FaIR, you should use these. There\'ll
be a paper on this at some point, for now please cite the Zenodo DOI.

## Citation

If you use FaIR in your work, please cite the following references
depending on the version:

-   **v2.0+:** Leach, N. J., Jenkins, S., Nicholls, Z., Smith, C. J.,
    Lynch, J., Cain, M., Walsh, T., Wu, B., Tsutsui, J., and Allen, M.
    R.: FaIRv2.0.0: a generalized impulse response model for climate
    uncertainty and future scenario exploration, Geosci. Model Dev., 14,
    3007--3036, <https://doi.org/10.5194/gmd-14-3007-2021>, 2021
-   **v1.1-v1.6**: Smith, C. J., Forster, P. M., Allen, M., Leach, N.,
    Millar, R. J., Passerello, G. A., and Regayre, L. A.: FAIR v1.3: A
    simple emissions-based impulse response and carbon cycle model,
    Geosci. Model Dev.,
    <https://doi.org/10.5194/gmd-11-2273-2018>, 2018.
-   **v1.0** (or the concept of the state-dependent impulse-response
    function for CO<sub>2</sub>): Millar, R. J., Nicholls, Z. R., Friedlingstein,
    P., and Allen, M. R.: A modified impulse-response representation of
    the global near-surface air temperature and atmospheric
    concentration response to carbon dioxide emissions, Atmos. Chem.
    Phys., 17, 7213-7228,
    <https://doi.org/10.5194/acp-17-7213-2017>, 2017.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OMS-NetZero/FAIR",
    "name": "fair",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <4",
    "maintainer_email": "",
    "keywords": "simple,climate,model,temperature,forcing,emissions,emulator",
    "author": "Chris Smith, Nicholas Leach, Stuart Jenkins, Richard Millar, Zeb Nicholls, Myles Allen",
    "author_email": "c.j.smith1@leeds.ac.uk, nicholas.leach@stx.ox.ac.uk, stuart.jenkins@wadham.ox.ac.uk, richard.millar@ouce.ox.ac.uk, zebedee.nicholls@climate-energy-college.org, myles.allen@ouce.ox.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/75/e9/fa9ee91eaa3c12b6bcb31844ef6703668ca562e7d9f7f006839e97666f16/fair-2.1.4.tar.gz",
    "platform": null,
    "description": "[![image](https://github.com/OMS-NetZero/FAIR/actions/workflows/checks.yml/badge.svg)](https://github.com/OMS-NetZero/FAIR/actions)\n[![image](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/OMS-NetZero/FAIR/master?filepath=examples/basic_run_example.ipynb)\n[![Documentation Status](https://readthedocs.org/projects/fair/badge/?version=latest)](http://fair.readthedocs.io/en/latest/?badge=latest)\n[![image](https://zenodo.org/badge/DOI/10.5281/zenodo.1340643.svg)](https://doi.org/10.5281/zenodo.1340643)\n[![image](https://codecov.io/gh/OMS-NetZero/FAIR/branch/master/graph/badge.svg)](https://codecov.io/gh/OMS-NetZero/FAIR)\n[![image](https://img.shields.io/pypi/v/fair)](https://pypi.org/project/fair/) [![Anaconda-Server Badge](https://anaconda.org/chrisroadmap/fair/badges/version.svg)](https://anaconda.org/chrisroadmap/fair)\n\n# FaIR\n\nFaIR (the Finite-amplitude Impulse-Response) climate model is a simple\nclimate model, or *emulator*, useful for producing global mean\ntemperature projections from a wide range of emissions or prescribed\nforcing scenarios.\n\n## Requirements\n\n-   python 3.8, 3.9, 3.10 or 3.11\n\n## Installation\n\n### From the Python Package Index\n\n    pip install fair\n\n### From anaconda\n\n    conda install -c chrisroadmap fair\n\n### From source\n\nRefer to [the\ndocumentation](https://fair.readthedocs.io/en/latest/install.html)\n\n## Usage\n\nFaIR can be driven by emissions of greenhouse gases (GHGs) and\nshort-lived forcers (SLCFs), concentrations of GHGs, or effective\nradiative forcing (ERF), with different input methods for different\nspecies possible in the same run. If run concentration-driven, emissions\nare back-calculated. Custom GHGs and SLCFs can be defined, and all\ncomponents are optional allowing experiments such as pulse-response\nanalyses to single forcers or gathering up non-CO~2~ species as an\naggregate forcing.\n\n## Examples\n\nThe examples directory contains Jupyter notebooks with some\nsimple examples showing how to run FaIR and the standalone energy\nbalance model.\n\nIf you want to try this out online, [go\nhere](https://mybinder.org/v2/gh/OMS-NetZero/FAIR/master?filepath=examples/basic_run_example.ipynb).\n\n## Important: A note about calibrating and constraining\n\nFaIR is naive. It will run whatever climate scenario and climate\nconfiguration you give it. If you violate the laws of physics, FaIR\nwon\\'t stop you. For simple climate models as for complex, garbage in\nleads to garbage out. More subtle to spot are those analyses with simple\nclimate models where the present day warming (or historical) is wrong or\nthe climate is warming too slowly or too quickly. At least, plot a\nhistorical temperature reconstruction over your results and see if it\nlooks right.\n\nWe have produced IPCC AR6 Working Group 1 consistent probabilistic\nensembles to run with. The calibration data can be obtained\n[here](https://doi.org/10.5281/zenodo.7694879). These parameter sets are\ncalibrated to CMIP6 models, run in a large Monte Carlo ensemble, and\nconstrained based on observed and assessed climate metrics. For an\nexample of how to use this calibration data set with SSP emissions, see\n[this\nexample](https://docs.fairmodel.net/en/latest/examples/calibrated_constrained_ensemble.html).\nIf you\\'re writing a paper using FaIR, you should use these. There\\'ll\nbe a paper on this at some point, for now please cite the Zenodo DOI.\n\n## Citation\n\nIf you use FaIR in your work, please cite the following references\ndepending on the version:\n\n-   **v2.0+:** Leach, N. J., Jenkins, S., Nicholls, Z., Smith, C. J.,\n    Lynch, J., Cain, M., Walsh, T., Wu, B., Tsutsui, J., and Allen, M.\n    R.: FaIRv2.0.0: a generalized impulse response model for climate\n    uncertainty and future scenario exploration, Geosci. Model Dev., 14,\n    3007--3036, <https://doi.org/10.5194/gmd-14-3007-2021>, 2021\n-   **v1.1-v1.6**: Smith, C. J., Forster, P. M., Allen, M., Leach, N.,\n    Millar, R. J., Passerello, G. A., and Regayre, L. A.: FAIR v1.3: A\n    simple emissions-based impulse response and carbon cycle model,\n    Geosci. Model Dev.,\n    <https://doi.org/10.5194/gmd-11-2273-2018>, 2018.\n-   **v1.0** (or the concept of the state-dependent impulse-response\n    function for CO<sub>2</sub>): Millar, R. J., Nicholls, Z. R., Friedlingstein,\n    P., and Allen, M. R.: A modified impulse-response representation of\n    the global near-surface air temperature and atmospheric\n    concentration response to carbon dioxide emissions, Atmos. Chem.\n    Phys., 17, 7213-7228,\n    <https://doi.org/10.5194/acp-17-7213-2017>, 2017.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Finite-amplitude Impulse Response (FaIR) simple climate model",
    "version": "2.1.4",
    "project_urls": {
        "Homepage": "https://github.com/OMS-NetZero/FAIR"
    },
    "split_keywords": [
        "simple",
        "climate",
        "model",
        "temperature",
        "forcing",
        "emissions",
        "emulator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d55201647bf3146e53275c118013c4601b8d3e1dc759f52373b84c852833aaa7",
                "md5": "117f58d7443323b3ec1e4879002e1342",
                "sha256": "6e65b016c90bf45477fc3796c62c1cc995ab71fc0e385afd66ec4b7287b6dcbf"
            },
            "downloads": -1,
            "filename": "fair-2.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "117f58d7443323b3ec1e4879002e1342",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <4",
            "size": 49012,
            "upload_time": "2024-02-16T09:54:50",
            "upload_time_iso_8601": "2024-02-16T09:54:50.059630Z",
            "url": "https://files.pythonhosted.org/packages/d5/52/01647bf3146e53275c118013c4601b8d3e1dc759f52373b84c852833aaa7/fair-2.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75e9fa9ee91eaa3c12b6bcb31844ef6703668ca562e7d9f7f006839e97666f16",
                "md5": "46dc3a8fe7774ae6fa216bba1ad285bb",
                "sha256": "aafb2f4b602aaba5bf009c981bec84ae0fb2411303326fe07a4c2ac7df8398fd"
            },
            "downloads": -1,
            "filename": "fair-2.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "46dc3a8fe7774ae6fa216bba1ad285bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, <4",
            "size": 61843,
            "upload_time": "2024-02-16T09:54:52",
            "upload_time_iso_8601": "2024-02-16T09:54:52.641813Z",
            "url": "https://files.pythonhosted.org/packages/75/e9/fa9ee91eaa3c12b6bcb31844ef6703668ca562e7d9f7f006839e97666f16/fair-2.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 09:54:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OMS-NetZero",
    "github_project": "FAIR",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "fair"
}
        
Elapsed time: 0.20467s