|
73 | 73 | "\u001b[0;31mString form:\u001b[0m <climada.hazard.storm_europe.StormEurope object at 0x7f2a986b4c70>\n", |
74 | 74 | "\u001b[0;31mFile:\u001b[0m ~/code/climada_python/climada/hazard/storm_europe.py\n", |
75 | 75 | "\u001b[0;31mDocstring:\u001b[0m \n", |
76 | | - "A hazard set containing european winter storm events. Historic storm\n", |
77 | | - "events can be downloaded at https://cds.climate.copernicus.eu/ and read\n", |
78 | | - "with `from_footprints`. Weather forecasts can be automatically downloaded from\n", |
79 | | - "https://opendata.dwd.de/ and read with from_icon_grib(). Weather forecast\n", |
80 | | - "from the COSMO-Consortium https://www.cosmo-model.org/ can be read with\n", |
81 | | - "from_cosmoe_file().\n", |
82 | | - "\n", |
83 | | - "Attributes\n", |
84 | | - "----------\n", |
85 | | - "ssi_wisc : np.array, float\n", |
86 | | - " Storm Severity Index (SSI) as recorded in\n", |
87 | | - " the footprint files; apparently not reproducible from the footprint\n", |
88 | | - " values only.\n", |
89 | | - "ssi : np.array, float\n", |
| 76 | + "A hazard set containing european winter storm events. Historic storm\n", |
| 77 | + "events can be downloaded at https://cds.climate.copernicus.eu/ and read\n", |
| 78 | + "with `from_footprints`. Weather forecasts can be automatically downloaded from\n", |
| 79 | + "https://opendata.dwd.de/ and read with from_icon_grib(). Weather forecast\n", |
| 80 | + "from the COSMO-Consortium https://www.cosmo-model.org/ can be read with\n", |
| 81 | + "from_cosmoe_file().\n", |
| 82 | + "\n", |
| 83 | + "Attributes\n", |
| 84 | + "----------\n", |
| 85 | + "ssi_wisc : np.array, float\n", |
| 86 | + " Storm Severity Index (SSI) as recorded in\n", |
| 87 | + " the footprint files; apparently not reproducible from the footprint\n", |
| 88 | + " values only.\n", |
| 89 | + "ssi : np.array, float\n", |
90 | 90 | " SSI as set by set_ssi; uses the Dawkins\n", |
91 | 91 | " definition by default.\n", |
92 | 92 | "\u001b[0;31mInit docstring:\u001b[0m Calls the Hazard init dunder. Sets unit to 'm/s'.\n" |
|
0 commit comments