Skip to content

Commit bdde5c9

Browse files
committed
update README.md & add banner
1 parent d1090c4 commit bdde5c9

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,30 @@
22
**Online community**: [![Discord](https://img.shields.io/discord/1129502879477141528?logo=Discord)](https://discord.gg/FdFFUy9Zcc)
33

44
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=blue&label=Unique%20clone%20since%2009/13/2023&query=uniques&url=https://gist.githubusercontent.com/cd10kfsu/051e274b67a31213c141f10eee1fff30/raw/clone.json&logo=github)](https://github.com/MShawon/github-clone-count-badge)
5+
Author: Da,Cheng Email: cda@umd.edu
56

7+
![banner](banner_l63.png)
68

7-
Author: Da,Cheng Email: cda@umd.edu
89

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
926
- 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`

banner_l63.png

2.1 MB
Loading

0 commit comments

Comments
 (0)