Changes between Version 1 and Version 2 of PDAFomi_obs_op_gridavg


Ignore:
Timestamp:
Dec 18, 2021, 1:52:57 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_obs_op_gridavg

    v1 v2  
    1313    TYPE(obs_f), INTENT(inout) :: thisobs  ! Data type with full observation
    1414    INTEGER, INTENT(in) :: nrows           ! Number of values to be averaged
    15     REAL, INTENT(in)    :: state_p(:)      ! Process-local model state provided by PDAF
     15    REAL, INTENT(in)    :: state_p(:)      ! Process-local model state (provided by PDAF)
    1616    REAL, INTENT(inout) :: obs_f_all(:)    ! Full observed state for all observation types (array provided by PDAF)
    1717}}}