Changes between Version 1 and Version 2 of PDAFomi_diag_obs_rmsd


Ignore:
Timestamp:
Mar 23, 2025, 8:54:16 AM (9 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_diag_obs_rmsd

    v1 v2  
    2222 * 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`.
    2323 * 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].
    2425
    2526