{{ display }} climate
Average temperatures, precipitation and all-time records for {{ display }}, with every day graded against ~{{ n_years }} years of local climate history ({{ year_range[0] }}–{{ year_range[1] }}). See where {% if warmest %}the warmest month is {{ warmest.name }} ({{ warmest.high }} average high){% endif %}{% if coldest %} and the coldest is {{ coldest.name }} ({{ coldest.low }} average low){% endif %}.
{% if flavor %}{{ flavor.extract }}{% if flavor.url %} — via Wikipedia{% endif %}
{% endif %} {% if today %}How today compares
Latest recorded day: {{ today.date }} — each reading placed on {{ display }}'s own ±7-day seasonal distribution.
Notable weather in {{ name }}
{{ event.text }}{% if event.url %} Read more →{% endif %}
{{ name }} average temperatures by month
Typical daily high and low, and average precipitation, for each month in {{ display }}, based on {{ year_range[0] }}–{{ year_range[1] }} records. {% if wettest %}The wettest month is {{ wettest.name }} ({{ wettest.precip }} on an average day).{% endif %}
| Month | Avg high | Avg low | Avg precip |
|---|---|---|---|
| {{ m.name }} | {{ m.high }} | {{ m.low }} | {{ m.precip }} |
Thinking of visiting {{ name }}?
Trips live and die by the weather. See how {{ name }}'s comfort stacks up against where you live — {{ name }} is pre-loaded, just add your city.
Record extremes
-
{% if records.tmax %}
- Hottest day on record: {{ records.tmax.max | round | int }}°F ({{ ((records.tmax.max - 32) * 5 / 9) | round | int }}°C) on {{ records.tmax.max_date }} {% endif %} {% if records.tmin %}
- Coldest day on record: {{ records.tmin.min | round | int }}°F ({{ ((records.tmin.min - 32) * 5 / 9) | round | int }}°C) on {{ records.tmin.min_date }} {% endif %}
Percentiles compare each day to {{ display }}'s own history, so grades are relative to this location — a “Near Record” day here isn't the same temperature as elsewhere. How the grades work →