{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/archesweather-an-efficient-ai-weather","title":"ArchesWeather: An efficient AI weather forecasting model at 1.5° resolution","arxiv_id":"2405.14527","date":"2024-05-23","proceeding":null,"authors":["Guillaume Couairon","Christian Lessig","Anastase Charantonis","Claire Monteleoni"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2405.14527v2","url_pdf":"https://arxiv.org/pdf/2405.14527v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"archesweather-an-efficient-ai-weather","repo_url":"https://github.com/gcouairon/archesweather","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":null,"task_name":"GPU"},{"task_slug":"weather-forecasting","task_name":"Weather Forecasting"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2405.14527","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.14527"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/gcouairon/archesweather","reach":null}],"summary":{"ran":11,"ran_fixture":5,"unverified":4},"by_repo_kind":{"official":{"samples":20,"ran":16,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":20,"samples":[{"code_sha256_prefix":"ea3aacd8be9e91c1","entry":"DownSample","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ea3aacd8be9e91c1"}},{"code_sha256_prefix":"81efc62847561949","entry":"EarthAttention3D","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"81efc62847561949"}},{"code_sha256_prefix":"7069e439bb1fb7c4","entry":"Interpolate","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7069e439bb1fb7c4"}},{"code_sha256_prefix":"272ee67396429d4a","entry":"LinVert","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"272ee67396429d4a"}},{"code_sha256_prefix":"bf1c8663374ad548","entry":"Mlp","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bf1c8663374ad548"}},{"code_sha256_prefix":"56f3adbe1a017805","entry":"PatchEmbed2D","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"56f3adbe1a017805"}},{"code_sha256_prefix":"372b07303c3ddbfe","entry":"PatchEmbed3D","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"372b07303c3ddbfe"}},{"code_sha256_prefix":"2d19c5fa67bd0444","entry":"PatchRecovery2D","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2d19c5fa67bd0444"}},{"code_sha256_prefix":"477cf3b027f134a9","entry":"PatchRecovery3D","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"477cf3b027f134a9"}},{"code_sha256_prefix":"b8d17a76d456c8a2","entry":"PatchRecovery5","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b8d17a76d456c8a2"}},{"code_sha256_prefix":"1e66c7fe334f770c","entry":"UpSample","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1e66c7fe334f770c"}},{"code_sha256_prefix":"674ff8f7ef636089","entry":"crop3d","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"674ff8f7ef636089"}},{"code_sha256_prefix":"bca9b422737ee217","entry":"get_earth_position_index","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bca9b422737ee217"}},{"code_sha256_prefix":"1a9541b9d3b7128a","entry":"get_pad3d","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1a9541b9d3b7128a"}},{"code_sha256_prefix":"09d5a8b64f9cd9c0","entry":"window_partition","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"09d5a8b64f9cd9c0"}},{"code_sha256_prefix":"a3f420d9cde3c9a6","entry":"window_reverse","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a3f420d9cde3c9a6"}},{"code_sha256_prefix":"3a608547acdd50d7","entry":"ArchesWeatherCond","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3a608547acdd50d7"}},{"code_sha256_prefix":"89359b2c512a716b","entry":"BasicLayer","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"89359b2c512a716b"}},{"code_sha256_prefix":"d11b58affe8ffc5d","entry":"CondBasicLayer","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d11b58affe8ffc5d"}},{"code_sha256_prefix":"8fb87050dfefce4e","entry":"EarthSpecificBlock","repo":"gcouairon/archesweather","repo_kind":"official","path":"backbones/archesweather.py","file_url":"https://github.com/gcouairon/archesweather/blob/HEAD/backbones/archesweather.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8fb87050dfefce4e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}