Skip to content

Commit

Permalink
Merge branch 'heat-wave-magnitude-indicator' of github.com:seblehner/…
Browse files Browse the repository at this point in the history
…xclim into heat-wave-magnitude-indicator
  • Loading branch information
seblehner committed Sep 18, 2024
2 parents 8d9ab44 + 62b24d6 commit 2cffc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/indicators/atmos/_temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class TempWithIndexing(ResamplingIndicatorWithIndexing):
title="Heat wave magnitude",
identifier="heat_wave_magnitude",
units="K d",
long_name="Maximum difference between daily maximum temperature and {thresh} for days within a heat wave. "
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}. A heat wave occurs when daily maximum "
Expand Down

0 comments on commit 2cffc3d

Please sign in to comment.