google-deepmind/weathernext

WeatherNext is a machine learning model for global medium-range atmospheric and cyclone forecasting developed by Google DeepMind and Google Research.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on August 15th, 2026
Created on July 14th, 2023
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Enabled
Number of forks: 962
Total Stargazers: 7,535 (+0)
Total Subscribers: 97 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.9 hours
Mean response time: 17.3 days
90th percentile: 22.9 days
Tracked items: 106

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 10% of issues opened in the past year have been closed. Three people close 53% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 51
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 461 days
Stale 30+ days: 51
Stale 90+ days: 48

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

WeatherNext is a machine learning model for global medium-range atmospheric and cyclone forecasting developed by Google DeepMind and Google Research.

The tool addresses the challenge of generating accurate weather forecasts across multiple timescales and phenomena. WeatherNext 2 operates at 0.25-degree resolution and produces deterministic forecasts along with probabilistic cyclone predictions. The repository provides pretrained model weights and inference code, allowing users to generate forecasts by initializing the model from operational weather data. The tool also includes implementations of prior-generation models GraphCast, which uses graph neural networks for deterministic forecasting, and GenCast, which applies diffusion-based methods for ensemble forecasting.

Developers should adopt this tool if they need to run weather forecasts locally or integrate them into applications, though the README emphasizes that accessing daily forecast data feeds through Google Cloud, WeatherLab, or OpenMeteo may be more practical for many use cases. The repository suits research applications, operational weather services, and systems requiring cyclone track predictions. The tool distinguishes itself by offering multiple model variants trained for different purposes—WeatherNext 2 is fine-tuned on operational ECMWF data for direct initialization from real-time conditions, while the cyclone-specialized variant focuses on tropical cyclone forecasting with dedicated training.

The project maintains active development with multiple model variants available as pretrained weights. Documentation spans technical reports, model guides, and specialized papers on cyclone forecasting. The repository serves as the primary home for the WeatherNext family, consolidating current and legacy models in a single codebase with clear separation between different model architectures and training approaches.