obs_op_pdaf Subroutine

private subroutine obs_op_pdaf(step, dim_p, dim_obs_p, state_p, m_state_p)

Arguments

Type IntentOptional AttributesName
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


Contents

None