Home

Awesome

WeatherDiff

image

Description

This Code4Earth challenge explores the potential of Diffusion Models for weather prediction, more specificially we test it on the WeatherBench benchmark data set.

This repository contains functions to benchmark the diffusion models developed in diffusion-models-for-weather-prediction. It builds on existing code from WeatherBench.

Roadmap

This repository is part of a ECMWF Code4Earth Project, which takes place between May 1 2023 and September 20 2023.

Installation

Repository:

Clone the main repository. Clone the <subodules> | Make sure you have access to them. Then:

  1. git submodule init
  2. git submodule update

Data download:

Setup:

Workflow:

The workflow to train and predict with the diffusion models is as follows:

Contributing

Script on guidelines for contributions will be added in the future.

Authors and acknowledgment

Participants:

Mentors:

License

This project is licensed under the Apache 2.0 License. The submodules contain code from external sources and are subject to the licenses included in these submodules.

Project status

Code4Earth project finished.