Changes between Version 1 and Version 2 of PDAFomi_diag_obs_rmsd
- Timestamp:
- Mar 23, 2025, 8:54:16 AM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_diag_obs_rmsd
v1 v2 22 22 * In Fortran user code the pointer should be declared in the form[[BR]] `REAL, POINTER :: rmsd_ptr(:)`[[BR]] It does not need to be allocated.. The target vector has the length `nobs`. 23 23 * If the observation diagnostics have not be activated by using [wiki:PDAFomi_set_obs_diag] the pointer array will not be set and `nobs=0` is. One can check this value before assessing the pointer array 24 * A more extensive set of statistics can be obtained using [wiki:PDAFomi_diag_stats]. 24 25 25 26