prodRinvA_pdaf Subroutine

private subroutine prodRinvA_pdaf(step, dim_obs_p, rank, obs_p, A_p, C_p)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: step

Current time step

integer, intent(in) :: dim_obs_p

PE-local dimension of obs. vector

integer, intent(in) :: rank

Rank of initial covariance matrix

real(kind=REAL64), intent(in) :: obs_p(dim_obs_p)

PE-local vector of observations

real(kind=REAL64), intent(in) :: A_p(dim_obs_p,rank)

Input matrix from SEEK_ANALYSIS

real(kind=REAL64), intent(out) :: C_p(dim_obs_p,rank)

Output matrix

local variables


Contents

None