|
4 | 4 | "cell_type": "markdown",
|
5 | 5 | "metadata": {},
|
6 | 6 | "source": [
|
7 |
| - "" |
| 7 | + "" |
8 | 8 | ]
|
9 | 9 | },
|
10 | 10 | {
|
|
27 | 27 | "source": [
|
28 | 28 | "This notebook-tutorial provides a practical introduction to the HIRS dataset available on \n",
|
29 | 29 | "[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", |
31 | 32 | "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",
|
32 | 33 | "We provide step-by-step instructions on data preparation. Use cases come with extensive documentation and each line of code is explained. \n",
|
33 | 34 | "Two figures below are results of Use Case 1 and 2, and the result of a successful run of the code."
|
|
40 | 41 | ""
|
41 | 42 | ]
|
42 | 43 | },
|
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 |
| - }, |
62 | 44 | {
|
63 | 45 | "cell_type": "markdown",
|
64 | 46 | "metadata": {
|
|
0 commit comments