Skip to content

Commit

Permalink
white space cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Sep 11, 2024
1 parent 3696f52 commit b9d0c6e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions doc/tutorial/climada_hazard_StormEurope.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@
"\u001b[0;31mString form:\u001b[0m <climada.hazard.storm_europe.StormEurope object at 0x7f2a986b4c70>\n",
"\u001b[0;31mFile:\u001b[0m ~/code/climada_python/climada/hazard/storm_europe.py\n",
"\u001b[0;31mDocstring:\u001b[0m \n",
"A hazard set containing european winter storm events. Historic storm\n",
"events can be downloaded at https://cds.climate.copernicus.eu/ and read\n",
"with `from_footprints`. Weather forecasts can be automatically downloaded from\n",
"https://opendata.dwd.de/ and read with from_icon_grib(). Weather forecast\n",
"from the COSMO-Consortium https://www.cosmo-model.org/ can be read with\n",
"from_cosmoe_file().\n",
"\n",
"Attributes\n",
"----------\n",
"ssi_wisc : np.array, float\n",
" Storm Severity Index (SSI) as recorded in\n",
" the footprint files; apparently not reproducible from the footprint\n",
" values only.\n",
"ssi : np.array, float\n",
"A hazard set containing european winter storm events. Historic storm\n",
"events can be downloaded at https://cds.climate.copernicus.eu/ and read\n",
"with `from_footprints`. Weather forecasts can be automatically downloaded from\n",
"https://opendata.dwd.de/ and read with from_icon_grib(). Weather forecast\n",
"from the COSMO-Consortium https://www.cosmo-model.org/ can be read with\n",
"from_cosmoe_file().\n",
"\n",
"Attributes\n",
"----------\n",
"ssi_wisc : np.array, float\n",
" Storm Severity Index (SSI) as recorded in\n",
" the footprint files; apparently not reproducible from the footprint\n",
" values only.\n",
"ssi : np.array, float\n",
" SSI as set by set_ssi; uses the Dawkins\n",
" definition by default.\n",
"\u001b[0;31mInit docstring:\u001b[0m Calls the Hazard init dunder. Sets unit to 'm/s'.\n"
Expand Down

0 comments on commit b9d0c6e

Please sign in to comment.