Skip to content

Commit 0af052c

Browse files
Update the data source for NGFS phase 3
1 parent 4224050 commit 0af052c

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,27 @@ which was part of the *Climate Risks Academy 2021* organized by
2222
the European University Institute (EUI) Florence School of Banking and Finance
2323
in cooperation with Oliver Wyman.
2424

25+
The **slides for the related presentation** are available
26+
at https://doi.org/10.5281/zenodo.8112529 (ZENODO).
27+
28+
## Tutorial data source
29+
2530
The scenario data used in this tutorial notebook is taken from
26-
the [NGFS Scenario Explorer hosted by IIASA](https://data.ece.iiasa.ac.at/ngfs),
27-
Phase 2 (June 2021).
31+
the **NGFS Scenario Ensemble**, Phase 3, see Richters et al, 2022 ([link](https://www.ngfs.net/sites/default/files/medias/documents/ngfs_climate_scenarios_for_central_banks_and_supervisors_.pdf.pdf)).
2832

29-
The slides for the related presentation are available
30-
at [pure.iiasa.ac.at/id/eprint/17783/](https://pure.iiasa.ac.at/id/eprint/17783/).
33+
The data was downloaded from the following scenario database:
34+
> **Emissions scenario database of the European Scientific Advisory Board on Climate Change, hosted by IIASA**
35+
> Release 2.0
36+
> European Scientific Advisory Board on Climate Change, 2023
37+
> doi: https://doi.org/10.5281/zenodo.7660150
38+
> url: https://data.ece.iiasa.ac.at/eu-climate-advisory-board
3139
3240
## The pyam package
3341

3442
<img src="https://github.com/IAMconsortium/pyam/raw/main/docs/logos/pyam-logo.png"
3543
width="133" height="100" align="right" alt="pyam logo" />
3644

37-
This exercise uses the Python package **pyam**, an open-source community toolbox for
45+
This tutorial uses the Python package **pyam**, an open-source community toolbox for
3846
analysis & visualization of scenario data.
3947
The package was developed to facilitate working with timeseries scenario data
4048
conforming to the format developed by the

data/ngfs_data_snapshot.xlsx

-19.6 KB
Binary file not shown.

tutorial-notebook.ipynb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"metadata": {},
67
"source": [
@@ -25,18 +26,26 @@
2526
"([link](https://www.engage-climate.org/navigate-engage-summer-school-2023/)).\n",
2627
"\n",
2728
"The slides for the related presentation are available\n",
28-
"at [pure.iiasa.ac.at/id/eprint/17783/](https://pure.iiasa.ac.at/id/eprint/17783/).\n",
29+
"at https://doi.org/10.5281/zenodo.8112529 (ZENODO).\n",
2930
"\n",
3031
"This tutorial is based on the advanced assignment\n",
3132
"of the [Modelling Lab](https://github.com/danielhuppmann/climate-risks-academy-2021),\n",
3233
"which was part of the *Climate Risks Academy 2021* organized by\n",
3334
"the European University Institute (EUI) Florence School of Banking and Finance\n",
3435
"in cooperation with Oliver Wyman.\n",
3536
"\n",
37+
"### Tutorial data source\n",
38+
"\n",
3639
"The scenario data used in this tutorial notebook is taken from\n",
37-
"the [NGFS Scenario Explorer hosted by IIASA](https://data.ece.iiasa.ac.at/ngfs),\n",
38-
"Phase 2 (June 2021).\n",
40+
"the **NGFS Scenario Ensemble**, Phase 3, \n",
41+
"see Richters et al, 2022 ([link](https://www.ngfs.net/sites/default/files/medias/documents/ngfs_climate_scenarios_for_central_banks_and_supervisors_.pdf.pdf)).\n",
3942
"\n",
43+
"The data was downloaded from the following scenario database:\n",
44+
"> **Emissions scenario database of the European Scientific Advisory Board on Climate Change, hosted by IIASA** \n",
45+
"> Release 2.0 \n",
46+
"> European Scientific Advisory Board on Climate Change, 2023 \n",
47+
"> doi: \thttps://doi.org/10.5281/zenodo.7660150 \n",
48+
"> url: \thttps://data.ece.iiasa.ac.at/eu-climate-advisory-board \n",
4049
"\n",
4150
"### Read the docs\n",
4251
"\n",

0 commit comments

Comments
 (0)