]> SALOME platform Git repositories - modules/adao.git/blob - doc/index.rst
Salome HOME
Avancement de la documentation
[modules/adao.git] / doc / index.rst
1
2 ================================================================================
3 ADAO module documentation
4 ================================================================================
5
6 The ADAO module provides **data assimilation** features in SALOME context. It is
7 based on usage on other SALOME modules, namely YACS and EFICAS, and on an
8 extensible generic underlying data assimilation library.
9
10 Briefly stated, Data Assimilation is a methodological framework to compute the
11 optimal estimate of the inaccessible true value of a system state over time. It
12 uses information coming from experimental measurements or observations, and from
13 numerical *a priori* models, including information about their errors. Parts of
14 the framework are also known as *parameter estimation*, *inverse problems*,
15 *bayesian estimation*, *optimal interpolation*, etc. More details can be found
16 in the section :ref:`section_theory`.
17
18 The documentation of this module is divided in 5 parts, the first one being an
19 introduction. The second part briefly introduces data assimilation and concepts.
20 The third part describes how to use the module ADAO. The fourth part gives
21 examples on ADAO usage. Users interested in quick use of the module can jump to
22 this section :ref:`section_examples`, but a valuable use of the module requires
23 to read and come back regularly to the section :ref:`section_using`. The last
24 part focuses on advanced usages of the module, how to get more information, or
25 how to use it without the graphical user interface (GUI). 
26
27 In all this documentation, we use standard notations of data assimilation, as
28 described in [Ide97]. Moreover, vectors are written horizontally or vertically
29 without making difference. Matrices are written either normally, or with a
30 condensed notation, consisting in the use of a space to separate values and a
31 "``;``" to separate the rows, in a continuous line.
32
33 .. toctree::
34    :maxdepth: 2
35
36    intro
37    theory
38    using
39    examples
40    advanced
41
42 Indices and tables
43 ================================================================================
44
45 * :ref:`genindex`
46 * :ref:`search`
47
48 .. [Argaud09] Argaud J.-P., Bouriquet B., Hunt J., *Data Assimilation from Operational and Industrial Applications to Complex Systems*, Mathematics Today, pp.150-152, October 2009
49
50 .. [Bouttier99] Bouttier B., Courtier P., *Data assimilation concepts and methods*, Meteorological Training Course Lecture Series, ECMWF, 1999, http://www.ecmwf.int/newsevents/training/rcourse_notes/pdf_files/Assim_concepts.pdf
51
52 .. [Bocquet04] Bocquet M., *Introduction aux principes et méthodes de l'assimilation de données en géophysique*, Lecture Notes, 2004-2008, http://cerea.enpc.fr/HomePages/bocquet/assim.pdf
53
54 .. [Byrd95] Byrd R. H., Lu P., Nocedal J., *A Limited Memory Algorithm for Bound Constrained Optimization*, SIAM Journal on Scientific and Statistical Computing, 16(5), pp.1190-1208, 1995
55
56 .. [Ide97] Ide K., Courtier P., Ghil M., Lorenc A. C., *Unified notation for data assimilation: operational, sequential and variational*, Journal of the Meteorological Society of Japan, 75(1B), pp.181-189, 1997
57
58 .. [Kalnay03] Kalnay E., *Atmospheric Modeling, Data Assimilation and Predictability*, Cambridge University Press, 2003
59
60 .. [Tarantola87] Tarantola A., *Inverse Problem: Theory Methods for Data Fitting and Parameter Estimation*, Elsevier, 1987
61
62 .. [Talagrand97] Talagrand O., *Assimilation of Observations, an Introduction*, Journal of the Meteorological Society of Japan, 75(1B), pp.191-209, 1997
63
64 .. [WikipediaDA] Wikipedia/Data_assimilation: http://en.wikipedia.org/wiki/Data_assimilation
65
66 .. [Zhu97] Zhu C., Byrd R. H., Nocedal J., *L-BFGS-B: Algorithm 778: L-BFGS-B, FORTRAN routines for large scale bound constrained optimization*, ACM Transactions on Mathematical Software, Vol 23(4), pp.550-560, 1997