Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |