You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IPCC's AR6 WG1 Report
published in August 2021 contains a lot of useful data and figures.
The data is available at the CEDA Archive
under a Creative Commons CC-BY license, but the formats are quite diverse
and not easy to handle.
Data resources
This repository compiles the data into a uniform, csv-based data format
following the standard established by the Integrated Assessment Modeling Consortium
(IAMC) and used by IPCC WG3.
The format used in this repository is directly compatible with
the scmdata and pyam Python packages (see dependencies below),
but can be easily read with Excel or scripts written in other programming languages.
Figures and analysis
This repository contains Jupyter notebooks that replicate several key figures
of the IPCC AR6 WG1 report to facilitate reproducibility of the assessment
and re-use in subsequent research and analysis.
The required packages can be installed with conda: conda env create -f environment.yml.
Compiling the data
The data is compiled using openscm-ar6-wg1-data-compilation compile.
This command-line interface takes a single argument, config_yaml, which defines the data sources, which data is expected, where the raw data is stored, where the outputs should be written and also includes relevant metadata.
An example is given in the root of this repository in compilation-config.yaml.
Once the data is compiled, it will be in the specified output directories and ready for use.
TODO: also spit out variables and definitions as part of compilation
For information about the data directories, see data/README.