{% extends "base.html.j2" %} {% block title %}{{ page_title }}{% endblock %} {% block description %}{{ page_description }}{% endblock %} {% block canonical_path %}{{ canonical_path }}{% endblock %} {% block content %}

Weather in {{ display }} in {{ month_name }}

In an average {{ month_name }}, {{ name }} sees a daily high around {{ avg_high }} and a low around {{ avg_low }}, based on {{ year_range[0] }}–{{ year_range[1] }} of local climate records.

{% for label, value in stats %} {% endfor %}
{{ label }}{{ value }}
{% if records %}

{{ month_name }} records

The most extreme {{ month_name }} on record for each metric, across {{ year_range[0] }}–{{ year_range[1] }}. For rainfall, the wettest and driest are by total {{ month_name }} accumulation.

{% for r in records %}

{{ r.label }}

{{ r.high_tag }} {{ r.high }} {{ r.high_date }}
{{ r.low_tag }} {{ r.low }} {{ r.low_date }}
{% endfor %}
{% endif %}

See {{ name }}'s live weather grade →

Visiting {{ name }} in {{ month_name }}? See how its comfort stacks up against where you live.

Compare {{ name }} with your city →

‹ {{ prev.name }} · {{ name }} climate overview · {{ next.name }} ›

{% endblock %}