PEAR: Equal Area Weather Forecasting on the Sphere
Hampus Linander, Christoffer Petersson, Daniel Persson, Jan E. Gerken
TL;DR
The paper argues that equiangular spherical grids introduce sampling biases in ML weather forecasting and proposes PEAR, a transformer that operates directly on the native HEALPix grid. PEAR employs patch embedding, windowed attention, and hierarchical down/up-sampling to forecast global surface and upper variables up to 10 days ahead, outperforming an equiangular-grid baseline with a substantially larger model and no extra overhead. The results demonstrate improved ACC and RMSE on ERA5-lite data, highlighting the practical benefits of a fully HEALPix-native approach for unbiased, globally consistent forecasts. This work sets the stage for leveraging high-resolution HEALPix data in next-generation, data-driven weather and climate prediction systems, aligned with initiatives like ECMWF DestinE.
Abstract
Artificial intelligence is rapidly reshaping the natural sciences, with weather forecasting emerging as a flagship AI4Science application where machine learning models can now rival and even surpass traditional numerical simulations. Following the success of the landmark models Pangu Weather and Graphcast, outperforming traditional numerical methods for global medium-range forecasting, many novel data-driven methods have emerged. A common limitation shared by many of these models is their reliance on an equiangular discretization of the sphere which suffers from a much finer grid at the poles than around the equator. In contrast, in the Hierarchical Equal Area iso-Latitude Pixelization (HEALPix) of the sphere, each pixel covers the same surface area, removing unphysical biases. Motivated by a growing support for this grid in meteorology and climate sciences, we propose to perform weather forecasting with deep learning models which natively operate on the HEALPix grid. To this end, we introduce Pangu Equal ARea (PEAR), a transformer-based weather forecasting model which operates directly on HEALPix-features and outperforms the corresponding model on an equiangular grid without any computational overhead.
