obs_op_adj_pdaf Subroutine

private subroutine obs_op_adj_pdaf(step, dim_p, dim_obs_p, m_state_p, 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) :: m_state_p(dim_obs_p)

PE-local observed state

real(kind=REAL64), intent(out) :: state_p(dim_p)

PE-local model state

local variables


Contents

None