WeatherNext Cuts Cyclone Intensity Prediction Errors by 28%
Google DeepMind's new Multi-Scale Mesh GNN generates 10-day global forecasts in under 45 seconds while drastically improving rapid intensification predictions.
Google DeepMind’s WeatherNext release establishes a new baseline for global meteorological forecasting, generating 10-day predictions at 0.1-degree resolution in under 45 seconds. Running on a single TPU v5p pod, the model directly addresses historical AI failure points in predicting rapid cyclone intensification and trajectory shifts.
Multi-Scale Mesh Architecture
Unlike GraphCast’s single-resolution 0.25-degree grid, WeatherNext utilizes a Multi-Scale Mesh Graph Neural Network (MS-GNN). Traditional AI forecasting models often struggle with the physical constraints of localized extreme weather because single-resolution grids spread computational weight evenly across the globe. By adopting a hierarchical mesh, MS-GNN bypasses this bottleneck, allowing the model to allocate compute dynamically to high-gradient meteorological zones like cyclone eye-walls while maintaining global 0.1-degree (11km) fidelity.
The model processes satellite-derived brightness temperatures and scatterometer wind data from the ERA5-v2 dataset spanning 1980 to early 2026. For developers managing infrastructure to run TPU workloads, the 45-second inference time on a single v5p pod represents a highly efficient compute-to-resolution ratio.
Forecasting Breakthroughs and Benchmarks
WeatherNext introduces a Temporal-Consistency Loss function during training. Researchers note this approach eliminates the blurring effect typical in long-lead AI forecasts, preserving high-frequency spatial details over time. This architectural shift yields significant improvements in predicting Rapid Intensification (RI)—events where maximum sustained winds jump at least 30 knots within 24 hours, a consistent failure point for both traditional numerical weather prediction (NWP) and earlier AI systems.
| Metric | WeatherNext Performance | Comparison vs ECMWF HRES |
|---|---|---|
| Max Sustained Wind (MAE) | 28% reduction | Outperforms |
| Track Forecast Lead Time | 8 days | 15% improvement (vs 6 days) |
| Global Resolution | 0.1-degree (~11km) | Higher structural fidelity |
During simulations of Super Typhoon Joran, WeatherNext accurately modeled a 40-degree trajectory shift 72 hours earlier than traditional NWP models.
Availability and Integration
The full 0.1-degree model is integrated into the Google Cloud Vertex AI Weather Engine, supporting custom ensemble generation for national meteorological agencies. Google also confirmed an expanded partnership with the World Meteorological Organization (WMO) to route outputs to “Early Warnings for All” initiatives in climate-vulnerable regions.
DeepMind released the weights for WeatherNext-Lite, a 0.25-degree variant, on GitHub and Hugging Face under a non-commercial research license. The meteorological community, including ECMWF leadership, confirms the model’s unprecedented skill in tropical cyclone intensity, though its convective-scale precipitation accuracy remains under active evaluation.
If you build climate resilience or supply chain routing applications, WeatherNext’s 8-day track reliability shifts the window for automated decision-making. Development teams should evaluate integrating the Vertex AI endpoints to replace legacy 6-day NWP data feeds in critical path routing logic.
Get Insanely Good at AI
The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.
Keep Reading
gr.Workflow Turns AI Pipelines Into Deployable APIs
Learn how to model, debug, expose, and deploy multi-step AI pipelines with Gradio Workflow and daggr.
DeepMind's AlphaGenome Atlas Predicts Effects of All 9 Billion DNA Variants
Google DeepMind released the AlphaGenome Atlas, a petabyte-scale catalog predicting the regulatory effects of every possible single-letter DNA change, built on the AlphaGenome model published in Nature.
Google PhotoScan Maps Insulin Resistance via Mobile Cameras
A deep learning model trained on 35,000 biobank scans allows standard smartphone cameras to estimate granular body composition and cardiometabolic risk.
Google Ships Gemini 3.7 Flash With Adjustable Reasoning Tiers
Google DeepMind's Gemini 3.7 Flash introduces tunable thinking levels and hits 65.3% on DeepSWE, targeting complex agentic workflows.
DeepMind SL2T Natively Translates Sign Language on Pixel 11
Google DeepMind has launched SL2T, an on-device direct-to-text sign language translation model debuting as a core accessibility feature on the Pixel 11.