Skip to content

IPCC-WG1/Atlas

 
 

Repository files navigation

DOI MyBinder badge

Repository supporting the implementation of FAIR principles in the IPCC-WGI Atlas

The WGI Atlas is part of the AR6 report and provides a region-by-region assessment of climate change including also an innovative online tool (the Interactive Atlas, http://interactive-atlas.ipcc.ch) that complements the report by providing flexible spatial and temporal analyses of regional climate change by means of two components (see AR6 Atlas chapter, Sections 1 and 2). The regional information component allows for flexible analysis of past and projected changes for over 25 variables and derived indices calculated from key climate datasets supporting the assessment done in the Chapters. The regional synthesis component provides flexible analysis of synthesis assessments over a new set of sub-continental reference regions supporting the Technical Summary and Summary for Policymakers.

The IPCC AR6 WGI report promotes best practices in traceability and reproducibility, including through adoption of the Findable, Accessible, Interoperable, and Reusable (FAIR) principles for scientific data. In particular, reproducibility and reusability are central in order to ensure the transparency of the products, which are all publicly available. The Atlas products are generated using free software community tools, in particular R building on the climate4R framework for data post-processing (data access, regridding, aggregation, bias adjustment, etc.) and evaluation and quality control (when applicable). Provenance metadata is generated for the Interactive Atlas using the METACLIP RDF-based framework, extended to cover the products delivered by the IPCC-AR6 Interactive Atlas (metaclipcc).

Contents

This repository provides the scripts and notebooks, as well as the required auxiliary products and datasets, supporting the reproducibility and reusability of some of the Atlas products (mainly key figures in the Chapter and data-driven products of the Interactive Atlas – regional information component), as described in the following schema and table of contents.

Atlas repository scheme

Directory Contents
data-sources Full list of model simulations used for the different experiments and scenarios, indicating the availability of the different variables.
reference-grids Reference commensurable grids at regular 0.5°, 1° and 2° resolutions. These are used to interpolate all variables and indices as a final processing step before analysis.
datasets-interactive-atlas End-to-end scripts used for the preparation of the intermediate data (Interactive Atlas Dataset) underpinning the Interactive Atlas. The Interactive Atlas Dataset is formed by monthly values of CMIP5/6 and CORDEX data for different variables and indices interpolated to common reference grids. The scripts document the whole process, from data access to index calculation (and postprocessing –e.g. bias adjustment– if needed).
reference-regions New set of reference analysis regions in AR6.
datasets-aggregated-regionally The Interactive Atlas Dataset is averaged over the reference regions to produce many of the figures. These key aggregated data are provided directly for further analysis within this Github repository folder.
warming-levels Global Warming Levels (+1.5°, +2°, +3°, +4°) are computed and provided in this folder.
notebooks Cross-cutting Jupyter notebooks, combining the information from several of the previous directories to perform specific analyses.
reproducibility End-to-end scripts used for the preparation of the key figures of the IPCC AR6 WGI Atlas chapter.
binder Files providing reproducible execution environment specifications.

New Reference Regions

A new set of reference regions was produced building on the popular IPCC AR5 reference regions developed for reporting sub-continental CMIP5 projections (with typical resolution of 2°) over a reduced number of regions. The increased resolution of CMIP6 and CORDEX projections (typically 1° and 0.5°) allowed to increase the number of regions for a better representation of different climates, resulting in new set of 46 land and 14 ocean reference regions (Iturbide et al. 2020). The coordinates delimiting the regions (CSV and shapefiles) and other related datasets are available at the reference-regions repository folder.

Regionally-aggregated datasets (CMIP and CORDEX)

The IPCC reference regions have been used as the basis to generate popular spatially-aggregated datasets, such as the IPCC AR5 seasonal mean temperature and precipitation in IPCC regions for CMIP5. Here, we provide a new aggregated dataset using CMIP5, CMIP6 and CORDEX projections (interpolated to common 2°, 1°, and 0.5° resolution, respectively, see reference-grids) for the new regions. Monthly mean values are stored for CMIP5/6 and CORDEX for the historical (1850-2005/1850-2014, only 1970-2014 for CORDEX) and future RCP2.6/SSP1-2.6, RCP4.5/SSP2-4.5, SSP3-7.0 and RCP8.5/SSP5-8.5 scenarios. An inventory of the currently available models and runs is available at the data-sources folder.

Besides the analysis of time-slices (e.g. near-, mid- and long-term, 2021-2040, 2041-2060, 2081-2100, respectively), we also provide information to work with Global Warming Levels (1.5°, 2°, 3°, 4°) under warming-levels.

Requirements

Scripts and (Jupyter) notebooks are provided in the different sections to ensure reproducibility and reusability of the results. Most of this code builds on the climate4R R package, allowing for transparent climate data access, collocation, post-processing (including bias adjustment) and visualization. The code runs on climate4R release v2.5.3. Check https://github.com/SantanderMetGroup/climate4R/releases/tag/v2.5.3 for specific library versions in this release. These depend on a wealth of other R packages. Additionally, Jupyter should also be available with the R kernel enabled. The simplest way to match all these requirements is by using a dedicated conda environment, which can be easily installed by issuing:

conda env create -n ipcc-wgi-ar6-atlas --file binder/conda/environment.yml
conda activate ipcc-wgi-ar6-atlas

See binder/README.md for other options to deploy locally a reproducible execution environment.

Virtual workspace through binder

A much straigtforward way to explore and interact with this repository is through binder. Binder provides an executable environment, making the code immediately reproducible. The required software is pre-installed in a cloud environment where the user can create and execute notebooks (directly) and scripts (via the available Terminal). Moreover, the environment is accessible without any further authentication by the user.

To start exploring the binder interface, just click the Launch in MyBinder badge above. You will arrive at a JupyterLab interface with access to the contents of this repository.

Errata and problem reporting

The errata of the Atlas covers both the content (products, such as plots and data) and the application/platform of the Interactive Atlas, as well as this GitHub repository supporting reproducibility and reusability. The existing products are frozen and the issues reported are documented in the errata list. Technical problems are listed separately and those not affecting the products could be fixed and documented.

About

Repository supporting the implementation of FAIR principles in the IPCC-WGI Atlas

Resources

License

Stars

Watchers

Forks

Languages

  • Jupyter Notebook 77.7%
  • HTML 20.9%
  • R 1.2%
  • Other 0.2%