We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0cea7 commit 799dbafCopy full SHA for 799dbaf
docs/source/index.rst
@@ -43,9 +43,8 @@ that is intended when we have enough RAM to perform a given
43
a analysis and it is generally faster, requiring a small
44
amount of I/O operations, the `SPOD_low_ram` require extensive
45
I/O operations but allows to run analyses when RAM is not
46
-sufficient, and the `SPOD_streaming` is similar to the `SPOD_low_ram`
47
-algorithm, in that it requires less RAM (but it is generally
48
-slower).
+sufficient, and the `SPOD_streaming` is a streaming version
+SPOD (generally slower).
49
50
`SPOD_low_storage` and `SPOD_low_ram` implements the algorithms
51
that were proposed in `(Schmidt et al. 2019) <https://doi.org/10.1175/MWR-D-18-0337.1>`_.
0 commit comments