Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.97 KB

README.md

File metadata and controls

25 lines (20 loc) · 2.97 KB

Demonstrators for DARE data assimiliation course

This repository contains Python code with a set of demonstrations of data assimilation techniques. This code accompanies the DARE data assimilation online course (https://discoverda.org/).

Interactive demonstrators

Note that demonstrators may take a few minutes to load when first used.

Static demonstrators

If for any reason the above interactive demonstrators don't work, you can view a online, read-only version of the demonstrators using the following links:

Download and run the code locally

You may also download or clone the code from this repository to run it in your local Python environment. You can install the dependencies with pip install -r requirements.txt.

To run the Optimal Interpolation demo using Streamlit, install the dependencies and run streamlit run 1_optimal_interpolation.py. This should open the app in your browser.

Acknowledgements

This code has been created by authors from the Data Assimilation Research Centre (DARC) at the University of Reading, funded in part by the Data Assimilation for the REsilient City (DARE) project (EPSRC EP/P002331/1) and the NERC National Centre for Earth Observation (NCEO).