Attribution of contributions to global mean surface temperature change through to 2025.
Uses fair-calibrate v1.4.5, where emissions and forcing are historical best estimates. I use a three-year extrapolation of emissions to 2025 following a linear extrapolation of recent emissions trends.
pythoncondaormamba
Obtain a minimal distribution of conda from https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html. conda also ships with python, so you do not need to install python separately.
- clone the repository and
cdtotemperature-attribution - create the environment using
conda env create -f environment.yml - activate the environment with
conda activate temperature-attribution - run
nbstripout --installto ensure clean notebook commits - fire up
jupyter notebookand run the notebook in thenotebooksdirectory. The notebook for making the extensions is present, but the extensions are already shipped.
Plots and outputs are in... not surprisingly, the plots and output directories respectively.