Skip to content

Latest commit

 

History

History
186 lines (115 loc) · 10 KB

README.md

File metadata and controls

186 lines (115 loc) · 10 KB

Awesome Weather AI Awesome

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:[email protected]
    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