[ ] We need to make the ensemble_transform, weight_update, Observations and kalman_update functionalities compatible with Constants as to maximise what can be fed into the firedrake-mlmc package, especially EnsembleHierarchy. Basically allow one to carry out the data assimilation techniques to be carried out on Constant representing scalars.
To Do:
ensemble_transform
,weight_update
,Observations
andkalman_update
functionalities compatible withConstant
s as to maximise what can be fed into thefiredrake-mlmc
package, especiallyEnsembleHierarchy
. Basically allow one to carry out the data assimilation techniques to be carried out onConstant
representing scalars.