Skip to content

ray-chew/data_assimilation_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Some data assimilation examples I attempted.

  • Lorenz-63.ipynb studies the effect of

    • Extended Kalman Filter
    • Sequential Importance Resampling (SIR) Filter
    • 4D-Var on a Lorenz-63 model.
  • Lax-Friedrichs-1D.ipynb studies the effect of variational data assimilation on the Burgers' equation following Chung et al.

    • I do not think the script is working.