Examples in Python from the textbook Probabilistic Forecasting and Bayesian Data Assimilation
In November 2018, I read this textbook from cover to cover and reproduced the examples to gain an understanding of data assimilation.
- Check mean values for chap5ex17.
- Complete Chapter 7 example 13
- Implement ESRF filter
- Fix the implementation of the SIR
- Fix ETPF 3d residual calculations
- Use a FORTRAN subroutine for the implicit solver
- Check what is wrong with chapter 8 example 5.
- Chapter 8 example 9: The matrix PP is introduced to make sure that the mean of the generated ensemble spread does not change (sum over all the ensemble members at a given spatial grid point equals zero). Is this true? Think about it.
- Might want to implement chap8ex13 and chap8ex21 as a challenge.