Changes between Version 3 and Version 4 of PDAFomi_set_id_obs_p


Ignore:
Timestamp:
Nov 24, 2024, 5:13:07 PM (2 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_set_id_obs_p

    v3 v4  
    1414    INTEGER, INTENT(in) :: nrows                       ! Number of rows required in observation operator
    1515    INTEGER, INTENT(in) :: dim_obs_p                   ! Number of process-local observations
    16     INTEGER, INTENT(in) :: id_obs_p(dim_obs_p, nrows)  ! Observation index array
     16    INTEGER, INTENT(in) :: id_obs_p(nrows, dim_obs_p)  ! Observation index array
    1717}}}
    1818