Skip to content

Commit

Permalink
Update xclim/indicators/atmos/_temperature.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Sep 20, 2024
1 parent 0a57618 commit f61ab29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xclim/indicators/atmos/_temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ class TempWithIndexing(ResamplingIndicatorWithIndexing):
identifier="heat_wave_magnitude",
units="K d",
long_name="Maximum cumulative difference between daily maximum temperature and {thresh} for days within a heat wave. "
"A heat wave is defined as a series of at least {window} consecutive days with daily maximum temperature above "
"{thresh}.",
description="Magnitude of the most intensive heat wave per {freq}. The magnitude is the cumulative exceedance of daily maximum temperature over {thresh}. A heat wave is defined as a series of at least {window} consecutive days with daily maximum temperature above"
"A heat wave is defined as a series of at least {window} consecutive days with daily maximum temperature above {thresh}.",
description="Magnitude of the most intensive heat wave per {freq}. The magnitude is the cumulative exceedance of daily maximum temperature over {thresh}. "
"A heat wave is defined as a series of at least {window} consecutive days with daily maximum temperature above {thresh}",
abstract="Magnitude of the most intensive heat wave per {freq}. A heat wave occurs when daily maximum "
"temperatures exceed given thresholds for a number of days.",
cell_methods="",
Expand Down

0 comments on commit f61ab29

Please sign in to comment.