Papers › Prithvi WxC: Foundation Model for Weather and Climate

Prithvi WxC: Foundation Model for Weather and Climate

20 Sep 2024arXiv:2409.13598archive 2025-07-28

Johannes Schmude, Sujit Roy, Will Trojak, Johannes Jakubik, Daniel Salles Civitarese, Shraddha Singh, Julian Kuehnert, Kumar Ankur, Aman Gupta, Christopher E Phillips, Romeo Kienzler, Daniela Szwarcman, Vishal Gaur, Rajat Shinde, Rohit Lal, Arlindo Da Silva, Jorge Luis Guevara Diaz, Anne Jones, Simon Pfreundschuh, Amy Lin, Aditi Sheshadri, Udaysankar Nair, Valentine Anantharaj, Hendrik Hamann, Campbell Watson, Manil Maskey, Tsengdar J Lee, Juan Bernabe Moreno, Rahul Ramachandran

Triggered by the realization that AI emulators can rival the performance of traditional numerical weather prediction models running on HPC systems, there is now an increasing number of large AI models that address use cases such as forecasting, downscaling, or nowcasting. While the parallel developments in the AI literature focus on foundation models -- models that can be effectively tuned to address multiple, different use cases -- the developments on the weather and climate side largely focus on single-use cases with particular emphasis on mid-range forecasting. We close this gap by introducing Prithvi WxC, a 2.3 billion parameter foundation model developed using 160 variables from the Modern-Era Retrospective Analysis for Research and Applications, Version 2 (MERRA-2). Prithvi WxC employs an encoder-decoder-based architecture, incorporating concepts from various recent transformer models to effectively capture both regional and global dependencies in the input data. The model has been designed to accommodate large token counts to model weather phenomena in different topologies at fine resolutions. Furthermore, it is trained with a mixed objective that combines the paradigms of masked reconstruction with forecasting. We test the model on a set of challenging downstream tasks namely: Autoregressive rollout forecasting, Downscaling, Gravity wave flux parameterization, and Extreme events estimation. The pretrained model with 2.3 billion parameters, along with the associated fine-tuning workflows, has been publicly released as an open-source contribution via Hugging Face.

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="2409.13598")

Code

Syntology Ran 11 of 16 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 11 ran with no contract checked.

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

nasa-impact/gravity-wave-finetuning officialmentioned in papermentioned on GitHubpytorchMIT report
nasa-impact/prithvi-wxc officialmentioned in papermentioned on GitHubpytorchMIT 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

16 samples harvested; 11 ran; 0 honoured the contract we drafted; 5 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.

11ran
5unverified

Licence: 0 of the 16 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

count_forward_pass_parameters nasa-impact/gravity-wave-finetuning/finetune_gravity_wave.py official repository ran MIT (permissive) · 1ac0e11ab2da4463 · report
drop_path nasa-impact/prithvi-wxc/PrithviWxC/model.py official repository ran MIT (permissive) · 9fb52d0e32d427ed · report
filename_to_date nasa-impact/prithvi-wxc/PrithviWxC/download.py official repository ran MIT (permissive) · 066475619b6acbb7 · report
get_dynamic_variable_name nasa-impact/prithvi-wxc/PrithviWxC/definitions.py official repository ran MIT (permissive) · 6662c7e1640fbbb9 · report
get_previous_file nasa-impact/prithvi-wxc/PrithviWxC/download.py official repository ran MIT (permissive) · 774e1b2aa38d73c7 · report
hash_tensor nasa-impact/prithvi-wxc/validation/reproducibility.py official repository ran MIT (permissive) · e1e8a2e1c4e3c86f · report
init_ddp nasa-impact/gravity-wave-finetuning/distributed.py official repository ran MIT (permissive) · f71f1d308daf9e10 · report
input_scalers nasa-impact/prithvi-wxc/PrithviWxC/dataloaders/merra2.py official repository ran MIT (permissive) · b8729ac178754181 · report
rollout_iter nasa-impact/prithvi-wxc/PrithviWxC/rollout.py official repository ran MIT (permissive) · 4c8757e89e12c5ab · report
static_input_scalers nasa-impact/prithvi-wxc/PrithviWxC/dataloaders/merra2.py official repository ran MIT (permissive) · 99730589757d09b9 · report
validate_inputs nasa-impact/prithvi-wxc/validation/reproducibility.py official repository ran MIT (permissive) · 9f1f476791621b91 · report
get_config nasa-impact/prithvi-wxc/validation/config.py official repository unverified MIT (permissive) · 2766c2ad4c432442 · report
get_static_variable_name nasa-impact/prithvi-wxc/PrithviWxC/definitions.py official repository unverified MIT (permissive) · eeaa739555b6a20c · report
masked_inference nasa-impact/prithvi-wxc/PrithviWxC/model.py official repository unverified MIT (permissive) · e1078dd468c68f99 · report
model_distribute nasa-impact/gravity-wave-finetuning/distributed.py official repository unverified MIT (permissive) · f19b431b08711c96 · report
preproc nasa-impact/prithvi-wxc/validation/validate_prithvi_wxc.py official repository unverified MIT (permissive) · 8eb3852c7ab1b5a7 · report

Tasks

model

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FocusGravitySET

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