Skip to content

Commit

Permalink
update README.md & add banner
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-cda committed Oct 17, 2023
1 parent d1090c4 commit bdde5c9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,30 @@
**Online community**: [![Discord](https://img.shields.io/discord/1129502879477141528?logo=Discord)](https://discord.gg/FdFFUy9Zcc)

[![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)
Author: Da,Cheng Email: [email protected]

![banner](banner_l63.png)

Author: Da,Cheng Email: [email protected]

## Goal of this project
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:
- Get familiar with the Lorenz 63 model (Part A)
- Effects of data assimliation for chaotic systems (Part B)
- 3D-Variational(3D-Var) & Incremental 4D-Variational (4D-Var) methods (Part B)
- Ensemble method (perturbed-observation EnKF & LETKF, Part C)
- Hybrid-gain method (Part D)
- how information is transfered in a DA system (Part E)

Several experiments are suggested to each part so that students can understand the impacts of key parameters for diferent DA methods.

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.

Technicaly, no `makefile` or `cmake` is used here so that students shall not be distracted from other techinical complexitities.

## Instructions
- See instructions in `chapter5_project.pdf`, and solutions in `Solutions_chapter5_project.pdf`.
- The current compiling scripts use the Intel compiler (`ifort`) and its MKL library.
- The current compiling scripts use the Intel compiler (`ifort`) and its MKL library. Note that Intel compiler is now free to everyone.

## Future updates:
- Add support to `gfortran`
- Translate to `python`
Binary file added banner_l63.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdde5c9

Please sign in to comment.