-
Notifications
You must be signed in to change notification settings - Fork 125
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 pyqg #81
Comments
Hi Patrick, This seems nice. I wonder if you have any interests in this project: https://github.com/Climdyn/qgs I think it includes the MAOOAM model you used. |
Ineed, I do have some interest in it: Climdyn/qgs#9 I think qgs is quite different from pyqg, so support for both is desirable. |
For reference, the reason I removed MAOOAM from DAPPER back in the day (here's the backup branch) was because I had yet to see any interesting DA experiments done with it. And at the time there was no way to output the fluid field plots, so all you got was time series. And the time series it produced either looked like white noise or just a constant; I guess that could just be me looking at it from an intermediate time scale (neither that of the atmosphere nor the ocean), but it made me question the predictability of it; seemed to me like unsophisticated/baseline DA methods would do as well as was possible. As can be seen above, I'd still be interested in seeing experiments with it or qgs. It might be that @brajard has done something, but I'm not sure if he used DAPPER because he wanted different frequencies of ocean/atmos observations, meaning that the obs vector would vary in size, something that is not explicitly supported in DAPPER (though it can be somewhat "faked" using null padding) |
This looks pretty good
https://github.com/pyqg/pyqg
See examples:
https://pyqg.readthedocs.io/en/latest/examples.html
The text was updated successfully, but these errors were encountered: