INVESTIGADORES
TORRES german Ariel
artículos
Título:
Algorithm 900: A Discrete Time Kalman Filter Package for Large Scale Problems
Autor/es:
GERMÁN ARIEL TORRES
Revista:
ACM TRANSACTIONS ON MATHEMATICAL SOFTWARE
Editorial:
ASSOC COMPUTING MACHINERY
Referencias:
Lugar: New York - USA; Año: 2010 vol. 37 p. 1 - 16
ISSN:
0098-3500
Resumen:
Data assimilation is the process of feeding a partially unknown prediction model with available information from observations, with the objective of correcting and improving the modeled results. One of the most important mathematical tools to perform data assimilation is the Kalman filter. This is essentially a predictor-corrector algorithm that is optimal in the sense of minimizing the trace of the covariance matrix of the errors. Unfortunately, the computational cost of applying the filter to large scale problems is enormous, and the programming of the filter is highly dependent on the model and the format of the data involved. The first objective of this article is to present a set of Fortran 90 modules that implement the reduced rank square root versions of the Kalman filter, adapted for the assimilation of a very large number of variables. The second objective is to present a Kalman filter implementation whose code is independent of both the model and observations and is easy to use. A detailed description of the algorithms, structure, parallelization is given along with examples of using the package to solve practical problems.