Changes between Version 2 and Version 3 of PDAF_diag_variance
- Timestamp:
- Mar 21, 2025, 7:22:49 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_diag_variance
v2 v3 3 3 This page documents the routine `PDAF_diag_variance` of PDAF, which was introduced with PDAF V3.0. 4 4 5 This routine computes the standard deviationof the ensemble and returns it in the form of a state vector. In addition the mean standard deviation is computed. taking into account domain-decomposition for parallelized models.5 This routine computes the unbiased variance of the ensemble and returns it in the form of a state vector. In addition the mean standard deviation is computed. taking into account domain-decomposition for parallelized models. 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. This variant computes the standard deviation for the provided ensemble over the full decomposed domain of a parallel model. The variant without parallelization is [wiki:PDAF_diag_variance_nompi].