Changes between Version 2 and Version 3 of OMI_observation_diagnostics_PDAF3
- Timestamp:
- Jun 9, 2025, 2:44:45 PM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_observation_diagnostics_PDAF3
v2 v3 119 119 **Note:** 120 120 * The computed statistics are for the global model domain. Thus, in case of a parallelized model, all process sub-domains are taken into account and calling `PDAFomi_diag_stats` will return the same value for all processes. 121 * In Fortran user code, the pointer should be declared in the form[[BR]] `REAL, POINTER :: obsstats_ptr(: )`.[[BR]] It does not need to be allocated. The target array has the size `(6, nobs)`.121 * In Fortran user code, the pointer should be declared in the form[[BR]] `REAL, POINTER :: obsstats_ptr(:,:)`.[[BR]] It does not need to be allocated. The target array has the size `(6, nobs)`. 122 122 * If the observation diagnostics have been deactivated by using `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 123 123 * The routine returns the centered RMSD as displayed in Taylor diagrams. The non-centered RMSD can be computed using `PDAFomi_diag_obs_rmsd`.