Attribution of contributions to global mean surface temperature change through to 2023.
Uses fair-calibrate v1.4.5, where emissions and forcing are historical best estimates. I use a one-year extrapolation of emissions to 2023 following the draft ScenarioMIP "M" pathway (the choice really should not matter).
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.
Plots and outputs are in... not surprisingly, the plots and output directories respectively.