Changes between Version 53 and Version 54 of AddFilterAlgorithm


Ignore:
Timestamp:
Dec 12, 2024, 1:54:33 AM (10 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm

    v53 v54  
    5959|| Array || Dimension || Comment ||
    6060||`state`|| `dim_p`   || State vector. Used in all filters. ||
    61 ||`eofV` || `dim_p` x `dim_ens` || Ensemble array. Used in all filters. ||
    62 ||`eofU` || `dim_ens-1` x `dim_ens-1` (SEEK, SEIK, ESTKF)[[BR]] `dim_ens` x `dim_ens` (ETKF) || Eigenvalue matrix '''U''' from '''P'''='''VUV'''^T^ (SEEK, SEIK) or transform matrix '''A''' (ETKF, ESTKF). Not used in EnKF. ||
     61||`eofV` || `dim_p` x `dim_ens` || Ensemble array. Used in all filters. Inside some filters the name is `ens_p` ||
     62||`eofU` || `dim_ens-1` x `dim_ens-1` (SEEK, SEIK, ESTKF)[[BR]] `dim_ens` x `dim_ens` (ETKF) ||Eigenvalue matrix '''U''' from '''P'''='''VUV'''^T^ (SEEK, SEIK) or transform matrix '''A''' (ETKF, ESTKF). Not used in EnKF. In some routines the matrix is called `Uinv` to indicate the inverse ||
    6363||`state_inc` || `dim_p` || state increment vector. Only allocated if incremental analysis updates are used ||
    6464