A Practical Probabilistic Benchmark for AI Weather Models
Noah D. Brenowitz, Yair Cohen, Jaideep Pathak, Ankur Mahesh, Boris Bonev, Thorsten Kurth, Dale R. Durran, Peter Harrington, Michael S. Pritchard
TL;DR
The paper tackles the challenge of fairly benchmarking probabilistic skill for AI weather forecasts by introducing lagged ensemble forecasting (LEF), a parameter-free approach that builds probabilistic ensembles from deterministic hindcasts. Applying LEF, the authors compare GraphCast, PanguWeather, and a conventional IFS baseline, revealing that GraphCast and Pangu achieve similar probabilistic performance despite differing deterministic strengths, and that multi-step training can harm ensemble calibration. Ablation studies with SFNO show that long-lead-time autoregressive training reduces ensemble spread without proportional gains in probabilistic skill, while effective resolution via the scale factor modulates dispersion. The LEF framework provides a practical, scalable tool for end-to-end probabilistic evaluation and cross-model comparisons, supported by open-source software and shared data baselines.
Abstract
Since the weather is chaotic, forecasts aim to predict the distribution of future states rather than make a single prediction. Recently, multiple data driven weather models have emerged claiming breakthroughs in skill. However, these have mostly been benchmarked using deterministic skill scores, and little is known about their probabilistic skill. Unfortunately, it is hard to fairly compare AI weather models in a probabilistic sense, since variations in choice of ensemble initialization, definition of state, and noise injection methodology become confounding. Moreover, even obtaining ensemble forecast baselines is a substantial engineering challenge given the data volumes involved. We sidestep both problems by applying a decades-old idea -- lagged ensembles -- whereby an ensemble can be constructed from a moderately-sized library of deterministic forecasts. This allows the first parameter-free intercomparison of leading AI weather models' probabilistic skill against an operational baseline. The results reveal that two leading AI weather models, i.e. GraphCast and Pangu, are tied on the probabilistic CRPS metric even though the former outperforms the latter in deterministic scoring. We also reveal how multiple time-step loss functions, which many data-driven weather models have employed, are counter-productive: they improve deterministic metrics at the cost of increased dissipation, deteriorating probabilistic skill. This is confirmed through ablations applied to a spherical Fourier Neural Operator (SFNO) approach to AI weather forecasting. Separate SFNO ablations modulating effective resolution reveal it has a useful effect on ensemble dispersion relevant to achieving good ensemble calibration. We hope these and forthcoming insights from lagged ensembles can help guide the development of AI weather forecasts and have thus shared the diagnostic code.
