{{ display }} weather records
Record high and low temperatures for {{ display }}, by month, by season, and all-time, with the dates they occurred, across {{ year_range[0] }}–{{ year_range[1] }} of daily climate history.{% if all_time.tmax and all_time.tmin %} Its hottest day on record reached {{ temp(all_time.tmax.max) }} on {{ all_time.tmax.max_date }}; its coldest fell to {{ temp(all_time.tmin.min) }} on {{ all_time.tmin.min_date }}.{% endif %}
Records by month
The warmest (▲) and coldest (▼) both the daytime high and the overnight low have ever been in each calendar month, so each column shows its record high and its record low. Tap a month for its full averages and typical range.
| Month | Daytime high | Overnight low |
|---|---|---|
| {{ m.name }} | {{ extremes(m.high) }} | {{ extremes(m.low) }} |
Records by season
The warmest (▲) and coldest (▼) both the daytime high and the overnight low have reached in each meteorological season ({{ hemisphere }} Hemisphere, each a three-month span).
| Season | Daytime high | Overnight low |
|---|---|---|
| {{ s.name }} ({{ s.span }}) | {{ extremes(s.high) }} | {{ extremes(s.low) }} |
All-time records
The most extreme value {{ name }} has recorded for each metric across its entire history.
{{ r.label }}
For rainfall, the “driest” figure is the longest run of consecutive days without measurable rain, dated to when that dry spell began.