Changes between Version 2 and Version 3 of PDAFomi_diag_get_ivar
- Timestamp:
- Mar 26, 2025, 5:26:04 PM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_diag_get_ivar
v2 v3 20 20 * In Fortran user code the pointer to the vector of inverse observation variances should be declared in the form[[BR]] `REAL, POINTER :: ivar_p_ptr(:)`[[BR]] It does not need to be allocated. The target vector has the length `dim_obs_p_diag`. 21 21 * If the observation diagnostics have not be activated by using [wiki:PDAFomi_set_obs_diag] the pointer will not be set and `dim_obs_diag=0` will be returned. This value can be checked before assessing the pointer array. 22 * If the feature `thisobs%inno_omit` is used (see [wiki:PDAFomi_additional_functionality]), the inverse variance of the omitted observations will show the small value set by `inno_omit`. One can use this information to exclude such observations when analyzing differences between observations and observed ensemble.22 * If the feature `thisobs%inno_omit` is used (see the [wiki:PDAFomi_additional_functionality page Additional functionality of PDAF-OMI]), the inverse variance of the omitted observations will show the small value set by `inno_omit`. One can use this information to exclude such observations when analyzing differences between observations and observed ensemble. 23 23 24 24