Changes between Version 5 and Version 6 of PDAF_diag_variance


Ignore:
Timestamp:
Mar 26, 2025, 2:25:27 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_diag_variance

    v5 v6  
    2828**Note:**
    2929 * The ensemble standard deviation is a common measure of the estimate model root mean square error. It is typically computed in `prepoststep_pdaf` to monitor the assimilation process.
    30  * The option `do_mean` exists mainly for performance reasons. If `state_p` contains is ensmeble mean state it does not need to be computed again.
     30 * The option `do_mean` exists mainly for performance reasons. If `state_p` already contains the ensemble mean state it does not need to be computed again.
    3131 * The option `do_stddev` also exists for performance reasons. If one is not interested in this number, it does not need to be computed.
    3232 * The routine computes the unbiased variance, i.e. the normalization is 1/(dim_ens-1)