|
2 | 2 | **Online community**: [](https://discord.gg/FdFFUy9Zcc)
|
3 | 3 |
|
4 | 4 | [](https://github.com/MShawon/github-clone-count-badge)
|
| 5 | +Author: Da,Cheng Email: cda@umd.edu |
5 | 6 |
|
| 7 | + |
6 | 8 |
|
7 |
| -Author: Da,Cheng Email: cda@umd.edu |
8 | 9 |
|
| 10 | +## Goal of this project |
| 11 | +This project will provide readers hand-on experience working on several state-of-the-art data assimliation methods using the 3-variable Lorenz-63 model. Readers will conduct numerical experiments about: |
| 12 | +- Get familiar with the Lorenz 63 model (Part A) |
| 13 | +- Effects of data assimliation for chaotic systems (Part B) |
| 14 | +- 3D-Variational(3D-Var) & Incremental 4D-Variational (4D-Var) methods (Part B) |
| 15 | +- Ensemble method (perturbed-observation EnKF & LETKF, Part C) |
| 16 | +- Hybrid-gain method (Part D) |
| 17 | +- how information is transfered in a DA system (Part E) |
| 18 | + |
| 19 | +Several experiments are suggested to each part so that students can understand the impacts of key parameters for diferent DA methods. |
| 20 | + |
| 21 | +Our goal is to try our best to give the readers an intuitive understanding about the performance of different DA methods, even if they haven't fully understand the related equations yet. |
| 22 | + |
| 23 | +Technicaly, no `makefile` or `cmake` is used here so that students shall not be distracted from other techinical complexitities. |
| 24 | + |
| 25 | +## Instructions |
9 | 26 | - See instructions in `chapter5_project.pdf`, and solutions in `Solutions_chapter5_project.pdf`.
|
10 |
| -- The current compiling scripts use the Intel compiler (`ifort`) and its MKL library. |
| 27 | +- The current compiling scripts use the Intel compiler (`ifort`) and its MKL library. Note that Intel compiler is now free to everyone. |
| 28 | + |
| 29 | +## Future updates: |
| 30 | +- Add support to `gfortran` |
| 31 | +- Translate to `python` |
0 commit comments