Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |