Skip to content

Commit

Permalink
corrected typos in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGebhart committed Nov 14, 2024
1 parent 4fe4c88 commit 1e9bec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial/climada_util_local_exceedance_values.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"source": [
"### Compute local exceedance intensities\n",
"\n",
"We now ask the question, given the information of the Hazard object, which hazard intensity to expect at each centroid to reoccur at specific return periods. For instance, we could ask which intensity to expect every 5, 30, and 150 years. This question is addressed by the method `Hazard.local_exceedance_intensity()` which we will explain in the following, including different parameter settings one can choose from.\n",
"Given the information of the Hazard object, which hazard intensity do we expect at each centroid to reoccur at a given return period? For instance, we could ask which intensity to expect every 5, 30, and 150 years. This question is addressed by the method `Hazard.local_exceedance_intensity()` which we will explain in the following, including different parameter settings one can choose from.\n",
"\n",
"To compute which intensity to expect at a centroid for a given return period, we have to infer from the Hazard object how often different intensities are exceeded. To do so, we sort the events according to their intensity at the centroid, and then, for each intensity, sum the frequencies of the events that exceed this intensity. This resulting cumulative frequency for each intensity then yields the intensitiy's return period as one over the cumulative frequency. Finally, as we see below, the return period for new intensities have to be inter- and extrapolated from the Hazard objects data.\n",
"To compute which intensity to expect at a centroid for a given return period, we have to infer from the Hazard object how often different intensities are exceeded. To do so, we sort the events according to their intensity at the centroid, and then, for each intensity, sum the frequencies of the events that exceed this intensity. This resulting cumulative frequency for each intensity then yields the intensitiy's return period as one over the cumulative frequency. Finally, as we see below, the return periods for new intensities have to be inter- and extrapolated from the Hazard objects data.\n",
"\n",
"**Examplary calculation for centroid D**\n",
"\n",
Expand Down

0 comments on commit 1e9bec7

Please sign in to comment.