Changes between Version 1 and Version 2 of PDAFomi_gather_obsstate


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_gather_obsstate

    v1 v2  
    1414
    1515    TYPE(obs_f), INTENT(inout) :: thisobs  ! Data type with full observation
    16     REAL, INTENT(in) :: obsstate_p(:)      ! Vector of process-local observed state
    17     REAL, INTENT(inout) :: obsstate_f(:)   ! Full observed vector for all types
     16    REAL, INTENT(in) :: ostate_p(:)        ! Vector of process-local observed state
     17    REAL, INTENT(inout) :: obs_f_all(:)    ! Full observed vector for all types
    1818}}}
    1919