Skip to content

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceKuailv committed Aug 5, 2024
1 parent 4a07d11 commit 801cd9d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/create_interpolator_for_LLC.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
______________________________________________________________________

## jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.16.4 kernelspec: display_name: Python 3.8 (py38) language: python name: py38
---
jupytext:
text_representation:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.14.5
kernelspec:
display_name: Python 3.8 (py38)
language: python
name: py38
---

# Create interpolator for datasets

Expand All @@ -15,11 +24,6 @@ from precalc.gen_interp import store_interpolator
from precalc.grid_subsample import generate_subocedata
```

```{code-cell} ipython3
import warnings
warnings.filterwarnings("ignore")
```

So far, we only support interpolator for the LLC4320 dataset. So, first, we load the dataset with the help from oceanspy.

```{code-cell} ipython3
Expand Down

0 comments on commit 801cd9d

Please sign in to comment.