name = "ADAO"
version = "9.5.0"
year = "2020"
-date = "vendredi 27 mars 2020, 12:12:12 (UTC+0100)"
+date = "lundi 01 juin 2020, 12:12:12 (UTC+0100)"
longname = name + ", a module for Data Assimilation and Optimization"
cata = "V" + version.replace(".","_")
.. warning::
- in its present version, this algorithm is experimental, and so changes can be
- required in forthcoming versions.
+ in its present version, this algorithm is experimental, and therefore remains
+ subject to changes in future versions.
return numpy.array( HX )
# ==============================================================================
-from adao.daNumerics.ApproximatedDerivatives import FDApproximation
+from adao.daCore.NumericObjects import FDApproximation
FDA = FDApproximation( DirectOperator )
TangentOperator = FDA.TangentOperator
AdjointOperator = FDA.AdjointOperator
__all__ = []
name = "ADAO"
-version = "9.4.0"
-year = "2019"
-date = "vendredi 29 novembre 2019, 12:12:12 (UTC+0100)"
+version = "9.5.0"
+year = "2020"
+date = "lundi 01 juin 2020, 12:12:12 (UTC+0100)"
longname = name + ", a module for Data Assimilation and Optimization"
cata = "V" + version.replace(".","_")