Changes between Version 1 and Version 2 of PDAFomi_diag_get_HXmean


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_diag_get_HXmean

    v1 v2  
    1414{{{
    1515    INTEGER, INTENT(in) :: id_obs                    !< Index of observation type to return
    16     INTEGER, INTENT(out) :: dim_obs_diag             !< Observation dimension
     16    INTEGER, INTENT(out) :: dim_obs_p_diag           !< Observation dimension
    1717    REAL, POINTER, INTENT(out) :: HXmean_p_ptr(:)    !< Pointer to observed ensemble mean
    1818}}}
     
    2020**Notes:**
    2121 * In case of a parallelized model, the vector HXmean_p_prt contains the observed ensemble mean for the process-sub-domain
    22  * In Fortran user code the obsevation pointer should be declared in the form[[BR]] `REAL, POINTER :: HXmean_p_ptr(:)`[[BR]] It does not need to be allocated
     22 * In Fortran user code the obsevation pointer should be declared in the form[[BR]] `REAL, POINTER :: HXmean_p_ptr(:)`[[BR]] It does not need to be allocated. The target vector has the length `dim_obs_p_diag`
    2323 * 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
    2424