Changes between Version 1 and Version 2 of PDAF_diag_stddev_nompi
- Timestamp:
- Mar 21, 2025, 2:53:21 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_diag_stddev_nompi
v1 v2 25 25 **Note:** 26 26 * 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. 27 * 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.