RESEARCH

Environment: NASA GISTEMP and four major climate datasets disagree on whether 2025 ranked second or third hottest year on record

Ran a Delta Engine consensus check on whether five major global temperature monitoring agencies agree that 2025 was the second-hottest year on record. The underlying temperature fact is not disputed — 2025 was approximately 1.44°C above pre-industrial levels, making it one of the three warmest years since records began in the mid-1800s. But the specific ranking is genuinely contested: NASA GISTEMP ranks 2025 as second (tied with 2023), while NOAA GlobalTemp, Berkeley Earth, Copernicus ERA5, and WMO's consolidated 8-dataset analysis all rank it third. The engine returned INDETERMINATE (deltaFinal=1.321), correctly surfacing that a credible, widely-cited agency and four equally credible agencies give different answers to the same factual question.

Findings

  • Six of eight major global temperature datasets rank 2025 as the third-hottest year on record. NASA GISTEMP and DCENT rank it second (marginally edging 2023). The Delta Engine returned INDETERMINATE (deltaFinal=1.321 vs 0.05 threshold — the highest observed across all research runs to date on a factual ranking claim), because NASA's prominence score for '2025 was second' is 88 while Berkeley Earth's is 18: Berkeley Earth literally titled its 2025 annual report 'Third Warmest Year on Record.'
  • The divergence is a legitimate methodological disagreement, not a measurement error. Different datasets apply different spatial coverage weights, sea-surface temperature records, and infilling approaches for data-sparse Arctic regions. NASA GISTEMP's weighted spatial average marginally places 2025 above 2023 by a difference within the margin of uncertainty; Berkeley Earth and Copernicus ERA5 place 2025 slightly below 2023 using different averaging. All datasets agree on the temperature magnitude: approximately 1.44°C above the 1850–1900 pre-industrial baseline (Copernicus: 1.47°C, WMO consolidated: 1.44°C ± 0.13°C).
  • The 2nd vs 3rd distinction is not a minor rounding difference — it determines whether 2025 is framed as 'the second year in a row at or near record highs' (NASA framing) or 'a modest cooling from the 2024 record peak' (NOAA/Berkeley Earth framing). ESG reports, climate risk disclosures, and policy documents citing this claim without specifying the dataset are citing something that four of five major agencies disagree with if the cited ranking is 'second.'
  • For sustainability analysts and climate risk professionals: the 2026 WMO State of the Global Climate report explicitly acknowledges the split — 'second warmest in GISTEMP and DCENT; third warmest in Berkeley Earth, CMST, ERA5, HadCRUT5, JRA-3Q, and NOAAGlobalTemp' — and uses the majority ranking. Any citation of '2025 was the second hottest year' in a regulatory filing that cites only a NASA press release without checking the broader dataset consensus is drawing from the outlier, not the consensus.

Delta Engine result

↔ Divergence Detected — Δ 1.321 (threshold 0.05)

Use case

Fixed getDeltaBarPct in utils.js to use a 2.0 max scale (was 1.0), so high-delta runs (>1.0) are visually distinguishable rather than uniformly maxed out; added getThresholdMarkerPct helper and a threshold marker tick to the delta bar in DeltaResultPanel.jsx