Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 11, 2023
1 parent 4d20516 commit 0477fa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/wp5/era5_cerra_extremes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@
"outputs": [],
"source": [
"requests_dict = {\n",
" \"reanalysis-era5-single-levels\": {\n",
" \"product_type\": \"reanalysis\",\n",
" \"format\": \"grib\",\n",
" \"variable\": \"2m_temperature\",\n",
" \"time\": [f\"{i:02d}:00\" for i in range(24)],\n",
" },\n",
" \"reanalysis-cerra-single-levels\": {\n",
" \"variable\": \"2m_temperature\",\n",
" \"level_type\": \"surface_or_atmosphere\",\n",
Expand All @@ -101,6 +95,12 @@
" \"time\": [f\"{i:02d}:00\" for i in range(0, 24, 3)],\n",
" \"format\": \"grib\",\n",
" },\n",
" \"reanalysis-era5-single-levels\": {\n",
" \"product_type\": \"reanalysis\",\n",
" \"format\": \"grib\",\n",
" \"variable\": \"2m_temperature\",\n",
" \"time\": [f\"{i:02d}:00\" for i in range(24)],\n",
" },\n",
"}"
]
},
Expand Down

0 comments on commit 0477fa5

Please sign in to comment.