PDAF_pf_update Subroutine

subroutine PDAF_pf_update(step, dim_p, dim_obs_p, dim_ens, state_p, Uinv, ens_p, type_resample, type_noise, noise_amp, U_init_dim_obs, U_obs_op, U_init_obs, U_likelihood, U_prepoststep, screen, subtype, flag)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: step
integer, intent(in) :: dim_p
integer, intent(out) :: dim_obs_p
integer, intent(in) :: dim_ens
real, intent(inout) :: state_p(dim_p)
real, intent(inout) :: Uinv(dim_ens,dim_ens)
real, intent(inout) :: ens_p(dim_p,dim_ens)
integer, intent(in) :: type_resample
integer, intent(in) :: type_noise
real, intent(in) :: noise_amp
real :: U_init_dim_obs
real :: U_obs_op
real :: U_init_obs
real :: U_likelihood
real :: U_prepoststep
integer, intent(in) :: screen
integer, intent(in) :: subtype
integer, intent(inout) :: flag