Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.99 KB

File metadata and controls

34 lines (23 loc) · 1.99 KB

Welcome to Eagle!

This repository contains various configurations to guide users through a full machine learning pipeline for weather prediction!

You will find multiple directories showcasing various model configurations ranging from a "hello world" setup to operational quality models.

The key steps to this pipeline include:

  1. Data preprocessing using ufs2arco to create training, validation, and test datasets
  2. Model training using anemoi-core modules to train a graph-based model
  3. Creating a forecast with anemoi-inference to run inference from a model checkpoint
  4. Verifying your forecast (or multiple) with wxvx to verify against gridded analysis or observervations

Throughout this process you will also use a eagle-tools library that provides various utilites for tasks such as executing certain modules or post-processing needs.

For more information about model configurations or the various steps of the pipeline, please see our documentation.


Acknowledgments

ufs2arco: Tim Smith (NOAA Physical Sciences Laboratory)

Anemoi: European Centre for Medium-Range Weather Forecasts

wxvx: Paul Madden (NOAA Global Systems Laboratory/Cooperative Institute for Research In Environmental Sciences)

eagle-tools: Tim Smith (NOAA Physical Sciences Laboratory)