Changes between Version 1 and Version 2 of PDAF_diag_variance_nompi
- Timestamp:
- Mar 21, 2025, 7:23:21 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_diag_variance_nompi
v1 v2 3 3 This page documents the routine `PDAF_diag_variance_nompi` of PDAF, which was introduced with PDAF V3.0. 4 4 5 This routine computes the unbiased standard deviationof the ensemble and returns it in the form of a state vector. In addition the mean standard deviation is computed. This variant only compute the standard deviation for the provided ensemble array `ens`. Thus, with a domain-decomposed parallel model, the value of of the standard deviation does not consider the full domain. The variant taking into account parallelization is [wiki:PDAF_diag_variance].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. This variant only compute the standard deviation for the provided ensemble array `ens`. Thus, with a domain-decomposed parallel model, the value of of the standard deviation does not consider the full domain. The variant taking into account parallelization is [wiki:PDAF_diag_variance]. 6 6 7 7 The interface is the following: