-
Notifications
You must be signed in to change notification settings - Fork 1
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
Session: Ensemble Kalman filter #4
Comments
I don't know if this is relevant, but Lewis Mitchell from Uni Adelaide presented this at the recent BOM + ACEMS workshops . https://github.com/ACEMS/ACEMS-BOM2017/blob/master/Mitchell_modelErrorTalk2017.pdf |
Hey Ross, Jesse forwarded your question on to me. I did my PhD on ensemble Kalman filtering, albeit from a more dynamical systems/geosciences point of view -- I looked at the application of particular flavours of the EnKF (Evensen's original paper there is just the first of many many variants) to systems with multiscale chaotic dynamics, and ways of controlling various numerical issues that arise with EnKFs in high-dimensional geophysical systems. I didn't discover ABC and its friends until a couple of years ago, so I don't know all that much about the connections to EnKF, outside of some googling which turned up that same Nott et al paper (which I should really read one day). But I agree that there appear to be numerous connections, and I've been thinking (particularly after attending the ACEMS/BoM workshop and ACEMS review last month) that EnKF fits quite well within ACEMS themes. Now, I'm not sure what exactly to do with all this information at this stage. But I can at least point you towards a couple of good references, in the atmospheric/geosciences literature anyway...
You could probably do worse if you wanted to learn than having a play around with that code and reading up as necessary. Thinking out loud now: I believe Sakov still lives in Australia (Tasmania?) -- maybe a good first move is to invite him to an ACEMS meeting (like an ECR retreat) to talk about this stuff! |
Oh, TIL there was a data assimilation summer school in 2016, and Pavel Sakov is now at the BoM in Melbourne: http://data-assimilation.com/speaker/pavel-sakov-meteorological-bureau-melbourne-australia/ Seems like an obvious invite to me! |
The ensemble Kalman filter was introduced in Evans (1994) and has become an important technique in high dimensional forecasting. The method has connections to approximate Bayesian computation (Nott et al, 2012), McKean-Vlaslov diffusions (Del Moral and Tugaut, 2016). I would be interested in hearing of anyone's experience in the application of the ensemble Kalman filter.
BTW, I have no experience with this.
Del Moral and Tugaut (2016) On the stability and the uniform propagation of chaos properties of Ensemble Kalman-Bucy filters, arXiv:1605.09329 -- to appear in Annals of Applied Probability.
Evensen (1994) Sequential data assimilation with a nonlinear quasi-geostrophic model using Monte Carlo methods to forecast error statistics, Journal of Geophysical research, 99, 10143–10162
Nott, Marshall and Ngoc (2012), The ensemble Kalman filter is an ABC algorithm, Statistics and Computing, 22, 1273-1276.
The text was updated successfully, but these errors were encountered: