Practical material for DA training course in Reading
In the DA training course, we provide 4 practicals. These practicals covers the following topics:
- Building blocks of DA
- Variational DA
- EnKF DA
- Hybrid DA
Part of the first practical will be accessible via streamlit. All other practicals are provided in the format of Jupyter notebook. There are three ways to run these notebooks interactively:
- From the web-based binder,
- From Google Colab:
- Adding these two lines at the start of the notebook
!git clone https://github.com/darc-reading/DA-training-2024/ %cd DA-training-2024
- Adding these two lines at the start of the notebook
- Run it on your local machine (with Python >= 3.8) with downloaded contents.