13 | | TYPE(obs_f), INTENT(inout) :: thisobs ! Observation type |
14 | | INTEGER, INTENT(in) :: nobs_p ! number of process-local observations |
15 | | INTEGER, INTENT(in) :: npts ! number of points used in observation operator |
16 | | REAL, INTENT(in) :: icoeff_p(nobs_p, npts) ! Array of interpolation coefficients |
| 13 | TYPE(obs_f), INTENT(inout) :: thisobs ! Observation type |
| 14 | INTEGER, INTENT(in) :: nrows ! Number of rows required in observation operator |
| 15 | INTEGER, INTENT(in) :: dim_obs_p ! Number of process-local observations |
| 16 | REAL, INTENT(in) :: icoeff_p(nrows, dim_obs_p) ! Array of interpolation coefficients |