Changes between Version 4 and Version 5 of PDAF_diag_compute_moments


Ignore:
Timestamp:
May 27, 2025, 4:44:20 PM (4 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_diag_compute_moments

    v4 v5  
    33This page documents the routine `PDAF_diag_compute_moments` of PDAF, which was introduced with PDAF V3.0.
    44
    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 parallized models, the moments are computed for the process-local state.
     5This 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.
    66
    77The routine can be called in the pre/poststep routine of PDAF both before and after the analysis step to compute the ensemble statistics.