Papers › ArchesWeather: An efficient AI weather forecasting model at 1.5° resolution

ArchesWeather: An efficient AI weather forecasting model at 1.5° resolution

23 May 2024arXiv:2405.14527archive 2025-07-28

Guillaume Couairon, Christian Lessig, Anastase Charantonis, Claire Monteleoni

One of the guiding principles for designing AI-based weather forecasting systems is to embed physical constraints as inductive priors in the neural network architecture. A popular prior is locality, where the atmospheric data is processed with local neural interactions, like 3D convolutions or 3D local attention windows as in Pangu-Weather. On the other hand, some works have shown great success in weather forecasting without this locality principle, at the cost of a much higher parameter count. In this paper, we show that the 3D local processing in Pangu-Weather is computationally sub-optimal. We design ArchesWeather, a transformer model that combines 2D attention with a column-wise attention-based feature interaction module, and demonstrate that this design improves forecasting skill. ArchesWeather is trained at 1.5{\deg} resolution and 24h lead time, with a training budget of a few GPU-days and a lower inference cost than competing methods. An ensemble of four of our models shows better RMSE scores than the IFS HRES and is competitive with the 1.4{\deg} 50-members NeuralGCM ensemble for one to three days ahead forecasting. Our code and models are publicly available at https://github.com/gcouairon/ArchesWeather.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.14527")

Code

Syntology Ran 16 of 20 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 5 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gcouairon/archesweather officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 16 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · fixture could not drive it
11ran
4unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from gcouairon/archesweather. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DownSample gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · ea3aacd8be9e91c1 · report
EarthAttention3D gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · 81efc62847561949 · report
Interpolate gcouairon/archesweather/backbones/archesweather.py official repository ran fingerprinted no licence file found · pointer only · 7069e439bb1fb7c4 · report
LinVert gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · 272ee67396429d4a · report
Mlp gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · bf1c8663374ad548 · report
PatchEmbed2D gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · 56f3adbe1a017805 · report
PatchEmbed3D gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · 372b07303c3ddbfe · report
PatchRecovery2D gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · 2d19c5fa67bd0444 · report
PatchRecovery3D gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · 477cf3b027f134a9 · report
PatchRecovery5 gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · b8d17a76d456c8a2 · report
UpSample gcouairon/archesweather/backbones/archesweather.py official repository ran no licence file found · pointer only · 1e66c7fe334f770c · report
crop3d gcouairon/archesweather/backbones/archesweather.py official repository ran · fixture could not drive it no licence file found · pointer only · 674ff8f7ef636089 · report
get_earth_position_index gcouairon/archesweather/backbones/archesweather.py official repository ran · fixture could not drive it no licence file found · pointer only · bca9b422737ee217 · report
get_pad3d gcouairon/archesweather/backbones/archesweather.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 1a9541b9d3b7128a · report
window_partition gcouairon/archesweather/backbones/archesweather.py official repository ran · fixture could not drive it no licence file found · pointer only · 09d5a8b64f9cd9c0 · report
window_reverse gcouairon/archesweather/backbones/archesweather.py official repository ran · fixture could not drive it no licence file found · pointer only · a3f420d9cde3c9a6 · report
ArchesWeatherCond gcouairon/archesweather/backbones/archesweather.py official repository unverified no licence file found · pointer only · 3a608547acdd50d7 · report
BasicLayer gcouairon/archesweather/backbones/archesweather.py official repository unverified no licence file found · pointer only · 89359b2c512a716b · report
CondBasicLayer gcouairon/archesweather/backbones/archesweather.py official repository unverified no licence file found · pointer only · d11b58affe8ffc5d · report
EarthSpecificBlock gcouairon/archesweather/backbones/archesweather.py official repository unverified no licence file found · pointer only · 8fb87050dfefce4e · report

Tasks

Weather Forecasting

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections