Skip to content

Commit df0a35e

Browse files
authored
Update README.md
1 parent cf6a986 commit df0a35e

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

tutorials/README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,21 @@ functionalities of the library and practical application areas.
1010

1111
### Basic
1212

13-
#### [Tutorial Basic 1](Basic/load_data.ipynb)
13+
#### [Tutorial: Basic 1](Basic/methods_comparison/methods_comparison.ipynb)
1414

15-
#### [Tutorial Basic 2](Basic/different_approaches.ipynb)
15+
In this tutorial we give an introduction to the main functionalities
16+
of the package, by definining a 2D dataset and analyzing it via the
17+
three SPOD algorithms implemented. In this case, we load the entire
18+
data in RAM and pass it to the constructor of the SPOD class.
1619

17-
#### [Tutorial Basic 3](Basic/post_processing.ipynb)
20+
#### [Tutorial: Basic 2](Basic/methods_comparison_file/methods_comparison_file.ipynb)
21+
22+
In this tutorial we give an introduction to the main functionalities
23+
of the package, by definining a 2D dataset and analyzing it via the
24+
three SPOD algorithms implemented. In contrast to [Tutorial: Basic 1](#tutorial-basic-1),
25+
in this tutorial we highlight how one can define a function to read
26+
data and pass it to the constructor of the SPOD class, thereby allowing
27+
for a reduced use of RAM (for large datasets).
1828

1929

2030

@@ -51,15 +61,19 @@ high-resolution mean-sea level pressure data from the ERA5 dataset.
5161

5262
### Fluidmechanics
5363

54-
#### [Tutorial: 2D Jet](fluidmechanics/ERA20C_MEI_2D/ERA20C_MEI_2D.ipynb)
64+
#### [Tutorial: 2D Jet](fluidmechanics/jet_2D/jet_2D.ipynb)
5565

66+
This tutorial shows a simple 2D application to a turbulent jet, where the variable
67+
studied is pressure.
5668

5769

5870

5971
### Earthquakes
6072

61-
#### [Tutorial: 2D Slip Potency](earthquakes/ERA20C_MEI_2D/ERA20C_MEI_2D.ipynb)
73+
#### [Tutorial: 2D Slip Potency](earthquakes/slip_potency_2D/slip_potency_2D.ipynb)
6274

75+
This tutorial shows a simple 2D application seismic data, where the variable studied
76+
is the slip potency.
6377

6478

6579

0 commit comments

Comments
 (0)