Changes between Version 7 and Version 8 of PDAF_diag_stddev_nompi


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_diag_stddev_nompi

    v7 v8  
    2727 * 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.
    2828 * We recommend to use this routine only in cases where the MPI parallelization is not initialized, e.g. in separate post-analysis programs. In assimilation programs, where the parallelization is initialized for PDAF, we recommend to use the routine [wiki:PDAF_diag_stddev] for better overall compatibility.
    29  * The option `do_mean` exists mainly for performance reasons. If `state_p` contains is ensemble mean state it does not need to be computed again.
     29 * The option `do_mean` exists mainly for performance reasons. If `state_p` contains alrady the ensemble mean state it does not need to be computed again.
    3030 * The routine does not perform any MPI operations and can also be used if PDAF was not initialized by calling `PDAF_init`.