Awesome Weather AI [](https://github.com/sindresorhus/awesome)

March 1, 2025 ยท View on GitHub

This repository contains a curated list of papers, datasets, models, surveys, and other resources related to using AI for weather forecasting and climate modeling.

It includes key papers that have advanced the state-of-the-art in areas like global forecasting, precipitation prediction, and climate projection using deep learning techniques. Popular benchmark datasets and open source implementations of influential models are also listed. The brief description is summarized by GPT.

The goal of this repo is to provide an overview of the field to help researchers quickly get up to speed on the current progress and opportunities in applying AI to weather and climate domains. Contributions are welcome!

Contents

Papers

Datasets

โœจRaw archives

ERA5

ARCO-ERA5

Analysis-Ready, Cloud Optimized ERA5 dataset

  • An ML-ready, unified (surface & atmospheric) version of the data in Zarr. ๐Ÿ”—gs://gcp-public-data-arco-era5/ar/
  • A port of gaussian-gridded ERA5 data to Zarr. ๐Ÿ”—gs://gcp-public-data-arco-era5/co/
  • All raw grib & NetCDF data. ๐Ÿ”—gs://gcp-public-data-arco-era5/raw/

Offers Zarr-formatted data in 0.25ยฐ lat-lon grids or native ERA5 grids, optimized for cloud access and AI-driven weather modeling.

โœจBenchmarks

  • WeatherBench

    ๐Ÿ“’paper ๐Ÿ”—https ๐Ÿ”—ftp://m1524895:m1524895@dataserv.ub.tum.de
    A benchmark dataset derived from ERA5 for evaluating data-driven weather forecasting models.

  • WeatherBench 2

    ๐Ÿ“’docs ๐Ÿ”—gs://weatherbench2/datasets
    Extended version of WeatherBench with more variables.

  • ClimateBench

    ๐Ÿ“’paper ๐Ÿ”—https
    It consists of NorESM2 simulation outputs with associated forcing data processed in to a consistent format from a variety of experiments performed for CMIP6. Multiple ensemble members are included where available.

Models

โœจOfficial implements

ClimaX

CorrDiff

FengWu

FourCastNet

FuXi

GraphCast

NowcastNet

Pangu

pySTEPS

โœจOther kits

Blog Posts & News