PDAF_gen_obs Subroutine

subroutine PDAF_gen_obs(step, dim_p, dim_obs_f, dim_ens, state_p, Ainv, ens_p, U_init_dim_obs_f, U_obs_op_f, U_get_obs_f, U_init_obserr_f, U_prepoststep, screen, flag)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: step
integer, intent(in) :: dim_p
integer, intent(out) :: dim_obs_f
integer, intent(in) :: dim_ens
real, intent(inout) :: state_p(dim_p)
real, intent(inout) :: Ainv(dim_ens,dim_ens)
real, intent(inout) :: ens_p(dim_p,dim_ens)
real :: U_init_dim_obs_f
real :: U_obs_op_f
real :: U_get_obs_f
real :: U_init_obserr_f
real :: U_prepoststep
integer, intent(in) :: screen
integer, intent(inout) :: flag