nansencenter / DAPPER

Data Assimilation with Python: a Package for Experimental Research
https://nansencenter.github.io/DAPPER
MIT License
348 stars 122 forks source link

Support list, dict, ndarray and other non-trivial params da_method #53

Open patnr opened 3 years ago

patnr commented 3 years ago

For example, Var3D(B=B) should work, where B is an ndarray background matrix.

patnr commented 3 years ago

The above commit is a hotfix. Improvements would still be good. See inline TODOs. Furthermore, I believe xpSpace might still be incompatible with ndarray params.