-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for non-uniform observations? #15
Comments
Well for the high-level "driver" functions uniform observations are indeed required but not the underlying anlysis routines. It should be easy to change to make
Maybe we need also to revise the way observations are handled. |
Thanks! I think option 3 makes sense. We have Matlab code that does this behaviour: based on |
I updated the driver functions as shown here: https://alexander-barth.github.io/DataAssim.jl/dev/ H will be handled the same way as the model (because for some assimilation schemes all the same methods are used). For y (and R) I use a vector of vector (or matrices). But all elements can also be generated on the fly. |
Thanks! I will take a look at those as soon as I find a way to call the external model 😄 |
Hello!
Before I try to call an external model in C++, I wanted to know if there is a support for non-uniform observations? For example, here's our constraint with a hydrological model. We want to assimilate snow data that are gathered "randomly" by human.
Cheers|
The text was updated successfully, but these errors were encountered: