Papers › Community Research Earth Digital Intelligence Twin (CREDIT)

Community Research Earth Digital Intelligence Twin (CREDIT)

9 Nov 2024arXiv:2411.07814archive 2025-07-28

John Schreck, Yingkai Sha, William Chapman, Dhamma Kimpara, Judith Berner, Seth McGinnis, Arnold Kazadi, Negin Sobhani, Ben Kirk, David John Gagne II

Recent advancements in artificial intelligence (AI) for numerical weather prediction (NWP) have significantly transformed atmospheric modeling. AI NWP models outperform traditional physics-based systems, such as the Integrated Forecast System (IFS), across several global metrics while requiring fewer computational resources. However, existing AI NWP models face limitations related to training datasets and timestep choices, often resulting in artifacts that reduce model performance. To address these challenges, we introduce the Community Research Earth Digital Intelligence Twin (CREDIT) framework, developed at NSF NCAR. CREDIT provides a flexible, scalable, and user-friendly platform for training and deploying AI-based atmospheric models on high-performance computing systems. It offers an end-to-end pipeline for data preprocessing, model training, and evaluation, democratizing access to advanced AI NWP capabilities. We demonstrate CREDIT's potential through WXFormer, a novel deterministic vision transformer designed to predict atmospheric states autoregressively, addressing common AI NWP issues like compounding error growth with techniques such as spectral normalization, padding, and multi-step training. Additionally, to illustrate CREDIT's flexibility and state-of-the-art model comparisons, we train the FUXI architecture within this framework. Our findings show that both FUXI and WXFormer, trained on six-hourly ERA5 hybrid sigma-pressure levels, generally outperform IFS HRES in 10-day forecasts, offering potential improvements in efficiency and forecast accuracy. CREDIT's modular design enables researchers to explore various models, datasets, and training configurations, fostering innovation within the scientific community.

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

Code

Syntology Ran 4 of 23 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 1 ran · our draft was wrong.

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

ncar/credit-arxiv officialmentioned in papermentioned on GitHubApache-2.0 report
ncar/miles-credit officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

23 samples harvested; 4 ran; 1 honoured the contract we drafted; 19 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.

1ran · honoured contract
2ran · violated contract
1ran · our draft was wrong
19unverified

Licence: 0 of the 23 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.

cast_tuple ncar/miles-credit/credit/diffusion_utils.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · d229662b12e581b6 · report
default ncar/miles-credit/credit/attend.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 60fff7c3c400d7ff · report
exists ncar/miles-credit/credit/attend.py official repository ran · violated contract Apache-2.0 (permissive) · aa5486a3650902d8 · report
once ncar/miles-credit/credit/attend.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 52e10a7d6b0fa036 · report
ax_decorate ncar/credit-arxiv/libs/graph_utils.py official repository unverified Apache-2.0 (permissive) · 7e484aba52303a9c · report
bootstrap_confidence_intervals ncar/credit-arxiv/libs/score_utils.py official repository unverified Apache-2.0 (permissive) · 94b458853688a857 · report
bootstrap_core ncar/credit-arxiv/libs/score_utils.py official repository unverified Apache-2.0 (permissive) · f9087d3de0a605b0 · report
calculate_ensemble_metrics ncar/miles-credit/credit/applications/rollout_metrics_noisy_model.py official repository unverified Apache-2.0 (permissive) · cf3457aa78b93eed · report
compute_metrics ncar/miles-credit/credit/applications/rollout_metrics_noisy_model.py official repository unverified Apache-2.0 (permissive) · dca6ac38782407c1 · report
compute_spread_skill_metric ncar/miles-credit/credit/applications/rollout_metrics_noisy_model.py official repository unverified Apache-2.0 (permissive) · 5bd4ee70ce28a937 · report
conda_prefix_expr ncar/miles-credit/credit/conda_env.py official repository unverified Apache-2.0 (permissive) · 710b7960d224b37c · report
device_compatible_to ncar/miles-credit/credit/data.py official repository unverified Apache-2.0 (permissive) · f777c1387fe94d25 · report
extract ncar/miles-credit/credit/diffusion.py official repository unverified Apache-2.0 (permissive) · 09c8479d9a5b3e06 · report
generate_datetime ncar/miles-credit/credit/data.py official repository unverified Apache-2.0 (permissive) · b3aec1aecbdace4e · report
k_to_c ncar/miles-credit/credit/animation.py official repository unverified Apache-2.0 (permissive) · 5300cf7c2447c51c · report
k_to_f ncar/miles-credit/credit/animation.py official repository unverified Apache-2.0 (permissive) · ae167ca711bf0664 · report
kgkg_to_gkg ncar/miles-credit/credit/animation.py official repository unverified Apache-2.0 (permissive) · 6392ecdf0891587d · report
lead_to_index ncar/credit-arxiv/libs/verif_utils.py official repository unverified Apache-2.0 (permissive) · d9c0c00237e322bf · report
lg_box ncar/credit-arxiv/libs/graph_utils.py official repository unverified Apache-2.0 (permissive) · f5811388d9ec253f · report
log_uniform_noise ncar/miles-credit/credit/diffusion.py official repository unverified Apache-2.0 (permissive) · abcd739ba6239f32 · report
standard_normal_noise ncar/miles-credit/credit/diffusion.py official repository unverified Apache-2.0 (permissive) · 92dcf06df9a09396 · report
string_partial_format ncar/credit-arxiv/libs/graph_utils.py official repository unverified Apache-2.0 (permissive) · 765c066faa550266 · report
torchrun_path ncar/miles-credit/credit/conda_env.py official repository unverified Apache-2.0 (permissive) · 68b5e94ece062141 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionDense ConnectionsLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSoftmaxVision Transformer

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