Skip to content

Commit f9ed51b

Browse files
Merge pull request #10 from ecmwf-projects/develop
ECV notebooks added
2 parents f3eb2e8 + 5616ef7 commit f9ed51b

6 files changed

+6395
-24
lines changed

Diff for: _toc.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ parts:
1818
title: Heatwave Analysis
1919
- caption: Tutorials on Observations
2020
chapters:
21-
- file: erb-outgoing-longwave-radiation
22-
title: Outgoing Longwave Radiation
21+
- file: ecv-notebooks/erb-outgoing-longwave-radiation
22+
title: Outgoing Longwave Radiation
23+
- file: ecv-notebooks/total-column-water-vapour-combi
24+
title: Total Column Water Vapour
25+
- file: ecv-notebooks/total-ozone-columns
26+
title: Total Column Ozone
2327
- caption: Tutorials on Climate Projections
2428
chapters:
2529
- file: projections-cmip6
@@ -49,4 +53,3 @@ parts:
4953
- url: https://ecmwf-projects.github.io/copernicus-training-cams/
5054
title: Tutorials from the Copernicus Atmosphere Monitoring Service (CAMS)
5155

52-

Diff for: erb-outgoing-longwave-radiation.ipynb renamed to ecv-notebooks/erb-outgoing-longwave-radiation.ipynb

+3-21
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"![logo](./img/LogoLine_horizon_C3S.png)"
7+
"![logo](../img/LogoLine_horizon_C3S.png)"
88
]
99
},
1010
{
@@ -27,7 +27,8 @@
2727
"source": [
2828
"This notebook-tutorial provides a practical introduction to the HIRS dataset available on \n",
2929
"[C3S Earth's radiation budget from 1979 to present derived from satellite observations](https://cds-beta.climate.copernicus.eu/datasets/satellite-earth-radiation-budget?tab=overview). \n",
30-
"<br>\n",
30+
"\n",
31+
"\n",
3132
"We give a short introduction to the ECV Earth Radiation Budget, Outgoing Longwave Radiation (OLR) and provide three use cases of the dataset: plot the time-averaged global distribution of OLR (Use Case 1), calculate global timeseries of OLR (Use Case 2) and plot the Arctic weighted mean timeseries between 1979 and 2019 (Use Case 3).\n",
3233
"We provide step-by-step instructions on data preparation. Use cases come with extensive documentation and each line of code is explained. \n",
3334
"Two figures below are results of Use Case 1 and 2, and the result of a successful run of the code."
@@ -40,25 +41,6 @@
4041
"![](./img/hirs_olr_banner.png)"
4142
]
4243
},
43-
{
44-
"cell_type": "markdown",
45-
"metadata": {
46-
"tags": []
47-
},
48-
"source": [
49-
"The notebook has three main sections with the following outline:\n",
50-
"\n",
51-
"## Table of Contents\n",
52-
"\n",
53-
"* [1. Introduction](#intro)\n",
54-
"* [2. Prerequisites and data preparations](#preparation)\n",
55-
"* [3. Use cases](#usecases)\n",
56-
" * [Use case 1: Climatology of the Outgoing Longwave Radiation (OLR)](#global-climatology)\n",
57-
" * [Use case 2: Global time series of the OLR](#timeseries-global)\n",
58-
" * [Use case 3: OLR evolution in the Arctic](#timeseries-arctic)\n",
59-
"* [References](#references)\n"
60-
]
61-
},
6244
{
6345
"cell_type": "markdown",
6446
"metadata": {
File renamed without changes.

Diff for: ecv-notebooks/img/wv-combi_banner.png

532 KB
Loading

0 commit comments

Comments
 (0)