Changes between Version 1 and Version 2 of PDAF_diag_variance_nompi


Ignore:
Timestamp:
Mar 21, 2025, 7:23:21 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_diag_variance_nompi

    v1 v2  
    33This page documents the routine `PDAF_diag_variance_nompi` of PDAF, which was introduced with PDAF V3.0.
    44
    5 This routine computes the unbiased standard deviation 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].
     5This 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].
    66
    77The interface is the following: