ATLAS
Datasets, code and virtual workspace for the Climate Change ATLAS.
https://github.com/SantanderMetGroup/ATLAS
Category: Climate Change
Sub Category: Climate Data Access and Visualization
Keywords
climate-change-atlas climate4r cmip6 cordex ipcc-regions warming-levels
Last synced: about 9 hours ago
JSON representation
Repository metadata
Datasets, code and virtual workspace for the Climate Change ATLAS
- Host: GitHub
- URL: https://github.com/SantanderMetGroup/ATLAS
- Owner: SantanderMetGroup
- License: other
- Created: 2019-04-07T02:07:36.000Z (about 6 years ago)
- Default Branch: devel
- Last Pushed: 2025-03-13T12:40:46.000Z (about 2 months ago)
- Last Synced: 2025-04-17T23:05:18.581Z (10 days ago)
- Topics: climate-change-atlas, climate4r, cmip6, cordex, ipcc-regions, warming-levels
- Language: Jupyter Notebook
- Homepage:
- Size: 2.77 GB
- Stars: 93
- Watchers: 16
- Forks: 105
- Open Issues: 8
- Releases: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
README.md
The Multi-MIP Climate Change ATLAS
The Multi-MIP Climate Change ATLAS was the backbone of the IPCC WGI AR6 Atlas 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 anlysis 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).
The repository supporting the implementation of FAIR principles in the IPCC-WGI Atlas is now frozen, after the release of the IPCC WGI AR6 on August 9^th^, 2021. This repository continues the development of the Atlas products and accepts community contributions (see CONTRIBUTING.md).
Contents
This repository provides the scripts and notebooks, as well as the required auxiliary products and datasets, supporting the reproducilibility 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.
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 accesible 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.
Owner metadata
- Name: Santander Meteorology Group (UC-CSIC)
- Login: SantanderMetGroup
- Email:
- Kind: organization
- Description: a multidisciplinary approach to weather & climate
- Website: http://www.meteo.unican.es
- Location: Santander
- Twitter: SantanderMeteo
- Company:
- Icon url: https://avatars.githubusercontent.com/u/5774630?v=4
- Repositories: 77
- Last ynced at: 2024-04-16T05:57:46.962Z
- Profile URL: https://github.com/SantanderMetGroup
GitHub Events
Total
- Watch event: 7
- Push event: 3
- Fork event: 2
Last Year
- Watch event: 7
- Push event: 3
- Fork event: 2
Committers metadata
Last synced: 5 days ago
Total Commits: 928
Total Committers: 12
Avg Commits per committer: 77.333
Development Distribution Score (DDS): 0.499
Commits in past year: 2
Committers in past year: 1
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Your Name | m****e@g****m | 465 |
Jose M. Gutierrez | g****m@u****s | 263 |
zequihg50 | e****a@u****s | 81 |
JavierDiezSierra | j****z@u****s | 34 |
jbedia | j****a@g****m | 27 |
Rodrigo Manzanas | r****s | 27 |
Jorge Baño-Medina | j****a@g****m | 11 |
Jesus Fernandez | j****f | 8 |
Jorge Bano Medina | j****a@M****l | 4 |
garciam | m****d@g****m | 3 |
Mathias Hauser | m****r@e****h | 3 |
Antonio S. Cofiño | c****a@g****m | 2 |
Committer domains:
- unican.es: 3
- env.ethz.ch: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 13
Total pull requests: 18
Average time to close issues: 14 days
Average time to close pull requests: 17 days
Total issue authors: 10
Total pull request authors: 7
Average comments per issue: 0.92
Average comments per pull request: 0.06
Merged pull request: 16
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- znicholls (4)
- cofinoa (1)
- markwmuller (1)
- yadavmahesh22 (1)
- durack1 (1)
- PhantomAurelia (1)
- nelerey (1)
- jesusff (1)
- robertstrong10 (1)
- ollie-bell (1)
Top Pull Request Authors
- cofinoa (6)
- mathause (3)
- gutierjm (3)
- zequihg50 (2)
- markelg (2)
- jesusff (1)
- rmanzanas (1)
Top Issue Labels
- FAIR review (1)
- enhancement (1)
- help wanted (1)
Top Pull Request Labels
Dependencies
- santandermetgroup/ipcc-wgi-ar6-atlas-env 0c3fa3a build
Score: 7.1000271666292605