Skip to content

Commit 5d5f5ab

Browse files
committed
Add data links and improve docs of StormEurope
1 parent f070979 commit 5d5f5ab

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

climada/hazard/storm_europe.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,15 @@
6161
class StormEurope(Hazard):
6262
"""A hazard set containing european winter storm events. Historic storm
6363
events can be downloaded at https://cds.climate.copernicus.eu/ and read
64-
with `from_footprints`. Weather forecasts can be automatically downloaded from
65-
https://opendata.dwd.de/ and read with from_icon_grib(). Weather forecast
64+
with :meth:`from_footprints`. Weather forecasts can be automatically downloaded from
65+
https://opendata.dwd.de/ and read with :meth:`from_icon_grib`. Weather forecast
6666
from the COSMO-Consortium https://www.cosmo-model.org/ can be read with
67-
from_cosmoe_file().
67+
:meth:`from_cosmoe_file`.
68+
69+
Direct links to CDS data:
70+
71+
* Winter windstorm indicators (1979 to 2021): https://doi.org/10.24381/cds.9b4ea013
72+
* Synthetic windstorm events (1986 to 2011): https://doi.org/10.24381/cds.ce973f02
6873
6974
Attributes
7075
----------

0 commit comments

Comments
 (0)