PDAF_seik_analysis Subroutine

subroutine PDAF_seik_analysis(step, dim_p, dim_obs_p, dim_ens, rank, state_p, Uinv, ens_p, state_inc_p, forget, U_init_dim_obs, U_obs_op, U_init_obs, U_init_obsvar, U_prodRinvA, screen, incremental, type_forget, 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
integer, intent(in) :: rank
real, intent(inout) :: state_p(dim_p)
real, intent(inout) :: Uinv(rank,rank)
real, intent(inout) :: ens_p(dim_p,dim_ens)
real, intent(inout) :: state_inc_p(dim_p)
real, intent(in) :: forget
real :: U_init_dim_obs
real :: U_obs_op
real :: U_init_obs
real :: U_init_obsvar
real :: U_prodRinvA
integer, intent(in) :: screen
integer, intent(in) :: incremental
integer, intent(in) :: type_forget
integer, intent(inout) :: flag