]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor documentation review corrections (2) 9_8_0b1
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 8 Nov 2021 12:30:18 +0000 (13:30 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 8 Nov 2021 12:30:18 +0000 (13:30 +0100)
50 files changed:
doc/en/ref_algorithm_3DVAR.rst
doc/en/ref_algorithm_4DVAR.rst
doc/en/ref_algorithm_AdjointTest.rst
doc/en/ref_algorithm_Blue.rst
doc/en/ref_algorithm_DerivativeFreeOptimization.rst
doc/en/ref_algorithm_DifferentialEvolution.rst
doc/en/ref_algorithm_EnsembleBlue.rst
doc/en/ref_algorithm_EnsembleKalmanFilter.rst
doc/en/ref_algorithm_ExtendedBlue.rst
doc/en/ref_algorithm_ExtendedKalmanFilter.rst
doc/en/ref_algorithm_FunctionTest.rst
doc/en/ref_algorithm_GradientTest.rst
doc/en/ref_algorithm_KalmanFilter.rst
doc/en/ref_algorithm_LinearLeastSquares.rst
doc/en/ref_algorithm_LinearityTest.rst
doc/en/ref_algorithm_LocalSensitivityTest.rst
doc/en/ref_algorithm_NonLinearLeastSquares.rst
doc/en/ref_algorithm_ParallelFunctionTest.rst
doc/en/ref_algorithm_ParticleSwarmOptimization.rst
doc/en/ref_algorithm_QuantileRegression.rst
doc/en/ref_algorithm_SamplingTest.rst
doc/en/ref_algorithm_TabuSearch.rst
doc/en/ref_algorithm_TangentTest.rst
doc/en/ref_algorithm_UnscentedKalmanFilter.rst
doc/en/ref_assimilation_keywords.rst
doc/fr/ref_algorithm_3DVAR.rst
doc/fr/ref_algorithm_4DVAR.rst
doc/fr/ref_algorithm_AdjointTest.rst
doc/fr/ref_algorithm_Blue.rst
doc/fr/ref_algorithm_DerivativeFreeOptimization.rst
doc/fr/ref_algorithm_DifferentialEvolution.rst
doc/fr/ref_algorithm_EnsembleBlue.rst
doc/fr/ref_algorithm_EnsembleKalmanFilter.rst
doc/fr/ref_algorithm_ExtendedBlue.rst
doc/fr/ref_algorithm_ExtendedKalmanFilter.rst
doc/fr/ref_algorithm_FunctionTest.rst
doc/fr/ref_algorithm_GradientTest.rst
doc/fr/ref_algorithm_KalmanFilter.rst
doc/fr/ref_algorithm_LinearLeastSquares.rst
doc/fr/ref_algorithm_LinearityTest.rst
doc/fr/ref_algorithm_LocalSensitivityTest.rst
doc/fr/ref_algorithm_NonLinearLeastSquares.rst
doc/fr/ref_algorithm_ParallelFunctionTest.rst
doc/fr/ref_algorithm_ParticleSwarmOptimization.rst
doc/fr/ref_algorithm_QuantileRegression.rst
doc/fr/ref_algorithm_SamplingTest.rst
doc/fr/ref_algorithm_TabuSearch.rst
doc/fr/ref_algorithm_TangentTest.rst
doc/fr/ref_algorithm_UnscentedKalmanFilter.rst
doc/fr/ref_assimilation_keywords.rst

index 55f77e33b7eadbcbabaa6fa9bbdeae38d154bfae..1020f38e945a960643a6c456b98f77fcfa4a99d7 100644 (file)
@@ -102,12 +102,16 @@ initialization point for the minimization, but it is not recommended.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 95b70ed3c611866f59935671f1e6c712b3e80bde..514998bdfe679e147c61234dca1d6270521da51e 100644 (file)
@@ -88,12 +88,16 @@ its application domain is similar to the one of Kalman filters, specially the
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index 46a700290a5bb92b3979981decf87834889cb73f..94abd452bb6376bbde52f688596409d916366e44 100644 (file)
@@ -65,12 +65,16 @@ take :math:`\mathbf{y} = F(\mathbf{x})`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "CurrentState",
   "Residu",
   "SimulatedObservationAtCurrentState",
index 55d4fe73d8e7bac94caff28069d734ed49250d7b..17e48efaf8aa76c0626e1d4f00f1f60041d8509f 100644 (file)
@@ -84,12 +84,16 @@ these reasons, this method is not proposed nor recommended.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index c627bf1279409b3dd83270c5f0ef9242a4a2b431..c5bec1976feb6a0bc594c7eeeaaf149783b9cad8 100644 (file)
@@ -75,12 +75,16 @@ least squares function, classically used in data assimilation.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index f7c2cc89ec570a31fa53c6fdf481bb7fc94b4e8c..fff7ac614ecc1c0b99b3e3327413ff100ff811a4 100644 (file)
@@ -83,12 +83,16 @@ least squares function, classically used in data assimilation.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index 463f3e349a0965c082ec2d5d06abc82e0133d289..f2e373e8e81c8cac2def39d02ffa462ffef55053 100644 (file)
@@ -61,12 +61,16 @@ linearity of the observation operator with the help of the
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "CurrentState",
   "Innovation",
index ad8eaf3e1ff7cf794ad6aa273d8c3487108c709c..6fec56dbffe605d6c0e523c29e1f7e93937cd937 100644 (file)
@@ -111,12 +111,16 @@ obtain less costly data assimilation with hopefully the same quality.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 7e7823877291a5a057b13f47e6f4519f64012d2d..683baa6741de628507aef45d4fea18033cfd3321 100644 (file)
@@ -70,12 +70,16 @@ without being entirely equivalent.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 5521a0ce50c4cca4beea0fb2007ce061a2540671..01fb24e20cacab1d4dca173000f73ae35fae8c1c 100644 (file)
@@ -95,12 +95,16 @@ by default), and the extended Kalman filter conducted without any constraint
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 69995390a3692a965299ebb4cbad0bad6044e0c3..dbafebdc3f6136ad9aaa6199bc2074cda22d14ab 100644 (file)
@@ -61,12 +61,16 @@ themselves beforehand with the intended test
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "CurrentState",
   "SimulatedObservationAtCurrentState",
   ].
index a3798f269947162b6846d2ed944577607043393d..ef19619fc0e7089c5f15db76e440393423fab9e0 100644 (file)
@@ -125,12 +125,16 @@ ResiduFormula
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "CurrentState",
   "Residu",
   "SimulatedObservationAtCurrentState",
index 10eb7bb78fcfa44f1ba1b6d93457c7f98f5e575d..212dce324843bc06da792442d09c3668493b61b7 100644 (file)
@@ -87,12 +87,16 @@ with the help of the :ref:`section_ref_algorithm_LinearityTest`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 25626ad4be3ff127caa95d263a729a7b89ba9037..b541133894c512845c1798f4db7d2f751ed78712 100644 (file)
@@ -60,12 +60,16 @@ In all cases, it is recommanded to prefer at least the
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "CostFunctionJ",
   "CostFunctionJAtCurrentOptimum",
index 0bbf47734750042ee3947202815a8b1fe27db4b1..15ff9f422237e25f74334b39f3c840e0a5f05f04 100644 (file)
@@ -147,12 +147,16 @@ ResiduFormula
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "CurrentState",
   "Residu",
   "SimulatedObservationAtCurrentState",
index 313fd32aadb079112be9977cb271c681bbaf78f7..61536da3cf1db3361a38eaefa9f49d6064440f82 100644 (file)
@@ -64,12 +64,16 @@ Example :* ``numpy.ones(<number of observations>)``
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "CurrentState",
   "JacobianMatrixAtCurrentState",
   "SimulatedObservationAtCurrentState",
index dc96fda31dbf6976fe5f37e389176e474d1b984d..e4f9d2b93f26f2b3ef174026baa892c376fba0cb 100644 (file)
@@ -74,12 +74,16 @@ for its stability as for its behavior during optimization.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index def075b5ded20a527f61f8bfcef40f2884d73029..9926fb55fb9cb35752ffd28d6218a6bcc6ae7a0e 100644 (file)
@@ -61,12 +61,16 @@ themselves beforehand with the intended test
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "CurrentState",
   "SimulatedObservationAtCurrentState",
   ].
index 36a7da5984e5eea1a2ca54000fafd79844b07371..47a5a85ae0608790600735be3305939ae8b685d0 100644 (file)
@@ -78,12 +78,16 @@ least squares function, classically used in data assimilation.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index 9555467dd686db613780563e127ae68409458d84..23dfed72188d6c052fb47df7be84876e0bb2992f 100644 (file)
@@ -60,12 +60,16 @@ the model parameters that satisfy to the quantiles conditions.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index 5743cfb016f14d3d9cb830062f03257aba342046..3c6d24daae82637f453d4187d3648f40d4d9b1f0 100644 (file)
@@ -85,12 +85,16 @@ in SALOME.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "CostFunctionJ",
   "CostFunctionJb",
   "CostFunctionJo",
index 48b553009bb0aedda470171231bed7db52a2ce8b..bb5c1382c126d940c60c70d518f77d4a45e7708b 100644 (file)
@@ -85,12 +85,16 @@ Positions already explored are kept in a list of finite length.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index 6d1915ca9ee919c39367fdfe75a8b0c391686220..7a3618fc17e077f449e6f67be3f6505c38522a56 100644 (file)
@@ -73,12 +73,16 @@ One take :math:`\mathbf{dx}_0=Normal(0,\mathbf{x})` and
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "CurrentState",
   "Residu",
   "SimulatedObservationAtCurrentState",
index 207f5cee15ca2d26b5ec1d5a13c33dd54a6a141d..04bc09b5bdd97f0bc3409eb21052c72234ec2251 100644 (file)
@@ -92,12 +92,16 @@ by default), and the "unscented" Kalman filter conducted without any constraint
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *List of names*. This list indicates the names of the supplementary variables
-  that can be available during or at the end of the algorithm, if they are
-  initially required by the user. It involves potentially costly calculations
-  or memory consumptions. The default is a void list, none of these variables
-  being calculated and stored by default excepted the unconditionnal variables.
-  The possible names are in the following list: [
+  *List of names*. This list indicates the names of the supplementary
+  variables, that can be available during or at the end of the algorithm, if
+  they are initially required by the user. Their avalability involves,
+  potentially, costly calculations or memory consumptions. The default is then
+  a void list, none of these variables being calculated and stored by default
+  (excepted the unconditionnal variables). The possible names are in the
+  following list (the detailed description of each named variable is given in
+  the following part of this specific algorithmic documentation, in the
+  sub-section "*Information and variables available at the end of the
+  algorithm*"): [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 0c03804f574f4501037740b4d48280bbc1d3212f..acfa0b2e60b6b2b59cf8c746290c1a1b70112d8e 100644 (file)
 
 .. _section_ref_assimilation_keywords:
 
-List of commands and keywords for an ADAO calculation case
-----------------------------------------------------------
+List of commands and keywords for data assimilation or optimisation case
+------------------------------------------------------------------------
 
-This set of commands is related to the description of a calculation case,
-that is a *Data Assimilation* procedure or an *Optimization* procedure.
+We summarize here all the commands available to describe a calculation case by
+avoiding the particularities of each algorithm. It is therefore a common
+inventory of commands.
+
+The set of commands for an data assimilation or optimisation case is related to
+the description of a calculation case, that is a *Data Assimilation* procedure
+or an *Optimization* procedure.
 
 The first term describes the choice between calculation or checking. In the
 graphical interface, each of the three types of calculation, individually more
@@ -41,10 +46,9 @@ imperatively indicated by one of these commands:
 
 .. include:: snippets/REDUCTION_STUDY.rst
 
-The other terms are ordered in alphabetical order. The different commands are
-the following:
-
-.. include:: snippets/ASSIMILATION_STUDY.rst
+The other nested terms are listed in alphabetical order. They are not
+necessarily required for all algorithms. The different commands are the
+following:
 
 .. include:: snippets/AlgorithmParameters.rst
 
index 85acf76226193254df582882bb8adb55755b85a7..065f5e56f503d83d96e500114994f58b8ebffb7d 100644 (file)
@@ -104,13 +104,16 @@ initial de leur minimisation, mais ce n'est pas recommandé.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 6058ccbe38dfca674cb7522f3a62d1c522731fbc..96fad527c2547e0b2b9454be54e2475e78833dc6 100644 (file)
@@ -89,13 +89,16 @@ l':ref:`section_ref_algorithm_UnscentedKalmanFilter`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index ee1c2ab4cb6a36ec8285c9387af3768755865298..977914cd2f4b0ddf0dae38d4b68a57a0fa048d1f 100644 (file)
@@ -64,13 +64,16 @@ on prend :math:`\mathbf{y} = F(\mathbf{x})`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "CurrentState",
   "Residu",
   "SimulatedObservationAtCurrentState",
index 308d8dda792ae2f5b51fb23b6b952f7ac40b8656..5c7cf7d1f5f3db89e4ae6101baf31eb60a911f8a 100644 (file)
@@ -85,13 +85,16 @@ pas proposée.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 682ac4eeadb62bb0dc837a7a02491a59355a450d..0be1934b37f3767b8744faecfdfd73cc1a81ff7b 100644 (file)
@@ -77,13 +77,16 @@ en assimilation de données.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index c2444c6f520ab9c133c644df17d365ef21be20b2..8d40c1ed406c8c39acf89ef4cb07a3b66aa375bd 100644 (file)
@@ -84,13 +84,16 @@ en assimilation de données.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index aa65d88dd44383bbdd60f225d0b8ac18c0d2afdd..71e1f64b1dfdfd50200585b526f2df27e846a7bb 100644 (file)
@@ -61,13 +61,16 @@ l':ref:`section_ref_algorithm_LinearityTest`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "CurrentState",
   "Innovation",
index e622fcb6b91bebb86daaf6ffa2e44446256f482b..fd3c3cbafa7ca1c414684a017dd1663e0bdab3dc 100644 (file)
@@ -113,13 +113,16 @@ obtenir une assimilation de données plus économique et de qualité
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 0d766286f5a56e32e55af59408e25c9606abad59..7495c73f3c36cb04d5fce07308cb298533f44ebf 100644 (file)
@@ -70,13 +70,16 @@ lui être entièrement équivalent.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index bd43ae054078f85dde8b88190907cc3e2722b5f4..afec386899bca573c744553d2530ca7d03727649 100644 (file)
@@ -96,13 +96,16 @@ aucune contrainte (la variante nommée "EKF", qui n'est pas recommandée).
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 69bd046eb92e39a561ef45ee4bd231951ec6329e..ea27e6465f62e9872f52dab95077670ff2a8a1ea 100644 (file)
@@ -62,13 +62,16 @@ elles-mêmes avec le test prévu :ref:`section_ref_algorithm_InputValuesTest`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "CurrentState",
   "SimulatedObservationAtCurrentState",
   ].
index 2610d02f3195755b16496ae19678f64bd145a906..6ef1d353f9a15a3ab7f483ef86202ba4a15fbe9e 100644 (file)
@@ -123,13 +123,16 @@ ResiduFormula
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "CurrentState",
   "Residu",
   "SimulatedObservationAtCurrentState",
index 408c158404051604168d08362f8be43aa52ffc2d..d5ef409bf1ce0c707339ae5281536dae20507cff 100644 (file)
@@ -87,13 +87,16 @@ l':ref:`section_ref_algorithm_LinearityTest`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 3261c47f6393c4f7be3afdfc02b91869b33ad815..b1d8d5b4874594cc3a69d98010e9a10b29a24cd1 100644 (file)
@@ -60,13 +60,16 @@ l':ref:`section_ref_algorithm_3DVAR`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "CostFunctionJ",
   "CostFunctionJAtCurrentOptimum",
index f3db0aa98cc4260b0abd13958bbc3046e7272a1e..cbd89152521216ffd2928dcd3702ae134223dabb 100644 (file)
@@ -147,13 +147,16 @@ ResiduFormula
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "CurrentState",
   "Residu",
   "SimulatedObservationAtCurrentState",
index fbcae2977b3355705909401c4a71ba87f164728e..7f80127b479f2474cda7592003238b6a83fec1b4 100644 (file)
@@ -65,13 +65,16 @@ Exemple :* ``numpy.ones(<nombre d'observations>)``
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "CurrentState",
   "JacobianMatrixAtCurrentState",
   "SimulatedObservationAtCurrentState",
index 39b305ba82a65f08da2b648e6e5cc81723174590..2b545abe0d0f93d70e13a03341e8112411909639 100644 (file)
@@ -75,13 +75,16 @@ comportement lors de l'optimisation.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index b39918b417ee65ce714b2cd63dfb0de3988f057c..214141333f21c01bfee7200e788db5da82a3c02f 100644 (file)
@@ -62,13 +62,16 @@ elles-mêmes avec le test prévu :ref:`section_ref_algorithm_InputValuesTest`.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "CurrentState",
   "SimulatedObservationAtCurrentState",
   ].
index 4e1c2a5caeb8e2fe2a29f664ea7a05feecbaad3b..e568d296b6524605d5bd20f0d2fdd5fade79fd54 100644 (file)
@@ -79,13 +79,16 @@ en assimilation de données.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index eb7ccc3d24a3b1c31eac994321b600eaeed50064..0edd71f1497c104bec3ed37089a6ec84868f7db6 100644 (file)
@@ -60,13 +60,16 @@ déterminer les paramètres de modèles satisfaisant aux conditions de quantiles
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index e491bb036cda83364d1cee71fbd34a01e1944cd4..40c65f476c452995b070ac1e3667ffa21895fa8a 100644 (file)
@@ -87,13 +87,16 @@ OPENTURNS disponible dans SALOME.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "CostFunctionJ",
   "CostFunctionJb",
   "CostFunctionJo",
index b42e8a0035a4dc558a66702a81a6bfb16e678335..fa1ea2ddf4ff1920701869402a5906636133be58 100644 (file)
@@ -87,13 +87,16 @@ liste de longueur finie.
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "BMA",
   "CostFunctionJ",
index 07ec1cc8dcb3c0de8b7a926dcf580069f45379d5..ab8257680f4086be0a51d5e32f85bb86f534db27 100644 (file)
@@ -74,13 +74,16 @@ On prend :math:`\mathbf{dx}_0=Normal(0,\mathbf{x})` et
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "CurrentState",
   "Residu",
   "SimulatedObservationAtCurrentState",
index 15e68813b8b7e3f34405fb56c56a8e5fd29dfaf2..4954f62d3ad09e8a5a337188e1f27e937ec4bcb2 100644 (file)
@@ -93,13 +93,16 @@ aucune contrainte (la variante nommée "UKF", qui n'est pas recommandée).
 StoreSupplementaryCalculations
   .. index:: single: StoreSupplementaryCalculations
 
-  *Liste de noms*. Cette liste indique les noms des variables supplémentaires
+  *Liste de noms*. Cette liste indique les noms des variables supplémentaires,
   qui peuvent être disponibles au cours du déroulement ou à la fin de
-  l'algorithme, si elles sont initialement demandées par l'utilisateur. Cela
-  implique potentiellement des calculs ou du stockage coûteux. La valeur par
-  défaut est une liste vide, aucune de ces variables n'étant calculée et
-  stockée par défaut sauf les variables inconditionnelles. Les noms possibles
-  sont dans la liste suivante : [
+  l'algorithme, si elles sont initialement demandées par l'utilisateur. Leur
+  disponibilité implique, potentiellement, des calculs ou du stockage coûteux.
+  La valeur par défaut est donc une liste vide, aucune de ces variables n'étant
+  calculée et stockée par défaut (sauf les variables inconditionnelles). Les
+  noms possibles pour les variables supplémentaires sont dans la liste suivante
+  (la description détaillée de chaque variable nommée est donnée dans la suite
+  de cette documentation par algorithme spécifique, dans la sous-partie
+  "*Informations et variables disponibles à la fin de l'algorithme*") : [
   "Analysis",
   "APosterioriCorrelations",
   "APosterioriCovariance",
index 8d1851551a43651d64b8f13f438160bdd35ed5f3..8aea3fadacbe72020319df3784a02c27b9ea96e0 100644 (file)
 Liste des commandes et mots-clés pour un cas d'assimilation de données ou d'optimisation
 ----------------------------------------------------------------------------------------
 
-Ce jeu de commandes est lié à la description d'un cas de calcul, qui est une
-procédure d'*Assimilation de Données*, de *Méthodes avec Réduction* ou de
-méthodes *Optimisation*.
+On résume ici l'ensemble des commandes disponibles pour décrire un cas de
+calcul en évitant les particularités de chaque algorithme. C'est donc un
+inventaire commun des commandes.
+
+Le jeu de commandes pour un cas d'assimilation de données ou d'optimisation est
+lié à la description d'un cas de calcul, qui est une procédure d'*Assimilation
+de Données*, de *Méthodes avec Réduction* ou de méthodes *Optimisation*.
 
 Le premier terme décrit le choix entre un calcul ou une vérification. Dans
 l'interface graphique, chacun des trois types de calculs, individuellement
@@ -42,8 +46,9 @@ plusieurs catégories), est impérativement désigné par l'une ces commandes:
 
 .. include:: snippets/REDUCTION_STUDY.rst
 
-Les autres termes sont classés par ordre alphabétique. Les différentes
-commandes sont les suivantes:
+Les autres termes imbriqués sont classés par ordre alphabétique. Ils ne sont
+pas obligatoirement requis pour tous les algorithmes. Les différentes commandes
+sont les suivantes:
 
 .. include:: snippets/AlgorithmParameters.rst