Ground Truth.
AI, checked against the source.

News · 2026-08-09

Google put the hurricane model's weights on a public bucket

Google DeepMind has released WeatherNext 2 as open source with pretrained weights, including the specific cyclone checkpoint that ran live for the National Hurricane Center through the 2025 Atlantic season. The release covers model code, weight files on a public cloud bucket, and notebooks that go as far as taking a training step - not an inference-only demo. A one-degree variant is sized to run on a single GPU.

Key facts

Weather forecasting has spent decades running physics simulations on some of the largest computers on earth: encode the equations governing the atmosphere, seed them with today's observations, and integrate forward. It works, and it is punishingly expensive, which is why forecasters have historically been able to afford only a handful of alternative futures per run.

WeatherNext 2 replaces the simulation with a learned model, and the interesting part is how it produces a spread of outcomes. Google DeepMind's own description of the payoff is concrete: "WeatherNext 2 can predict hundreds of possible weather outcomes from a single starting point. Each prediction takes less than a minute on a single TPU; it would take hours on a supercomputer using physics-based models."

The mechanism has a name - a Functional Generative Network - and a genuinely elegant trick behind it, described in "Skillful joint probabilistic weather forecasting from marginals". Training a model to get the joint picture right is hard: you need it to know that if it is unusually wet here it is probably also windy three hundred miles that way, and there is no clean training signal for that. So the model is instead trained only on marginals - one variable at a time, at one place at a time - and the coherence is created by injecting noise into the network's own function space rather than into its output. Each perturbation produces a whole physically-consistent alternative world rather than static scattered across a map.

The analogy that fits is a jury. Ask one forecaster and you get one confident answer. Ask sixty-four independently perturbed forecasters and the disagreement is the product: when they cluster, you have a confident forecast, and when they scatter, you have quantified uncertainty. WeatherNext 2 runs a 64-member ensemble at quarter-degree resolution over a fifteen-day horizon, which is what makes worst-case planning possible - and worst cases are the ones that matter.

Why the weights release matters more than the usual open-source announcement: this is not a research artifact that was never used in anger. The National Hurricane Center partnered with Google to run this model live for forecasters, and the released repository names the exact checkpoint. When the system called Hurricane Melissa's landfall five days out, that was this lineage of model. Anyone can now download the same weights, reproduce the paper's results on 2023, 2024, and 2025 seasons, and check the numbers themselves - which is a materially different proposition from reading a Nature paper about a system you can only see through a vendor's API. The cyclone work is published as "Operational Tropical Cyclone Forecasting with AI", with authors drawn from both DeepMind and the Hurricane Center itself.

There is also a deliberate on-ramp. WeatherNext Cyclones Mini is a one-degree version the repository describes as "a lightweight version suitable for lower memory and compute constraints (e.g., local testing or single TPUs or GPUs)," forecasting the same quantities including cyclones. It is coarser, and Google says plainly it is "not expected to match the performance of the larger versions." But it means a graduate student or a national met service without a supercomputer budget can put hands on the actual architecture rather than a description of it.

The honest caveats are worth stating. The licensing is split - the notebooks and code are Apache 2.0, but everything else including the weights falls under CC BY 4.0, which is a content license rather than a software one and carries attribution obligations that a team planning a commercial product should read carefully. This is open weights in the useful sense, not a blanket permissive grant. And a forecast model is only as good as what you feed it: the operational checkpoints are fine-tuned to be initialized from a European weather agency's operational analysis rather than from reanalysis data, so running them well means having access to that upstream feed. Downloading the weights is the easy half.


Primary source, verified: read the paper → (arXiv 2506.10772)

Key questions

Are the actual weights available, or just the code?

The weights are available. Google's open-source page says the GitHub release includes model code, pretrained weights, and interactive demo notebooks, with the weight files and sample data hosted on a public Google Cloud bucket.

Is this the same model the National Hurricane Center used?

One of the released checkpoints is. The repository identifies WeatherNextCyclones_<2025 as the model that ran live during the 2025 Atlantic hurricane season, publicly referred to as FNV3; the Hurricane Center's post-processed version of it was called GDMI.

Can I run this without a data center?

There is a variant for that. WeatherNext Cyclones Mini is a one-degree lightweight version the repository says suits lower memory and compute, such as local testing on a single TPU or GPU - with the caveat that it is not expected to match the full-resolution models.
Cite this

APA

Ground Truth. (2026, August 9). Google put the hurricane model's weights on a public bucket. Ground Truth. https://groundtruth.day/news/google-put-the-hurricane-models-weights-on-a-public-bucket.html

BibTeX

@misc{groundtruth:google-put-the-hurricane-models-weights-on-a-public-bucket,
  title  = {Google put the hurricane model's weights on a public bucket},
  author = {{Ground Truth}},
  year   = {2026},
  month  = {aug},
  url    = {https://groundtruth.day/news/google-put-the-hurricane-models-weights-on-a-public-bucket.html}
}

Topics: open-weights · google-deepmind · weather · science · forecasting · ensembles

Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.