/AR6-WG1-Data-Compilation

Compilation of data from AR6 WG1

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Data Compilation & Figures from the IPCC AR6 WG1

© 2021 Contributors; licensed under the BSD-3-Clause License.

license

Overview

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.

Please see the notebooks folder for an overview!

Dependencies

The data and notebooks in this repository use the dependencies specified in environment.yml. A high-level overview of the packages is below:

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.

Acknowledgement

We are grateful for the terrific work by Robin Matthews, Özge Yelekçi, Melissa Gomis, Lina Sitz, the CEDA Archive and many researchers and WG1 TSU staff in compiling, validating and publishing the data under a license that permits re-use.