Skip to content

Commit

Permalink
fix broken link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
miniufo committed Mar 1, 2024
1 parent 651bea3 commit 2ffe58b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 33 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
xinvert/__pycache__/
*.py[cod]
*$py.class

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ More importantly, this could be generalized into a numerical solver for elliptic

One problem with SOR is that the speed of iteration using **explicit loops in Python** will be **e-x-t-r-e-m-e-l-y ... s-l-o-w**! A very suitable solution here is to use [`numba`](https://numba.pydata.org/). We may try our best to speed things up using more hardwares (possibly GPU).

Classical problems include Gill-Matsuno model, Stommel-Munk model, QG omega model, PV inversion model, Swayer-Eliassen balance model... A complete list of the classical inversion problems can be found at [this notebook](./docs/source/notebooks/Introduction.ipynb).
Classical problems include Gill-Matsuno model, Stommel-Munk model, QG omega model, PV inversion model, Swayer-Eliassen balance model... A complete list of the classical inversion problems can be found at [this notebook](./docs/source/notebooks/00_Introduction.ipynb).

Why `xinvert`?

Expand Down
42 changes: 10 additions & 32 deletions docs/source/notebooks/01_Poisson_equation_horizontal.ipynb

Large diffs are not rendered by default.

Binary file modified paper/paper.pdf
Binary file not shown.
Binary file modified xinvert/__pycache__/__init__.cpython-310.pyc
Binary file not shown.

0 comments on commit 2ffe58b

Please sign in to comment.