REVIEW 5 major objections 7 minor 50 references
Summary Statistics of Large-scale Model Outputs for Observation-corrected Outputs
T0 review · 5 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Sig-PCA shows that bias-correcting physics-based model outputs can be done from low-dimensional path-signature summaries instead of full gridded fields, yielding corrected probability distributions and spatial correlations.
desk verdict A sensible and clearly written Sig-PCA pipeline for bias correction, but the central out-of-sample claim is untested because all evaluation uses the stations used to train the corrective network. 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 path signature of the model field at each grid location: for a time series $x$, the depth-$N$ signature stacks iterated integrals $\int_{t_0\le u_1\le\cdots\le u_d\le t_1} dx_{i_1,u_1}\cdots dx_{i_d,u_d}$ for $d=1,\dots,N$, evaluated over the seven sub-windows produced by dyadic windowing at depth 3. These signatures encode temporal displacement (depth 1) and signed areas between locations (depth 2) at multiple scales. PCA then reduces the signature space to the components explaining 99.5% of the variance, and the resulting vectors feed two fully connected networks: a reconstruction network that recovers the full grid from a small fraction of training locations, and a corrective network that predicts observation-minus-reconstruction discrepancies. Multi-resolution Wendland radial basis functions from deep kriging, together with spatial coordinates, are the mechanism that transfers corrections from the sparse observation stations to the rest of the grid.
What would settle it
Hold out one-third of the observation stations entirely from training, then compare corrected model fields at those held-out stations against observations; if the corrected fields are no closer to observations than the raw model output, the claim of spatially transferable correction fails. A second check is to withhold a full season of the year and see whether reconstructed and corrected fields reproduce the observed spectral and spatial correlation structure in that season.
Extended reading notes
Core claim
The paper's central claim is that a two-stage neural-network procedure operating only on reduced representations of physics-based model outputs can produce observation-corrected fields whose probability distributions and space-time correlation structures align with observations. In the first stage, a reconstruction network recovers the full model grid from path-signature summaries computed over seven dyadic time windows and projected onto principal components retaining 99.5% of the variance; in the second stage, a corrective network learns the discrepancy between observations and the nearest reconstructed gridpoints, with deep kriging basis functions carrying the corrections to unobserved locations. The authors state that this is the first bias-correction method built from reduced representations of model outputs rather than from their full gridded fields. On NLDAS surface temperature, training on 4% of the gridpoints yields about 11.05% reconstruction error and a 70.09% improvement over raw model RMSE at observation stations; on WRF surface wind, the reconstruction error is about 13.63% with a 51.61% improvement, and depth-2 signatures help capture the noisier wind field.
Load-bearing premise
The method assumes that the compressed summary statistics, a few hundred numbers per time window, still carry enough information to rebuild the full model field and to extend corrections to the roughly 96% of gridpoints without observations, and the paper supports this only with in-sample reconstruction errors and correction improvements rather than held-out data.
Editorial extensions
If this is right
- Corrected fields inherit the model's spatial support while matching observed statistics, so analyses that need full-coverage, observation-consistent fields can use the corrected grid rather than raw model output.
- The method reduces the amount of model data that must be moved for bias correction to a few hundred summary components, opening the door to correcting fields where full outputs cannot be stored or transferred.
- The two-stage design, reconstructing the model first and then learning observation discrepancies, gives better spatial correlation alignment than directly predicting observations, according to the paper's comparisons.
- Because only summaries of model outputs are needed, the approach can be applied to datasets with different smoothness and different model-to-observation ratios, as demonstrated by the temperature and wind experiments.
Reading between the lines
- If signatures were computed only at adaptively chosen locations instead of every gridpoint, the method could run entirely in situ; the paper's k-centroid experiment suggests that the quality of such a reduction would depend strongly on the smoothness of the field.
- The 99.5% variance threshold and the depth-3 windowing are natural tuning knobs; an explicit sweep over signature depth and retained variance would reveal whether even smaller summaries suffice for a given field.
- Because the corrective network is trained on station discrepancies, its errors should scale with station density; a natural stress test is to thin the observation network and measure the degradation of corrected spatial correlations.
- The smoother temperature field showed larger reconstruction-error differences between signature summaries and clustering-based summaries, suggesting that the choice of reduced representation matters most in fields with strong spatial structure.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Sig-PCA, a framework for correcting gridded physics-based model outputs using sparse observations. The method computes depth-1 (and selectively depth-2) path signatures over hierarchical dyadic windows for each model gridpoint, applies PCA to the signature space to retain 99.5% variance, and then trains two neural networks: a reconstruction network that maps PCA-reduced signatures (plus coordinates and deep-kriging basis functions) to model values at a subset of gridpoints, and a corrective network that learns the discrepancy between observations and reconstructed model values at nearby gridpoints. The corrected field is obtained by adding the predicted correction to the reconstructed field over the full grid. The approach is demonstrated on NLDAS surface temperature (with LCD stations) and WRF surface wind speed (with ASOS stations), and is compared against an EOF-based reduction baseline. The paper also includes sensitivity analyses, seasonal diagnostics, QQ plots, spatial correlation curves, and spectral comparisons.
Significance. The proposed idea is timely and potentially useful: combining unsupervised signature summaries of large model outputs with neural-network-based spatial correction could reduce the computational burden of bias correction and post-processing. The paper provides code, two real-data applications with different statistical properties, and a fairly comprehensive set of validation diagnostics. However, the central generalization claim — that corrections learned at a sparse set of observation stations extend to unobserved locations — is currently supported only by in-sample evaluation: all correction metrics are computed at the same stations used to train the corrective network. The comparison against EOF is also confounded by a large asymmetry in the number of retained components. If the authors add proper out-of-sample (held-out station) validation and a more balanced benchmark, the work could make a solid contribution to the applied statistics and climate post-processing literature.
major comments (5)
- [Sections 4.3 and 5.3; Algorithm 1 Steps 5-7] The central generalization claim of the paper — that corrections learned at roughly 4% of gridpoints extend to unobserved locations — is not supported by the reported evaluation. The corrective NN in Algorithm 1 Step 5 is trained on Corr_obs = F_obs - C_recon_obs' at the LCD/ASOS stations, and all quantitative metrics in Sections 4.3 and 5.3 (% improvement RMSE, 1-Wasserstein distances, QQ plots, spatial correlation curves, spectra) are computed at precisely those same stations. High scores could therefore reflect memorization of station-specific biases rather than spatially transferable corrections. The authors should add a held-out evaluation: either spatial cross-validation (train on a subset of stations, test on the rest) or temporal holdout, and report metrics separately for trained versus untrained stations.
- [Sections 2.5, 4.2, 5.2] The comparison against the EOF baseline is asymmetric. Sig-PCA retains 135 principal components for temperature and 41 for wind, while the EOF baseline retains 11 and 17 components, respectively (Sections 4.2 and 5.2). With roughly an order of magnitude more degrees of freedom, the Sig-PCA reconstruction and correction would be expected to fit the training data better regardless of the summary-statistic quality. To support the claim that Sig-PCA outperforms EOF, the authors should either match the number of retained components across methods (e.g., plot performance versus number of components for both) or otherwise control for representation capacity.
- [Section 2.4, Algorithm 1 Steps 2-4] The reconstruction RMSE (11.05% for temperature, 13.63% for wind) is presented as a measure of how well the method reconstructs the full model field from a small fraction of gridpoints, but it is not a clean out-of-sample test. The PCA in Step 2 is fit on path signatures from all gridpoints, so the reduced representation supplied to the reconstruction NN at a held-out location already contains information from that location through the global principal-component loadings. The reported RMSE is therefore a compression-reconstruction error, not a test of generalization to locations whose data were never used. This should be stated explicitly, and if spatial generalization is the goal, the PCA should be fit only on the training subset or a leave-location-out scheme should be adopted.
- [Sections 1 and 6] The claim that this is the first attempt to bias-correct physics-based model outputs from reduced representations is too strong given the cited literature. Guinness and Hammerling (2018) use Fourier coefficients as summary statistics for statistical compression and conditional emulation of climate model output, which is closely related in spirit to correcting outputs from reduced summaries, and model output statistics (MOS) have long operated on dimension-reduced predictors. The authors should either soften this claim or provide a precise delimitation of what distinguishes the present approach from these earlier reduced-representation correction methods.
- [Sections 2.2, 4.1, 5.1] The sufficiency of the chosen summary statistics is not established. The window depth is fixed at dw=3 and the signature depth at N=1 for temperature and at N=1 plus partial depth-2 for wind; no sensitivity analysis is reported for these choices. Since the entire approach rests on the claim that depth-1/depth-2 path signatures over seven dyadic windows, after PCA retention of 99.5% variance, retain the information needed for correction, the authors should provide an evaluation across at least one or two alternative settings (e.g., dw=2 or N=2 applied consistently) and show that the correction quality is not critically dependent on the specific hyperparameter values.
minor comments (7)
- [Section 2.2] The sentence "we set the window depth to dw = 3, meaning the data is divided into dw + 1 sub-windows" is incorrect; the total number of sub-windows is 2^{dw+1}-1 = 7, not 4.
- [Section 2.4] The description of the reconstruction network inputs is ambiguous: the phrase "using summary statistics from the full grid as inputs" could mean either the global PCA-reduced signature vector for each time window or per-location summary values. Please clarify the exact input tensor shape for both the reconstruction and correction networks.
- [Section 4.2] The statement "The value of x is selected based on practical constraints and the desired percentage RMSE" is not consistent with the later choice of x=4%, which is justified by the number of LCD stations; please clarify the actual selection rationale.
- [Section 6] The phrase "while working a reduced representation" should read "while working with a reduced representation."
- [Sections 4.2 and 5.3] The aggregate improvement values 70.09% and 51.61% are reported without specifying how the per-station % improvement RMSE values are averaged across stations and seasons; please define the aggregation.
- [Abstract] The phrase "different ratios of model to observational data" is vague; specify what ratio is meant (e.g., number of gridpoints to observation stations, or sample sizes).
- [Section 3.2] The moving-window filter applied to the ASOS wind data is not described; state the window length and type, and how the hourly picks were made after filtering.
Circularity Check
Headline correction metrics are computed at the same observation stations used to train the corrective network; reconstruction error is evaluated over training gridpoints with PCA fit on the full grid.
-
fitted input called prediction
[Algorithm 1, Step 5; Section 4.3; Section 5.3]
"Use the PCA-reduced representation as input to train the corrective NN to learn the corrections, Corr obs = Fobs − C recon obs′ for obs′ locations that are closest to the obs locations."
The corrective network's training target at each station is the residual between the observations Fobs and the reconstructed field at the nearest gridpoint. The paper's headline validation metrics—% improvement RMSE, 1-Wasserstein distance, QQ plots, and station-level spatial correlations—are then all evaluated at those same LCD/ASOS stations. Consequently, the reported improvements measure in-sample fit of the correction network rather than its ability to transfer corrections to unobserved locations. The central claim that corrections learned at roughly 4% of gridpoints extend to the full grid is therefore not independently tested; the evaluation set is the training set by construction.
-
fitted input called prediction
[Section 4.2 (reconstruction sensitivity); Algorithm 1, Steps 3–4]
"After reconstructing the entire grid, the error between the original and reconstructed NLDAS is evaluated across all gridpoints."
The reconstruction network is trained on x% of the model gridpoints, while its inputs are PCA-reduced signatures computed from the full grid of model outputs. The reported reconstruction RMSE is averaged over all gridpoints, including the x% used as training targets, and the PCA basis is itself estimated from all gridpoints, including any locations one might wish to treat as held out. The reconstruction error is therefore not a clean out-of-sample measure of whether the reduced signature representation generalizes to unseen gridpoints; the fitted PCA representation already contains information from the evaluation locations.
full rationale
Sig-PCA's construction is not self-definitional: path signatures and PCA are computed from model outputs alone, and the corrective residual is defined from observations; there is no equation in which the claimed prediction equals its input by definition. The circularity lies in evaluation. Algorithm 1 Step 5 trains the corrective NN on Corr_obs = F_obs − C_recon at the observation stations, and Sections 4.3/5.3 score the corrected field against the same LCD/ASOS stations. The % improvement RMSE and 1-Wasserstein distances therefore quantify in-sample fit, not spatial transfer. Similarly, the reconstruction experiments evaluate RMSE over all gridpoints, including training targets, while PCA is fit on all gridpoints, so the reported 11.05%/13.63% errors are not clean holdout estimates. No load-bearing self-citation chain is present; Bessac et al. (2018) supplies data and Chen et al. (2022) supplies deep kriging, and neither is invoked to forbid alternatives. The method has independent content, but its central generalization claim is currently supported only by in-sample validation, giving a partial circularity score of 6.
Assumptions & free parameters
free parameters (6)
- Signature depth N =
1 for temperature, 2 for wind
- Dyadic window depth d_w =
3
- PCA variance threshold =
99.5%
- Training gridpoint fraction x =
4%
- Deep kriging Wendland bandwidth =
2.5 times knot spacing
- NN architecture hyperparameters =
7 layers (512 to 16) for temperature; 2 hidden layers (128, 64) for wind; learning rate 0.01; 500 epochs
assumptions (5)
- standard math Path signatures determine a path up to tree-like equivalence and provide sufficient summary statistics for sequential data.
- standard math Karhunen-Loeve expansion allows a spatial process to be represented by a finite linear combination of orthogonal basis functions.
- domain assumption The neural networks can approximate the reconstruction and correction mappings from the reduced features.
- domain assumption Observations are treated as ground truth with negligible measurement error after temporal averaging.
- domain assumption Model outputs and observations are comparable after aligning temporal resolution (hourly means).
Cite this review
Pith. "Pith review of Summary Statistics of Large-scale Model Outputs for Observation-corrected Outputs." pith.science (2026). https://pith.science/paper/WPAEJBL2
@misc{pith2026250615845,
author = {Pith},
title = {Pith review of: Summary Statistics of Large-scale Model Outputs for Observation-corrected Outputs},
year = {2026},
howpublished = {\url{https://pith.science/paper/WPAEJBL2}},
note = {Machine review of arXiv:2506.15845}
}
read the original abstract
Physics-based models capture broad spatial and temporal dynamics, but often suffer from biases and numerical approximations, while observations capture localized variability but are sparse. Integrating these complementary data modalities is important to improving the accuracy and reliability of model outputs. Meanwhile, physics-based models typically generate large outputs that are challenging to manipulate. In this paper, we propose Sig-PCA, a space-time framework that integrates summary statistics from model outputs with localized observations via a neural network (NN). By leveraging reduced-order representations from physics-based models and integrating them with observational data, our approach corrects model outputs, while allowing to work with dimensionally-reduced quantities hence with smaller NNs. This framework highlights the synergy between observational data and statistical summaries of model outputs, and effectively combines multisource data by preserving essential statistical information. We demonstrate our approach on two datasets (surface temperature and surface wind) with different statistical properties and different ratios of model to observational data. Our method corrects model outputs to align closely with the observational data, specifically enabling to correct probability distributions and space-time correlation structures.
Figures
Figures from the paper (22 more)
Reference graph
Works this paper leans on
-
[1]
Abdul Qayyum, A. B., X. Luo, N. M. Urban, X. Qian, and B.-J. Yoon (2024). Implicit neural representations for simultaneous reduction and continuous reconstruction of multi-altitude climate data. In 2024 IEEE 34th International Workshop on Machine Learning for Signal Processing (MLSP) , pp.\ 1--6
work page 2024
-
[2]
Annau, N. J., A. J. Cannon, and A. H. Monahan (2023). Algorithmic Hallucinations of Near-Surface Winds: Statistical Downscaling with Generative Adversarial Networks to Convection-Permitting Scales . arXiv:2302.08720\/
arXiv 2023
-
[3]
Bailie, T., Y. S. Koh, N. Rampal, and P. B. Gibson (2024). Quantile-regression-ensemble: A deep learning algorithm for downscaling extreme precipitation. Proceedings of the AAAI Conference on Artificial Intelligence\/ 38\/ (20), 21914--21922
work page 2024
-
[4]
Bessac, J., E. Constantinescu, and M. Anitescu (2018). Stochastic simulation of predictive space–time scenarios of wind speed using observations and physical model outputs . The Annals of Applied Statistics\/ 12\/ (1), 432 -- 458
work page 2018
-
[5]
Cannon, A. J. (2018). Multivariate quantile mapping bias correction: an N-dimensional probability density function transform for climate model simulations of multiple variables . Climate dynamics\/ 50\/ (1), 31--49
work page 2018
-
[6]
Chen, W., Y. Li, B. J. Reich, and Y. Sun (2022). DeepKriging: Spatially Dependent Deep Neural Networks for Spatial Prediction . arXiv:2007.11972\/
work page Pith review arXiv 2022
-
[7]
Chevyrev, I. and A. Kormilitzin (2016). A Primer on the Signature Method in Machine Learning . arXiv:1603.03788\/
arXiv 2016
-
[8]
Christensen, H. and L. Zanna (2022, 12). Parametrization in weather and climate models
work page 2022
Show all 50 references
-
[9]
Cressie, N. (2015). Statistics for spatial data . John Wiley & Sons
2015
-
[10]
Cressie, N. and G. Johannesson (2008). Fixed-rank kriging for very large spatial data sets. Journal of the Royal Statistical Society: Series B (Statistical Methodology)\/ 70\/ (1), 209--226
2008
-
[11]
Danforth, C. M., E. Kalnay, and T. Miyoshi (2007). Estimating and correcting global weather model error. Monthly weather review\/ 135\/ (2), 281--299
2007
-
[12]
Daust, K. and A. Monahan (2024). Capturing Climatic Variability: Using Deep Learning for Stochastic Downscaling . arXiv:2406.02587\/
2024 arXiv
-
[13]
Di, S., J. Liu, K. Zhao, X. Liang, R. Underwood, Z. Zhang, M. Shah, Y. Huang, J. Huang, X. Yu, C. Ren, H. Guo, G. Wilkins, D. Tao, J. Tian, S. Jin, Z. Jian, D. Wang, M. H. Rahman, B. Zhang, S. Song, J. Calhoun, G. Li, K. Yoshii, K. Alharthi, and F. Cappello (2025). A survey on...
2025
-
[14]
Klein, L
Dutta, S., N. Klein, L. Tang, J. D. Wolfe, L. V. Roekel, J. J. Benedict, A. Biswas, E. Lawrence, and N. Urban (2021). In situ climate modeling for analyzing extreme weather events. In ISAV'21: In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization , pp.\ 18--23
2021
-
[15]
Tasnim, T
Dutta, S., H. Tasnim, T. L. Turton, and J. Ahrens (2021). In Situ Adaptive Spatio-Temporal Data Summarization . In 2021 IEEE International Conference on Big Data (Big Data) , pp.\ 315--321
2021
-
[16]
Cannon, and S
Dyer, J., P. Cannon, and S. M. Schmon (2024). Approximate Bayesian Computation with Path Signatures . In The 40th Conference on Uncertainty in Artificial Intelligence
2024
-
[17]
Ramachandra, J
Ganguli, A., N. Ramachandra, J. Bessac, and E. Constantinescu (2024). Enhancing interpretability in generative modeling: Disentangled latent spaces in scientific datasets. Authorea Preprints\/
2024
-
[18]
Glahn, H. R. and D. A. Lowry (1972). The use of M odel O utput S tatistics ( MOS ) in objective weather forecasting. Journal of Applied Meteorology\/ 11\/ (8), 1203--1211
1972
-
[19]
Zhang, X
Gong, Q., C. Zhang, X. Liang, V. Reshniak, J. Chen, A. Rangarajan, S. Ranka, N. Vidal, L. Wan, P. Ullrich, N. Podhorszki, R. Jacob, and S. Klasky (2023). Spatiotemporally Adaptive Compression for Scientific Dataset with Feature Preservation – A Case Study on Simulation Data wi...
2023
-
[20]
Madaus, and C
Groenke, B., L. Madaus, and C. Monteleoni (2021). Climalign: Unsupervised statistical downscaling of climate variables via normalizing flows. In Proceedings of the 10th International Conference on Climate Informatics , CI2020, New York, NY, USA, pp.\ 60–66. Association for Com...
2021
-
[21]
Guinness, J. and D. Hammerling (2018). Compression and conditional emulation of climate model output. Journal of the American Statistical Association\/ 113\/ (521), 56--67
2018
-
[22]
Hannachi, A., I. T. Jolliffe, D. B. Stephenson, et al. (2007). Empirical orthogonal functions and related techniques in atmospheric science: A review. International journal of climatology\/ 27\/ (9), 1119--1152
2007
-
[23]
Dutta, H.-W
Hazarika, S., S. Dutta, H.-W. Shen, and J.-P. Chen (2019). CoDDA: A Flexible Copula-based Distribution Driven Analysis Framework for Large-Scale Multivariate Data . IEEE Transactions on Visualization and Computer Graphics\/ 25\/ (1), 1214--1224
2019
-
[24]
Huang, L. and T. Hoefler (2023). Compressing multidimensional weather and climate data into neural networks. In The Eleventh International Conference on Learning Representations . IEEE
2023
-
[25]
Jian, Z., S. Di, J. Liu, K. Zhao, X. Liang, H. Xu, R. Underwood, S. Wu, J. Huang, Z. Chen, et al. (2024). Cliz: Optimizing lossy compression for climate datasets with adaptive fine-tuned data prediction. In 2024 IEEE International Parallel and Distributed Processing Symposium ...
2024
-
[26]
Kingma, D. P. and M. Welling (2022). Auto-Encoding Variational Bayes . arXiv:1312.6114\/
2022 arXiv
-
[27]
o wer, M., M. Razinger, J. J. Dominguez, P. D. D \
Kl \"o wer, M., M. Razinger, J. J. Dominguez, P. D. D \"u ben, and T. N. Palmer (2021). Compressing atmospheric data into its real information content. Nature Computational Science\/ 1\/ (11), 713--724
2021
-
[28]
Lyons, T. J. and N. Sidorova (2005). Sound Compression: A Rough Path Approach . In Proceedings of the 4th International Symposium on Information and Communication Technologies , pp.\ 223--228. Trinity College Dublin
2005
-
[29]
Majumder, R., S. Fang, A. Sankarasubramanian, E. C. Hector, and B. J. Reich (2024). Spatiotemporal density correction of multivariate global climate model projections using deep learning. arXiv:2411.18799\/
2024
-
[30]
Maraun, D. (2016). Bias correcting climate change simulations-a critical review. Current Climate Change Reports\/ 2\/ (4), 211--220
2016
-
[31]
Maraun, D. (2019). Statistical downscaling for Climate Science . In Oxford Research Encyclopedia of Climate Science
2019
-
[32]
Matheron, G. (1967). Kriging or polynomial interpolation procedures . CIMM Transactions\/ 70\/ (1), 240--244
1967
-
[33]
Tan, and L
McDonald, A., P.-N. Tan, and L. Luo (2022, 7). Comet flows: Towards generative modeling of multivariate extremes and tail dependence. In L. D. Raedt (Ed.), Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence, IJCAI-22 , pp.\ 3328--3334. In...
2022
-
[34]
Mitchell, K. E., D. Lohmann, P. R. Houser, E. F. Wood, J. C. Schaake, A. Robock, B. A. Cosgrove, J. Sheffield, Q. Duan, L. Luo, et al. (2004). The multi-institution North American Land Data Assimilation System (NLDAS): Utilizing multiple GCIP products and partners in a contine...
2004
-
[35]
Monahan, A. H. (2000). Nonlinear principal component analysis by neural networks: Theory and application to the lorenz system. Journal of Climate\/ 13\/ (4), 821 -- 835
2000
-
[36]
Fermanian, P
Morrill, J., A. Fermanian, P. Kidger, and T. Lyons (2021). A Generalised Signature Method for Multivariate Time Series Feature Extraction . arXiv:2006.00873\/
2021 arXiv
-
[37]
Muskulus, M. and S. Verduyn-Lunel (2011). Wasserstein distances in the analysis of time series and dynamical systems. Physica D: Nonlinear Phenomena\/ 240\/ (1), 45--58
2011
-
[38]
Palmer, T. N., R. Buizza, F. Doblas-Reyes, T. Jung, M. Leutbecher, G. J. Shutts, M. Steinheimer, and A. Weisheimer (2009). Stochastic parametrization and model uncertainty. ECMWF Technical Memo\/ 598 , 1--42
2009
-
[39]
Nardi, N
Poppick, A., J. Nardi, N. Feldman, A. H. Baker, A. Pinard, and D. M. Hammerling (2020). A statistical analysis of lossily compressed climate model data. Computers & Geosciences\/ 145 , 104599
2020
-
[40]
Raftery, A. E., T. Gneiting, F. Balabdaoui, and M. Polakowski (2005). Using B ayesian model averaging to calibrate forecast ensembles. Monthly Weather Review\/ 133\/ (5), 1155--1174
2005
-
[41]
Barros, E
Rouet-Leduc, B., K. Barros, E. Cieren, V. Elango, C. Junghans, T. Lookman, J. Mohd-Yusof, R. S. Pavel, A. Y. Rivera, D. Roehm, A. L. McPherson, and T. C. Germann (2014). Spatial adaptive sampling in multiscale simulation. Computer Physics Communications\/ 185\/ (7), 1857--1864
2014
-
[42]
Salvana, M. L. O. and M. G. Genton (2020). Nonstationary cross-covariance functions for multivariate spatio-temporal random fields. Spatial Statistics\/ 37 , 100411
2020
-
[43]
Fan, and M
Sisson, S., Y. Fan, and M. Beaumont (2018). Handbook of Approximate Bayesian Computation (1st ed.) . Chapman and Hall/CRC
2018
-
[44]
Klemp, J
Skamarock, W., J. Klemp, J. Dudhia, D. Gill, D. Barker, M. Duda, X.-Y. Huang, W. Wang, and J. Powers (2008). A description of the Advanced Research WRF version 3 . Technical Report Tech Notes-475+ STR, NCAR
2008
-
[45]
Glaws, D
Stengel, K., A. Glaws, D. Hettinger, and R. N. King (2020). Adversarial super-resolution of climatological wind and solar data. Proceedings of the National Academy of Sciences\/ 117\/ (29), 16805--16815
2020
-
[46]
Dutta, N
Tang, L., S. Dutta, N. Klein, W. Y. Wang, J. D. Wolfe, L. Van Roekel, N. Urban, A. Biswas, and E. Lawrence (2024). Julia for HPC: In Situ Data Analysis with Julia for Climate Simulations at Large Scale . In Proceedings of the JuliaCon Conferences , Volume 6, pp.\ 134
2024
-
[47]
Bessac, S
Underwood, R., J. Bessac, S. Di, and F. Cappello (2022). Understanding the effects of modern compressors on the community earth science model. In 8th International Workshop on Data Analysis and Reduction for Big Scientific Data in conjunction with SC '22: The International Con...
2022
-
[48]
Vannitsem, S., J. B. Bremnes, J. Demaeyer, G. R. Evans, J. Flowerdew, S. Hemri, S. Lerch, N. Roberts, S. Theis, A. Atencia, et al. (2021). Statistical postprocessing for weather forecasts: Review, challenges, and avenues in a big data world . Bulletin of the American Meteorolo...
2021
-
[49]
Von Storch, H. and F. W. Zwiers (2002). Statistical analysis in climate research . Cambridge University Press
2002
-
[50]
Mitchell, M
Xia, Y., K. Mitchell, M. Ek, J. Sheffield, B. Cosgrove, E. Wood, L. Luo, C. Alonge, H. Wei, J. Meng, B. Livneh, D. Lettenmaier, V. Koren, Q. Duan, K. Mo, Y. Fan, and D. Mocko (2012). Continental-scale water and energy flux analysis and validation for the North American Land Da...
2012
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.