Skip to content

Reproduced the examples and results from the textbook "Probabilistic Forecasting and Bayesian Data Assimilation" in Python

License

Notifications You must be signed in to change notification settings

ray-chew/probabilistic_forecasting_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

168e98d · Mar 23, 2024
Dec 11, 2018
Jan 24, 2019
Nov 12, 2018
Dec 11, 2018
Nov 23, 2018
Dec 6, 2018
Mar 5, 2019
Mar 5, 2019
Jan 11, 2019
Feb 1, 2019
Dec 10, 2018
Mar 23, 2024
Mar 19, 2024
Jan 21, 2019
Jan 9, 2019

Repository files navigation

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.


Todo:

  1. Check mean values for chap5ex17.
  2. Complete Chapter 7 example 13
    1. Implement ESRF filter
    2. Fix the implementation of the SIR
    3. Fix ETPF 3d residual calculations
    4. Use a FORTRAN subroutine for the implicit solver
  3. Check what is wrong with chapter 8 example 5.
  4. 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.
  5. Might want to implement chap8ex13 and chap8ex21 as a challenge.

About

Reproduced the examples and results from the textbook "Probabilistic Forecasting and Bayesian Data Assimilation" in Python

Topics

Resources

License

Stars

Watchers

Forks