REVIEW 3 major objections 4 minor 17 cited by
AIFS-CRPS: Ensemble forecasting using a model trained with a loss function based on the Continuous Ranked Probability Score
T0 review · 3 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Training a weather model with a proper score produces a stochastic ensemble that beats a 9-km physics-based system for most fields and lead times.
desk verdict Medium-range skill claims look credible; the subseasonal/MJO comparison is confounded by mismatched reforecast years and should not be taken at face value. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the almost fair CRPS, defined as $\text{afCRPS}_\alpha = \alpha\,\text{fCRPS} + (1-\alpha)\,\text{CRPS}$, with $\epsilon = (1-\alpha)/M$, interpolating between the standard CRPS and the fair CRPS; it is rearranged as a double sum of non-negative terms so it remains safe under reduced precision. The second engine is noise-conditioned architecture: independent Gaussian noise per member is embedded and injected via conditional layer normalizations, making ensemble members exchangeable and the model stochastic at inference. Reference-field truncation, $x_{t+1} = U(D(x_t)) + f(x_t)$ with downsampling operator $D$ and upsampling operator $U$, prevents the accumulation of small-scale artifacts during autoregressive rollout.
What would settle it
Take the same trained AIFS-CRPS and issue forecasts from (a) unperturbed analyses, (b) operational IFS perturbed starts, and (c) starts with the revised perturbation amplitude mentioned in Section 6; if spread-error ratios and CRPS move materially across these, then the reported ensemble skill depends on perturbations the model was never trained on. Alternatively, compute afCRPS in float16 for a case with M-1 members exactly at the observation to see whether the degeneracy it avoids actually returns.
Extended reading notes
Core claim
AIFS-CRPS is a variant of the AIFS transformer-based architecture in which all standard layer normalizations in the processor are replaced by conditional layer normalizations driven by random Gaussian noise. A small ensemble is propagated in parallel during training and scored against the deterministic ERA5 analysis with afCRPS, a convex combination of the fair CRPS and the standard CRPS that removes most of the finite-ensemble-size bias while avoiding the degeneracy that afflicts the fair score in low precision. In inference the model is rolled out autoregressively from each perturbed IFS initial condition, with each member using its own random seed. The paper's central discovery is that this simple training objective produces a stochastic model whose members keep realistic small-scale variability at long lead times and whose ensemble skill exceeds the 9-km IFS ensemble for most variables and lead times in the medium range, with strong subseasonal performance, particularly for the Madden-Julian Oscillation.
Load-bearing premise
The model is trained on a small ensemble initialized from a single deterministic analysis, but evaluated from perturbed IFS initial conditions it never saw during training; the paper notes that revised perturbation amplitudes change reliability, so the unseen perturbation statistics are load-bearing for the reported calibration and skill.
Editorial extensions
If this is right
- If the reported skill holds, a single afCRPS objective suffices to generate a full ensemble, without singular-vector perturbations or stochastic physics schemes.
- Inference cost is one model evaluation per member per 6-hour step, so a 15-day forecast for one member takes about one minute at O96 and four minutes at N320 on an A100 GPU, making large ensembles cheap to produce.
- Subseasonal predictions at two to six weeks are competitive with or better than the operational IFS subseasonal system, especially for the Madden-Julian Oscillation, despite training only on short-range rollout steps.
- Raising input resolution from O96 to N320 improves most surface variables, suggesting the same training recipe can be pushed to higher resolutions and additional variables.
- The system still depends on physics-based analyses for training data and initialization, so it refines rather than replaces the current data-assimilation infrastructure.
Reading between the lines
- Extension: the hyperparameter $\alpha$ in afCRPS offers a tunable knob between bias correction and stability; one could expect the optimal $\alpha$ to vary with ensemble size, precision, and variable, a recipe transferable to other probabilistic machine-learning forecasters.
- Extension: the paper notes that first tests with a revised initial perturbation amplitude improve reliability, which suggests a natural next step is to train with perturbed initial conditions so the model learns initial-condition uncertainty directly instead of aliasing it into model uncertainty.
- Extension: the surrogate MJO index used here omits outgoing longwave radiation, yet still yields strong skill; evaluating a full RMM index with OLR would test whether the missing radiative channel matters for MJO prediction in this model.
- Extension: since 46-day forecasts remain stable despite training on rolls of at most 72 hours, long-range skill appears to emerge from short-range training, hinting that similar objectives could support seasonal prediction with modest changes.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents AIFS-CRPS, a machine-learned global ensemble weather prediction model based on the AIFS architecture, trained by minimizing a newly introduced 'almost fair' CRPS loss (afCRPS) that blends the fair CRPS with the standard CRPS to avoid degeneracy in finite-precision training. The model injects Gaussian noise through conditional layer normalization to generate exchangeable ensemble members. The authors evaluate 15-day medium-range forecasts from two resolutions (O96 and N320) against the operational IFS ensemble, and 46-day subseasonal forecasts against IFS reforecasts. They report that AIFS-CRPS outperforms IFS for most upper-air and surface variables in the medium range, maintains realistic spectral variability without smoothing, and shows lower biases and improved MJO forecast skill at subseasonal lead times, while acknowledging remaining over-dispersion and stratospheric degradation.
Significance. If the results hold, AIFS-CRPS is a significant advance: it demonstrates that a single CRPS-style scoring-rule objective can yield a stochastic ML ensemble that rivals a high-resolution physics-based ensemble at a fraction of inference cost, with stable small-scale variability and useful subseasonal forecasts. The afCRPS formulation is a useful methodological contribution to scoring-rule-based training, as it addresses a real degeneracy of the fair CRPS while remaining simple to implement. The evaluation is unusually thorough for a preprint, including analysis-based and observation-based verification, significance testing in the scorecards, and explicit discussion of limitations such as stratospheric degradation and over-dispersion. The main caveat is that the subseasonal/MJO comparison rests on mismatched reforecast periods and perturbation methods, so those specific claims are not yet established; the medium-range comparison is much cleaner and supports the central skill claim more strongly.
major comments (3)
- [Section 5.3, Figures 10–11] The subseasonal and MJO comparisons are confounded by two asymmetries. The AIFS-CRPS reforecasts are initialized once per week over 2018–2022, while the IFS reforecasts are from 2023 only; matching calendar dates across years does not control for the different MJO states and verification targets sampled. In addition, the AIFS-CRPS subseasonal reforecasts use ERA5-EDA perturbations, whereas the IFS reforecasts use ERA5-EDA plus singular-vector perturbations, so the two systems differ in initial-condition perturbation methodology as well. The block-bootstrap significance testing and lead-time-dependent climatologies do not remove these confounds because the verification data themselves differ between the two samples. The conclusion in Section 7 that AIFS-CRPS exhibits 'increased Madden-Julian Oscillation (MJO) forecast skill compared to ECMWF's operational subseasonal forecasting system' therefore needs either a matched-period reforecast comparison or a substantially tempered claim.
- [Sections 2.3 and 6] The model is trained by propagating a small ensemble from the same deterministic ERA5 analysis, but all reported medium-range results are obtained by initializing from perturbed IFS operational initial conditions. Section 6 states that 'First tests with a revised initial perturbation amplitude show improved reliability (not shown),' which indicates that the ensemble calibration, and hence the spread and CRPS results in Figures 5–9, may depend on the perturbation amplitude used at inference. Since that amplitude is an externally chosen parameter not seen in training, the paper should either report the sensitivity of the headline scores to the initial perturbation amplitude or explicitly mark the reliability results as conditional on the current operational perturbation scheme.
- [Section 5.2, Figures 6–7] The medium-range skill comparison is based on a single eight-month period (1 February to 30 September 2024). While the scorecards include significance testing, the conclusion in Section 7 is stated without seasonal qualification: 'AIFS-CRPS forecast skill is higher than that of the 9 km physics-based IFS medium-range ensemble for most upper-air fields and surface variables.' This period does not include a Northern Hemisphere winter, so the claim should be restricted to the evaluated season or supported by additional seasons before being stated as a general result.
minor comments (4)
- [Sections 2.1 and 2.2] Two different equations are both numbered (1): the reference-field truncation update in Section 2.1 and the CRPS definition in Section 2.2. Please renumber to avoid ambiguity.
- [Section 2.1 and Table 1] Section 2.1 states that the O32 grid has approximately 2.5° resolution, while Table 1 lists O32 as approximately 3.0° resolution; these values should be made consistent.
- [Figure 5 caption] The Figure 5 caption contains the typo 'nothern extra-tropics'; it should read 'northern extra-tropics'.
- [Section 2.2] The choice of α = 0.95 in the afCRPS loss is not accompanied by any sensitivity analysis; a brief study of α values near 1 would help justify the 'almost fair' approximation and show that the results are not sensitive to this hyperparameter.
Circularity Check
No circularity: the afCRPS objective is defined independently of the verification data, and the headline skill claims are evaluated on out-of-sample dates against an independent physics-based ensemble.
full rationale
The derivation chain is not circular. The afCRPS loss (Eq. 3) is a convex combination of the standard CRPS and the fair CRPS, with a pre-chosen hyperparameter alpha=0.95; it is not defined in terms of the verification scores or fitted to the IFS benchmark. The medium-range skill claims are based on forecasts from 1 February to 30 September 2024, after the 1979-2017 training and 2016-2023 fine-tuning windows, and are verified against operational IFS analyses, radiosonde and SYNOP observations, so the comparison is out-of-sample and externally benchmarked. The subseasonal evaluation relies on self-cited methodology (Roberts et al. 2023; Roberts and Leutbecher 2024) for climatologies and significance testing, but these are general verification methods with stated assumptions that do not assume AIFS-CRPS skill, so they are independent support rather than load-bearing circularity. Two non-circular caveats are worth noting separately: the subseasonal AIFS-CRPS reforecasts (2018-2022) are compared with IFS reforecasts from 2023 only, which is a sampling confound, and the fine-tuning window includes 2018-2022, so the label 'out-of-sample' for the subseasonal evaluation is not strictly accurate; neither issue makes any prediction equivalent to its training input by construction.
Assumptions & free parameters
free parameters (5)
- alpha (afCRPS mixing parameter) =
0.95
- Minimum pressure scaling factor =
0.2 (O96 only)
- Reference field truncation resolution =
O32
- Training ensemble size =
4 (O96), 2 (N320)
- Noise channel count =
unspecified
assumptions (4)
- domain assumption Optimizing the afCRPS with a small training ensemble yields a model whose ensemble members are exchangeable samples from the forecast distribution.
- domain assumption ERA5 and the operational IFS analysis are appropriate ground truth for training and verification.
- ad hoc to paper Gaussian noise injected via conditional layer normalization is sufficient to represent forecast uncertainty.
- domain assumption The model trained on 6-hourly steps and rollouts up to 72 hours will generalize to 15-day and 46-day forecasts.
Cite this review
Pith. "Pith review of AIFS-CRPS: Ensemble forecasting using a model trained with a loss function based on the Continuous Ranked Probability Score." pith.science (2026). https://pith.science/paper/UE2F3S5H
@misc{pith2026241215832,
author = {Pith},
title = {Pith review of: AIFS-CRPS: Ensemble forecasting using a model trained with a loss function based on the Continuous Ranked Probability Score},
year = {2026},
howpublished = {\url{https://pith.science/paper/UE2F3S5H}},
note = {Machine review of arXiv:2412.15832}
}
read the original abstract
Over the last three decades, ensemble forecasts have become an integral part of forecasting the weather. They provide users with more complete information than single forecasts as they permit to estimate the probability of weather events by representing the sources of uncertainties and accounting for the day-to-day variability of error growth in the atmosphere. This paper presents a novel approach to obtain a weather forecast model for ensemble forecasting with machine-learning. AIFS-CRPS is a variant of the Artificial Intelligence Forecasting System (AIFS) developed at ECMWF. Its loss function is based on a proper score, the Continuous Ranked Probability Score (CRPS). For the loss, the almost fair CRPS is introduced because it approximately removes the bias in the score due to finite ensemble size yet avoids a degeneracy of the fair CRPS. The trained model is stochastic and can generate as many exchangeable members as desired and computationally feasible in inference. For medium-range forecasts AIFS-CRPS outperforms the physics-based Integrated Forecasting System (IFS) ensemble for the majority of variables and lead times. For subseasonal forecasts, AIFS-CRPS outperforms the IFS ensemble before calibration and is competitive with the IFS ensemble when forecasts are evaluated as anomalies to remove the influence of model biases.
Figures
Figures from the paper (7 more)
Forward citations
Cited by 17 Pith papers
-
AI-boosted rare event sampling to characterize extreme weather
AI+RES uses AI weather-forecast ensembles as a guide for rare-event simulation, yielding accurate return-period statistics for 1-in-50,000-year heatwaves at roughly 100× lower computational cost.
-
Huracan: A skillful end-to-end data-driven system for ensemble data assimilation and weather prediction
A fully observation-driven ensemble weather forecasting system, Huracan, reports CRPS skill comparable to ECMWF ENS on 75.4% of variable and lead-time combinations.
-
FourCastNet 3: A geometric approach to probabilistic machine-learning weather forecasting at scale
A purely convolutional, spherical-geometry weather model trained with a combined spatial and spectral CRPS loss delivers GenCast-level skill, IFS-beating accuracy, and stable spectra out to 60 days.
-
Skillful joint probabilistic weather forecasting from marginals
FGN, a neural weather model trained only on per-location forecast scores, produces more accurate global ensemble forecasts than GenCast and captures realistic spatial correlations.
-
Fixing the Double Penalty in Data-Driven Weather Forecasting Through a Modified Spherical Harmonic Loss Function
A parameter-free spectral loss that separates amplitude from coherence errors, applied as a fine-tuning loss to GraphCast, produces sharper deterministic weather forecasts and better ensemble spread.
-
Paleoclimate Boundary Conditions as an Out-of-Sample Test for the Forced Response of Ocean Climate Emulators
An ocean emulator trained on CESM2's control climate generalizes to midHolocene orbital forcing in the upper ocean but under-shoots amplitude and misses slow interior dynamics.
-
MoWE : A Mixture of Weather Experts
MoWE, a ViT-based gating network, combines forecasts from Pangu, Aurora, and FCN3 with per-grid-point weights and beats each expert and the simple mean in RMSE.
-
Surya: Foundation Model for Heliophysics
A large transformer pretrained to predict future full-resolution SDO images transfers, via lightweight LoRA fine-tuning, to solar wind forecasting, flare forecasting, active region segmentation, and EUV irradiance mod...
-
HRRRCast: a data-driven emulator for regional weather forecasting at convection allowing scales
A diffusion-based neural network trained on HRRR analysis beats HRRR forecast skill on 20 dBZ composite reflectivity across CONUS and is competitive at 30 dBZ.
-
Fair Box ordinate transform for forecasts following a multivariate Gaussian law
A new 'fair' Box ordinate transform for multivariate Gaussian forecasts is exactly uniform whenever the forecast is calibrated, regardless of ensemble size.
-
DEF: Diffusion-augmented Ensemble Forecasting
A conditional diffusion model that generates perturbed initial states can turn any deterministic neural weather forecast model into an ensemble, with measured error reduction on a single ERA5 case study.
-
Evaluating Extreme Precipitation Forecasts: A Threshold-Weighted, Spatial Verification Approach for Comparing an AI Weather Prediction Model Against a High-Resolution NWP Model
Combining HiRA neighborhood verification with threshold-weighted CRPS shows that AI-vs-NWP rankings for extreme precipitation depend strongly on neighborhood size.
-
CRPS-LAM: Probabilistic Regional Weather Forecasting with Continuous Ranked Probability Score
CRPS-LAM produces 57-hour probabilistic limited-area forecasts on MEPS at diffusion-comparable accuracy with single-forward-pass sampling, roughly 39x faster than Diffusion-LAM.
-
Statistical post-processing of operational dual-resolution wind-speed ensemble forecasts
For ECMWF wind-speed ensembles, high resolution beats large ensemble size, calibration shrinks the differences between configurations, and injecting high-resolution members into low-resolution forecasts improves skill.
-
Probabilistic measures afford fair comparisons of AIWP and NWP model output
PC, the mean CRPS of isotonic distributional regression fitted post hoc to deterministic model output, offers a loss-function-independent way to compare AI and physics-based weather forecasts.
-
The Rise of AI in Weather and Climate Information and its Impact on Global Inequality
AI weather and climate tools inherit Northern-controlled data and compute, risking worse forecasts and maladaptation for the Global South rather than democratizing climate information.
-
Post-processing of ensemble photovoltaic power forecasts with distributional and quantile regression methods
On Hungarian PV data, every tested post-processing method improves raw ensemble forecasts, and nonlinear quantile regression performs best.
Reference graph
Works this paper leans on
-
[1]
J. Pathak, S. Subramanian, P. Harrington, S. Raja, A. Chattopadhyay, M. Mardani, T. Kurth, D. Hall, Z. Li, K. Aziz- zadenesheli, and P. Hassanzadeh. FourCastNet: A global data-driven high-resolution weather model using adaptive fourier neural operators. arXiv preprint arXiv:2202.11214, Feb 22
-
[3]
doi:10.1038/s41612-023-00512-1
ISSN 2397-3722. doi:10.1038/s41612-023-00512-1. URL http://dx.doi.org/10.1038/ s41612-023-00512-1 . Simon Lang, Mihai Alexe, Matthew Chantry, Jesper Dramsch, Florian Pinault, Baudouin Raoult, Mariana C. A. Clare, Christian Lessig, Michael Maier-Gerber, Linus Magnusson, Zied Ben Bouallègue, Ana Prieto Nemesio, Peter D. Dueben, Andrew Brown, Florian Pappenb...
-
[10]
URL https://doi.org/10.1175/BAMS-D-15-00268.1 . Alex Bihlo. A generative adversarial network approach to (ensemble) weather prediction. Neural Networks, 139:1–16,
-
[11]
An ensemble of data-driven weather prediction models for operational sub-seasonal forecasting
Jonathan A Weyn, Divya Kumar, Jeremy Berman, Najeeb Kazmi, Sylwester Klocek, Pete Luferenko, and Kit Tham- biratnam. An ensemble of data-driven weather prediction models for operational sub-seasonal forecasting. arXiv preprint arXiv:2403.15598,
-
[12]
Z. Ben Bouallègue, Rilwan Adewoyin, Mihai Alexe, Matthew Chantry, Mariana Clare, Jesper Dramsch, Sara Hahner, Simon Lang, Christian Lessig, Linus Magnusson, Michael Maier-Gerber, Gert Mertes, Gabriel Moldovan, Ana Prieto Nemesio, Cathal O’Brien, Florian Pinault, Baudouin Raoult, Mario Santa Cruz, Helen Theissen, and Steffen Tietsche. A new ML model in the...
-
[16]
Simon Lang, Matthew Chantry, Rilwan Adewoyin, Mihai Alexe, Zied Ben Bouallègue, Mariana Clare, Jesper Dramsch, Sara Hahner, Simon Lang, Christian Lessig, Linus Magnusson, Michael Maier-Gerber, Gert Mertes, Gabriel Moldovan, Ana Prieto Nemesio, Cathal O’Brien, Florian Pinault, Baudouin Raoult, Mario Santa Cruz, Helen Theissen, and Steffen Tietsche. Enter t...
work page 2024
-
[17]
Lorenzo Pacchiardi, Rilwan A Adewoyin, Peter Dueben, and Ritabrata Dutta
doi:10.21957/slk503fs2i. Lorenzo Pacchiardi, Rilwan A Adewoyin, Peter Dueben, and Ritabrata Dutta. Probabilistic forecasting with generative networks via scoring rule minimization. Journal of Machine Learning Research, 25(45):1–64,
-
[18]
ISSN 1942-2466. doi:10.1029/2023ms004177. URL http://dx.doi.org/10.1029/2023MS004177. Christopher A. T. Ferro, David S. Richardson, and Andreas P. Weigel. On the effect of ensemble size on the discrete and continuous ranked probability scores. Meteorological Applications , 15(1):19–24,
Show all 37 references
- [20]
-
[22]
Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E
doi:10.1098/rsta.2013.0289. Jimmy Lei Ba, Jamie Ryan Kiros, and Geoffrey E. Hinton. Layer normalization,
2013
-
[24]
R. Keisler. Forecasting global weather with graph neural networks. arXiv preprint arXiv:2202.07575, Feb 15
-
[25]
Molteni, R
F. Molteni, R. Buizza, T. N. Palmer, and T. Petroliagis. The ECMWF ensemble prediction system: Method- ology and validation. Quarterly Journal of the Royal Meteorological Society , 122(529):73–119, 1996b. doi:https://doi.org/10.1002/qj.49712252905. P. Maciel, T. Quintino, U. M...
-
[26]
Hans Hersbach
URL https://doi.org/10.21957/H20RZ8. Hans Hersbach. Decomposition of the continuous ranked probability score for ensemble prediction systems. Weather and Forecasting, 15(5):559 – 570,
-
[30]
Hersbach, B
H. Hersbach, B. Bell, P. Berrisford, et al. The ERA5 global reanalysis. QJ R Meteorol Soc, 146:1999–2049,
1999
-
[31]
Frédéric Vitart, Roberto Buizza, Magdalena Alonso Balmaseda, Gianpaolo Balsamo, Jean-Raymond Bidlot, Axel Bonet, Manuel Fuentes, Alfred Hofstadler, Franco Molteni, and Tim N
doi:10.1002/qj.3803. Frédéric Vitart, Roberto Buizza, Magdalena Alonso Balmaseda, Gianpaolo Balsamo, Jean-Raymond Bidlot, Axel Bonet, Manuel Fuentes, Alfred Hofstadler, Franco Molteni, and Tim N. Palmer. The new vareps-monthly forecasting system: A first step towards seamless ...
-
[32]
Christopher J
doi:https://doi.org/10.1002/qj.322. Christopher J. White, Henrik Carlsen, Andrew W. Robertson, Richard J.T. Klein, Jeffrey K. Lazo, Arun Kumar, Frederic Vitart, Erin Coughlan de Perez, Andrea J. Ray, Virginia Murray, Sukaina Bharwani, Dave MacLeod, Rachel James, Lora Fleming, ...
-
[33]
Frédéric Vitart and Andrew W
doi:https://doi.org/10.1002/met.1654. Frédéric Vitart and Andrew W. Robertson. The sub-seasonal to seasonal prediction project (s2s) and the prediction of extreme events. npj Climate and Atmospheric Science, 1(1):3,
-
[34]
Unbiased evaluation and calibration of ensemble forecast anomalies
Christopher D Roberts and Martin Leutbecher. Unbiased evaluation and calibration of ensemble forecast anomalies. arXiv preprint arXiv:2410.06162,
-
[37]
AI-based data assimilation: Learning the functional of analysis estimation
Jan D Keller and Roland Potthast. AI-based data assimilation: Learning the functional of analysis estimation. arXiv preprint arXiv:2406.00390,
-
[38]
Generative data assimilation of sparse weather station observations at kilometer scales
Peter Manshausen, Yair Cohen, Jaideep Pathak, Mike Pritchard, Piyush Garg, Morteza Mardani, Karthik Kashinath, Simon Byrne, and Noah Brenowitz. Generative data assimilation of sparse weather station observations at kilometer scales. arXiv preprint arXiv:2406.16947,
-
[1971]
An all-season real-time multivariate MJO index: Development of an index for monitoring and prediction
Matthew C Wheeler and Harry H Hendon. An all-season real-time multivariate MJO index: Development of an index for monitoring and prediction. Monthly weather review, 132(8):1917–1932,
1917
-
[2000]
URL https://journals.ametsoc.org/view/journals/wefo/15/5/1520-0434_2000_015_0559_dotcrp_2_ 0_co_2.xml
doi:10.1175/1520-0434(2000)015<0559:DOTCRP>2.0.CO;2. URL https://journals.ametsoc.org/view/journals/wefo/15/5/1520-0434_2000_015_0559_dotcrp_2_ 0_co_2.xml. 18 AIFS-CRPS A PREPRINT Paulius Micikevicius, Sharan Narang, Jonah Alben, Gregory Diamos, Erich Elsen, David Garcia, Bori...
2000 doi
-
[2005]
Martin Leutbecher and Tim N Palmer
doi:10.1175/MWR2949.1. Martin Leutbecher and Tim N Palmer. Ensemble forecasting. Journal of computational physics, 227(7):3515–3539,
-
[2008]
doi:https://doi.org/10.1002/met.45. C. A. T. Ferro. Fair scores for ensemble forecasts. Quarterly Journal of the Royal Meteorological Society, 140(683): 1917–1923, December
1917 doi
-
[2013]
Gregory J Hakim and Sanjit Masanam
doi:https://doi.org/10.1002/met.1392. Gregory J Hakim and Sanjit Masanam. Dynamical tests of a deep-learning weather prediction model. Artificial Intelligence for the Earth Systems,
-
[2014]
URL https: //journals.ametsoc.org/view/journals/hydr/15/4/jhm-d-14-0008_1.xml
doi:10.1175/JHM-D-14-0008.1. URL https: //journals.ametsoc.org/view/journals/hydr/15/4/jhm-d-14-0008_1.xml . Franco Molteni, Roberto Buizza, Tim N Palmer, and Thomas Petroliagis. The ECMWF ensemble prediction system: Methodology and validation. Quarterly journal of the royal m...
-
[2015]
Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine
URL http://arxiv.org/abs/1503.03585. Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine. Elucidating the design space of diffusion-based generative models. arXiv preprint arXiv:2206.00364,
-
[2016]
Mingjian Chen, Xu Tan, Bohan Li, Yanqing Liu, Tao Qin, Sheng Zhao, and Tie-Yan Liu
URL https://arxiv.org/ abs/1607.06450. Mingjian Chen, Xu Tan, Bohan Li, Yanqing Liu, Tao Qin, Sheng Zhao, and Tie-Yan Liu. Adaspeech: Adaptive text to speech for custom voice,
-
[2017]
doi:https://doi.org/10.1002/qj.3094. Judith Berner, Ulrich Achatz, Lauriane Batte, Lisa Bengtsson, Alvaro de la Cámara, Hannah M Christensen, Matteo Colangeli, Danielle RB Coleman, Daan Crommelin, Stamen I Dolaptchiev, et al. Stochastic parameterization: Toward a new view of w...
-
[2018]
Ilya Loshchilov and Frank Hutter
URL https://arxiv.org/abs/1710.03740. Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. In International Conference on Learning Representations,
-
[2019]
URL https://rmets.onlinelibrary
doi:https://doi.org/10.1002/qj.3387. URL https://rmets.onlinelibrary. wiley.com/doi/abs/10.1002/qj.3387. N. P. Wedi. Increasing the horizontal resolution in numerical weather prediction and climate simulations: illusion or panacea? Philosophical Transactions of the Royal Socie...
-
[2020]
URL https://arxiv.org/abs/2006.15704. T. Chen, B. Xu, C. Zhang, and C. Guestrin. Training deep nets with sublinear memory cost. arXiv preprint arXiv:1604.06174, Apr 22
2006 arXiv
-
[2021]
Martin Leutbecher, Sarah-Jane Lock, Pirkka Ollinaho, Simon T
doi:10.1002/qj.4181. Martin Leutbecher, Sarah-Jane Lock, Pirkka Ollinaho, Simon T. K. Lang, Gianpaolo Balsamo, Peter Bechtold, Massimo Bonavita, Hannah M. Christensen, Michail Diamantakis, Emanuel Dutra, Stephen English, Michael Fisher, Richard M. Forbes, Jacqueline Goddard, T...
-
[2022]
GenCast: Diffusion-based ensemble forecasting for medium-range weather
Ilan Price, Alvaro Sanchez-Gonzalez, Ferran Alet, Timo Ewalds, Andrew El-Kadi, Jacklynn Stott, Shakir Mohamed, Peter Battaglia, Remi Lam, and Matthew Willson. GenCast: Diffusion-based ensemble forecasting for medium-range weather. arXiv preprint arXiv:2312.15796,
-
[2023]
doi:10.1126/science.adi2336
ISSN 1095-9203. doi:10.1126/science.adi2336. URL http://dx.doi.org/10.1126/science.adi2336. Lei Chen, Xiaohui Zhong, Feng Zhang, Yuan Cheng, Yinghui Xu, Yuan Qi, and Hao Li. FuXi: a cascade machine learning forecasting system for 15-day global weather forecast. npj Climate and...
-
[2024]
The rise of data-driven weather forecasting: A first statistical assessment of machine learning-based weather forecasts in an operational-like context
Zied Ben Bouallègue, Mariana C A Clare, Linus Magnusson, Estibaliz Gascón, Michael Maier-Gerber, Martin Janoušek, Mark Rodwell, Florian Pinault, Jesper S Dramsch, Simon T K Lang, Baudouin Raoult, Florence Rabier, Matthieu Chevallier, Irina Sandu, Peter Dueben, Matthew Chantry,...
-
[2025]
doi:10.21957/tmi6y913dc. 19 AIFS-CRPS A PREPRINT Anna Vaughan, Stratis Markou, Will Tebbutt, James Requeima, Wessel P Bruinsma, Tom R Andersson, Michael Herzog, Nicholas D Lane, Matthew Chantry, J Scott Hosking, et al. Aardvark weather: end-to-end data-driven weather forecasti...
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.