init_obs_pdaf Subroutine

private subroutine init_obs_pdaf(step, dim_obs_f, observation_f)

Arguments

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

Current time step

integer, intent(in) :: dim_obs_f

Dimension of full observation vector

real(kind=REAL64), intent(out) :: observation_f(dim_obs_f)

Full observation vector


Contents

None