AERIS
Argonne Earth Systems Model for Reliable and Skillful Predictions
Presentation at the 2025 ALCF Hands On HPC Workshop
AERIS: Argonne Earth Systems Model for Reliable and Skillful Predictions
High-Level Overview of AERIS
Property | Description |
---|---|
Domain | Global |
Resolution | 0.25° & 1.4° |
Training Data | ERA5 (1979–2018) |
Model Architecture | Swin Transformer |
Speedup1 | O(10k–100k) |
Model Overview
- Dataset: ECMWF Reanalysis v5 (ERA5)
- Variables: Surface and pressure levels
- Usage: Medium-range weather forecasting
- Partition:
- Train: 1979–2018
- Val: 2019
- Test: 2020
- Data Size: 100GB at 5.6° to 31TB at 0.25°
Windowed Self-Attention
- Benefits for weather modeling:
- Shifted windows capture both local patterns and long-range context
- Constant scale, windowed self-attention provides high-resolution forecasts
- Designed (currently) for fixed, 2D grids
- Inspiration from SOTA LLMs:
RMSNorm
,SwiGLU
, 2DRoPE
Model Architecture: Details
Sequence-Window-Pipeline Parallelism SWiPe
SWiPe
is a novel parallelism strategy for Swin-based Transformers- Hybrid 3D Parallelism strategy, combining:
- Sequence parallelism (
SP
) - Window parallelism (
WP
) - Pipeline parallelism (
PP
)
- Sequence parallelism (
🌌 Aurora
🌎 AERIS: Scaling Results
- 10 EFLOPs (sustained) @ 120,960 GPUs
- See (Hatanpää et al. (2025)) for additional details
- arXiv:2509.13523
References
Hatanpää, Väinö, Eugene Ku, Jason Stock, Murali Emani, Sam Foreman, Chunyong Jung, Sandeep Madireddy, et al. 2025. “AERIS: Argonne Earth Systems Model for Reliable and Skillful Predictions.” https://arxiv.org/abs/2509.13523.
Footnotes
Citation
BibTeX citation:
@unpublished{foreman2025,
author = {Foreman, Sam},
title = {AERIS},
date = {2025-10-08},
url = {https://samforeman.me/talks/2025/10/08/slides.html},
langid = {en}
}
For attribution, please cite this work as:
Foreman, Sam. 2025. “AERIS.” October 8. https://samforeman.me/talks/2025/10/08/slides.html.