Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | step | Currrent time step |
||
integer, | intent(in) | :: | dim_p | PE-local dimension of state |
||
integer, | intent(in) | :: | dim_obs_p | Dimension of observed state |
||
real(kind=REAL64), | intent(in) | :: | state_p(dim_p) | PE-local model state |
||
real(kind=REAL64), | intent(out) | :: | m_state_p(dim_obs_p) | PE-local observed state |