Skip to content

Commit 00bb60a

Browse files
committed
update on search for data
1 parent d619761 commit 00bb60a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

erb-outgoing-longwave-radiation.ipynb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,19 +265,23 @@
265265
"source": [
266266
"#### Search for data\n",
267267
"\n",
268-
"To search for data, visit the CDS website: https://cds-beta.climate.copernicus.eu/.\n",
269-
"Here you can search for HIRS OLR data using the search bar. The data we need for this use case is the [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",
268+
"To search for data, visit the CDS website: https://cds.climate.copernicus.eu/.\n",
269+
"Here you can search for HIRS OLR data using the search bar. The data we need for this use case is the [Earth's Radiation Budget from 1979 to present derived from satellite observations](https://cds.climate.copernicus.eu/datasets/satellite-earth-radiation-budget?tab=overview).\n",
270270
"The Earth Radiation Budget (ERB) comprises the quantification of the incoming radiation from the Sun and the outgoing reflected shortwave and emitted longwave radiation. This catalogue entry comprises data from a number of sources.\n",
271271
"\n",
272272
"Having selected the correct catalogue entry, we now need to specify what origin, variables, temporal and geographic coverage we are interested in. \n",
273273
"These can all be selected in the **\"Download data\"** tab. In this tab a form appears in which we will select the following parameters to download:\n",
274274
"\n",
275275
"::: {dropdown} Parameters of data to download\n",
276276
"\n",
277-
"- Origin: `NOAA/NCEI HIRS`\n",
277+
"- Product family: `HIRS`\n",
278+
"- Origin: `NOAA/NCEI`\n",
278279
"- Variable: `Outgoing longwave radiation`\n",
280+
"- Climate data record type: `Thematic Climate Data Record (TCDR)`\n",
281+
"- Time aggregation: `Monthly mean`\n",
279282
"- Year: `1979 to present` (use \"Select all\" button)\n",
280283
"- Month: `all`\n",
284+
"- Version: `2.7 reprocessed`\n",
281285
"- Geographical area: `Whole available region` \n",
282286
"- Format: `Compressed zip file (.zip)`\n",
283287
"\n",
@@ -289,7 +293,7 @@
289293
"\n",
290294
"Please remember to accept the terms and conditions of the dataset, at the bottom of the CDS download form!\n",
291295
"\n",
292-
":::"
296+
":::\n"
293297
]
294298
},
295299
{
@@ -834,7 +838,7 @@
834838
}
835839
],
836840
"kernelspec": {
837-
"display_name": "TM-TESTING",
841+
"display_name": "Python 3",
838842
"language": "python",
839843
"name": "python3"
840844
},
@@ -848,7 +852,7 @@
848852
"name": "python",
849853
"nbconvert_exporter": "python",
850854
"pygments_lexer": "ipython3",
851-
"version": "3.13.2"
855+
"version": "3.12.1"
852856
},
853857
"metadata": {
854858
"author": "",

0 commit comments

Comments
 (0)