Methodology · Climate

Warming velocity

Warming velocity is the rate at which annual mean temperatures have risen at a place since 1970, expressed in degrees Fahrenheit per century. It is the OLS regression slope of annual mean temperature on year.

Methodology vintage: NOAA NCEI nClimDiv 1900–2024 · Last updated: 2026-05-12 · Replication SQL: GitHub

Definition

Warming velocity captures the modern warming trend at a place — how fast its annual mean temperature is increasing — using the linear regression slope of annual mean temperature on year, multiplied by 100 to convert per-year to per-century.

slope = OLS(annual_mean_temp ~ year, where year >= 1970) warming_per_century = slope × 100

Source data

Steps

  1. Attribute each ZCTA to its NCEI climate division using TIGER polygon intersection.
  2. Pull annual mean temperature for years 1970 onward (modern warming era; pre-1970 trend is shallower and noisier).
  3. Compute the OLS slope of temperature on year, then multiply by 100.
  4. For places spanning multiple ZCTAs, take a population-weighted average of ZCTA-level slopes.
  5. Buckets: cooling (<0), flat (0–1), warming (1–3), rapidly warming (3–5), accelerated warming (>5).

Known limitations

Where this metric appears

Every place page, the Fastest-warming towns list, and the Climate Velocity Index.

Related methodology

Cite this methodology

Commerce Institute. (2026). Warming velocity — Methodology. Retrieved from https://commerceinstitute.org/methodology/warming-velocity/.