# Weather Forecasts Have Improved a Lot

**Author:** Philipp D. Dubach | **Published:** November 22, 2025 | **Updated:** February 22, 2026
**Categories:** AI
**Keywords:** AI weather forecasting accuracy, WeatherNext 2 Google DeepMind, weather forecast improvement history, neural weather prediction models, CRPS loss weather forecasting, AI inference cost economics, AI replacing traditional systems, AI disruption real-world applications

## Key Takeaways

- A four-day weather forecast today matches the accuracy of a one-day forecast from 30 years ago, with three-day forecasts now reaching 97% accuracy.
- WeatherNext 2 generates forecasts in under a minute on a single TPU, compared to hours on a supercomputer for physics-based models, an up to 10,000x speed improvement.
- CRPS training preserves sharp spatial features and extreme values that L2 losses blur, solving a key weakness of earlier neural weather models for cyclone and heat wave prediction.
- Hurricane track errors dropped from 400+ nautical miles to below 80 miles for 72-hour forecasts, with Google's model performing well against actual hurricane paths this season.

---

Reading the press release for Google DeepMind's [WeatherNext 2](https://deepmind.google/discover/blog/weathernext-2-our-most-advanced-weather-forecasting-model/), I wondered: have weather forecasts actually improved over the past years?

Turns out they have, dramatically. [A four-day forecast today matches the accuracy of a one-day forecast from 30 years ago](https://ourworldindata.org/weather-forecasts). Hurricane track errors that once exceeded 400 nautical miles for 72-hour forecasts now sit below 80 miles. The [European Centre for Medium-Range Weather Forecasts reports three-day forecasts now reach 97% accuracy](https://charts.ecmwf.int), with seven-day forecasts approaching that threshold.

Google's new model accelerates this trend. [The hurricane model performed remarkably well this season when tested against actual paths](https://arstechnica.com/science/2025/11/googles-new-weather-model-impressed-during-its-first-hurricane-season/). WeatherNext 2 generates forecasts 8 times faster than its predecessor with resolution down to one hour. Each prediction takes under a minute on a single TPU compared to hours on a supercomputer using physics-based models. The speed comes from a smarter training approach. WeatherNext 2 (along with [neuralgcm](https://www.nature.com/articles/s41586-024-07744-y)) uses a continuous ranked probability score (CRPS) objective rather than the L2 losses common in earlier neural weather models. The method adds random noise to parameters and trains the model to minimize L1 loss while maximizing differences between ensemble members with different noise initializations.

This matters because L2 losses blur predictions when models roll out autoregressively over multiple time steps. Spatial features degrade and the model truncates extremes. [Models trained with L2 losses struggle to forecast high-impact extreme weather at moderate lead times](https://news.ycombinator.com/item?id=45957193). The CRPS objective preserves the sharp spatial features and extreme values needed for cyclone tracking and heat wave prediction. These improvements stem from better satellite and ground station data, faster computers running higher-resolution models, and improved communication through apps and online services. AI systems like WeatherNext 2 and Pangu-Weather (which performs forecasts up to 10,000 times faster than traditional methods) are accelerating progress that has been building for decades.


---

## Frequently Asked Questions

### How much have weather forecasts improved over the past 30 years?

Weather forecasts have improved dramatically. A four-day forecast today matches the accuracy of a one-day forecast from 30 years ago. Hurricane track errors that once exceeded 400 nautical miles for 72-hour forecasts now sit below 80 miles. The European Centre for Medium-Range Weather Forecasts reports three-day forecasts now reach 97% accuracy.

### How fast is Google DeepMind's WeatherNext 2 compared to traditional models?

WeatherNext 2 generates forecasts 8 times faster than its predecessor with resolution down to one hour. Each prediction takes under a minute on a single TPU, compared to hours on a supercomputer using physics-based models. AI systems like WeatherNext 2 and Pangu-Weather perform forecasts up to 10,000 times faster than traditional methods.

### Why does the CRPS training objective improve AI weather forecasts?

The CRPS (continuous ranked probability score) objective preserves sharp spatial features and extreme values needed for cyclone tracking and heat wave prediction. Earlier neural weather models used L2 losses that blur predictions when models roll out over multiple time steps, causing spatial features to degrade and extreme values to be truncated. CRPS training avoids this problem.

### What improvements enable more accurate weather forecasting?

Three factors drive forecast improvements: better satellite and ground station data providing higher-resolution observations, faster computers running higher-resolution models, and improved methods including AI systems. Neural weather models overcome traditional limitations by learning transformations from data rather than relying on hand-coded physics.


---

*Philipp D. Dubach — [http://philippdubach.com/](http://philippdubach.com/) — 2025*