init_ens_pdaf Subroutine

private subroutine init_ens_pdaf(filtertype, dim_p, dim_ens, state_p, Uinv, ens_p, flag)

Arguments

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

Type of filter to initialize

integer, intent(in) :: dim_p

PE-local state dimension

integer, intent(in) :: dim_ens

Size of ensemble

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

PE-local model state

real(kind=REAL64), intent(inout) :: Uinv(dim_ens-1,dim_ens-1)

Array not referenced for SEIK

real(kind=REAL64), intent(out) :: ens_p(dim_p,dim_ens)

PE-local state ensemble

integer, intent(inout) :: flag

PDAF status flag


Contents

None