Changes between Version 4 and Version 5 of PDAF_diag_compute_moments
- Timestamp:
- May 27, 2025, 4:44:20 PM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_diag_compute_moments
v4 v5 3 3 This page documents the routine `PDAF_diag_compute_moments` of PDAF, which was introduced with PDAF V3.0. 4 4 5 This routine computes the mean, the unbiased variance, the unbiased skewness, and the unbiased excess kurtosis from an ensemble. All moments are stored in a single array. `kmax` controls the highest order that should be computed. With parall ized models, the moments are computed for the process-local state.5 This routine computes the mean, the unbiased variance, the unbiased skewness, and the unbiased excess kurtosis from an ensemble. All moments are stored in a single array. `kmax` controls the highest order that should be computed. With parallelized models, the moments are computed for the process-local state. 6 6 7 7 The routine can be called in the pre/poststep routine of PDAF both before and after the analysis step to compute the ensemble statistics.