Skip to content

Commit 742a92f

Browse files
authored
Merge pull request #26 from jrmaddison/jrmaddison/fix_readme
Fix readme
2 parents 2a3574d + e03c58d commit 742a92f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
bt_ocean
22
========
33

4-
bt_ocean is a differentiable pseudospectral solver for the barotropic vorticity
5-
equation on a beta-plane, for classic wind-forced barotropic ocean gyre
6-
simulations.
4+
bt_ocean is a differentiable finite difference solver for the barotropic
5+
vorticity equation on a beta-plane, for classic wind-forced barotropic ocean
6+
gyre simulations.
77

88
bt_ocean is designed to be simple, lightweight, and fast on a single GPU. The
99
aim is enable rapid testing of ocean-relevant machine learning techniques in a
@@ -13,7 +13,7 @@ backscatter.
1313
Features
1414
--------
1515

16-
- A pseudospectral solver for the 2D barotropic vorticity equation in a
16+
- A finite difference solver for the 2D barotropic vorticity equation in a
1717
rectangular domain, for simulations of classic wind-driven Munk-Stommel ocean
1818
gyre problems.
1919
- Uses the JAX library, providing GPU and autodiff support.

0 commit comments

Comments
 (0)