Skip to content

Commit 5866322

Browse files
committed
intro updated with relevant information
1 parent 2fee12c commit 5866322

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

img/projection_CMIP6.png

128 KB
Loading

img/projection_cordex.png

527 KB
Loading

intro.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
![logo](https://climate.copernicus.eu/sites/default/files/custom-uploads/branding/LogoLine_horizon_EC_Cop_ECMWF.png)
22

3-
# C3S Climate Projections Training notebooks
3+
# Climate Projections Tutorial
44

55
**PLEASE NOTE THAT THIS A DEVELOPMENT INSTANCE, THESE NOTE BOOKS ARE OFFICIALLY PUBLISHED ELSEWHERE**
66

77
This Jupyter book is a sub-module of the core C3S training material, it is published here for reviewing the
88
content prior to publication.
9+
10+
## Overview of Climate Projections
11+
12+
Climate projections are essential tools for understanding potential future changes in the Earth's climate system. This tutorial provides an overview of climate projections, explaining their significance, methodologies, and applications in climate science and policy-making.
13+
14+
## [Global Climate Projections (CMIP6)](../projections-cmip6.ipynb)
15+
16+
This notebook provides a practical introduction on how to access and process [CMIP6 global climate projections](https://cds.climate.copernicus.eu/cdsapp#!/dataset/projections-cmip6?tab=overview) data available in the Climate Data Store (CDS) of the Copernicus Climate Change Service (C3S). The workflow shows how to compute and visualize the output of an ensemble of models for the annual global average temperature between 1850 to 2100. You will use the `historical` experiment for the temporal period 1850 to 2014 and the three scenarios `SSP1-2.6`, `SSP2-4.5` and `SSP5-8.5` for the period from 2015 to 2100.
17+
18+
![logo](./img/projection_CMIP6.png)
19+
20+
21+
## [Regional Climate Projections (CORDEX)](../projections-cordex.ipynb)
22+
23+
This notebook is a practical introduction to [CORDEX regional climate model data on single levels](https://cds.climate.copernicus.eu/cdsapp#!/dataset/projections-cordex-domains-single-levels?tab=overview). CORDEX data are available for 14 regional domains and variable spatial resolutions, from 0.11 x 0.11 degrees up to 0.44 x 0.44 degrees. This workflow will demonstrate how to compute the difference in the air temperature climatology for 2071-2100 (according to a projected scenario) relative to the reference period 1971-2000 in Africa, with a spatial resolution of 0.44 x 0.44 degrees.
24+
25+
![logo](./img/projection_cordex.png)

projections-cordex.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@
18071807
"name": "python",
18081808
"nbconvert_exporter": "python",
18091809
"pygments_lexer": "ipython3",
1810-
"version": "3.10.9"
1810+
"version": "3.12.3"
18111811
}
18121812
},
18131813
"nbformat": 4,

0 commit comments

Comments
 (0)