Technology

Google Open-Sources WeatherNext AI Weather Model with Code and Weights on GitHub

Martin HollowayPublished 2d ago4 min readBased on 4 sources
Reading level
Google Open-Sources WeatherNext AI Weather Model with Code and Weights on GitHub
source:github.com

Google has open-sourced its WeatherNext AI weather prediction model, releasing both code and model weights on GitHub. The model, developed by researchers from Google DeepMind and Google Research, can deliver 15-day forecasts predicting a cyclone's track and intensity, with the goal of enabling earlier hurricane warnings.

The open-source release follows Google's introduction of WeatherNext's second generation roughly a year prior. The peer-reviewed results now appear in Nature, grounding the model's performance claims in formal scientific validation rather than corporate blog posts alone.

Training drew on nearly 20 terabytes of global atmospheric data, supplemented by historical cyclone records from the International Best Track Archive for Climate Stewardship (IBTrACS). That corpus gives the model a multidecadal observational baseline to learn cyclone evolution patterns from. On the inference side, WeatherNext generates a single 15-day forecast in under a minute on a TPU — a throughput profile that compares favorably to the compute-intensive ensemble runs used in operational numerical weather prediction.

Development was not a solo Google effort. The National Hurricane Center, the Cooperative Institute for Research in the Atmosphere (CIRA), the UK Met Office, and other weather agencies contributed to WeatherNext's creation. That institutional collaboration matters: integrating AI-generated forecasts into operational warning pipelines requires buy-in from the agencies that actually issue advisories, and their involvement during development shortens the path from research output to real-world deployment.

The choice to release both weights and code is worth noting. Over the past several years, several AI weather models — including Google's own earlier GraphCast, as well as offerings from Nvidia and Huawei — have been published with model weights available but with varying degrees of code completeness and reproducibility tooling. Releasing full source alongside trained weights lowers the barrier for national meteorological services and academic groups to evaluate, fine-tune, and integrate the model into their own forecasting workflows. It also allows independent verification of performance claims, which has been a recurring tension point as AI-based forecasting matures.

The 15-day cyclone track and intensity horizon is where WeatherNext targets its clearest operational value. Lead time is the single most consequential variable in hurricane preparedness; even modest gains in forecast accuracy at extended ranges translate into narrower evacuation zones and better resource pre-positioning. If WeatherNext's cyclone predictions hold up under independent evaluation — and the Nature publication suggests they have been subjected to rigorous peer review — the model could supplement existing dynamical forecasting systems rather than replace them. Operational meteorology has historically layered new forecasting methods on top of established ones, using ensembles of different model types to quantify uncertainty. An AI model with sub-minute inference and a 15-day horizon slots naturally into that paradigm as an additional ensemble member.

The broader context here is the rapid convergence of large-scale deep learning and atmospheric science. What was a research curiosity a few years ago is now producing models that compete with or exceed operational numerical weather prediction on standard skill metrics, and doing so at a fraction of the compute cost per forecast. Google's decision to open-source WeatherNext accelerates that trend by making a state-of-the-art system available to any group with sufficient compute to run inference. The agencies that contributed to development — the NHC, CIRA, the Met Office — are presumably positioned to evaluate it in operational contexts first, but the open release means the broader research community can probe its strengths, limitations, and failure modes in parallel.

For the technology professionals watching this space, the pattern is familiar: a capable AI model, trained on a large but bounded dataset, achieves strong results, gets peer-reviewed validation, and is then released openly to accelerate adoption and scrutiny. What is less familiar is the domain. Weather prediction is not a consumer application or a developer tool; it is a public-safety function with direct humanitarian stakes. The speed at which AI-based forecasting is moving from papers to operational evaluation is, by any measure, remarkably fast.