Changes between Version 1 and Version 2 of PDAF_diag_rmsd
- Timestamp:
- Apr 1, 2025, 9:18:06 AM (32 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_diag_rmsd
v1 v2 1 = PDAF_diag_r smd =1 = PDAF_diag_rmsd = 2 2 3 3 This page documents the routine `PDAF_diag_rmsd` of PDAF, which was introduced with PDAF V3.0. … … 23 23 24 24 **Note:** 25 * The routine is used to compute the RMSD with regard to some reference state. To compute the ensemble-sampled standard deviation, i.e. the estimated RMSD from the data assimilation, there are the routines [wiki:PDAF_diag_stddev_nompi] and [wiki:PDAF_diag_stddev].25 * * The routine is used to compute the RMSD between two state vectors. To compute the ensemble-sampled standard deviation, i.e. the estimated RMSD from the data assimilation, there are the routines [wiki:PDAF_diag_stddev_nompi] and [wiki:PDAF_diag_stddev]. 26 26 * The routine performs MPI operations to obtain the global result. These operations are done within the communicator `COMM_filter` which is specified as an argument. This allows to also use the routine if PDAF was not initialized by calling `PDAF_init`.