MathEXLab / PySPOD

A Python package for spectral proper orthogonal decomposition (SPOD).
https://mathexlab.github.io/PySPOD/
MIT License
97 stars 29 forks source link

Added some compressed data so users can get a feel for the package #3

Closed Romit-Maulik closed 3 years ago

Romit-Maulik commented 3 years ago

Hi Gianmarco,

I've added some old-fashioned POD compressed data for the NAM_2D tutorial (it resolves about 90% of the energy). The data set is about 41MB in size and can get the users started with some climate tutorials without having to download many GBs first.

Since these are in *.npy - I had to bypass the .gitignore.

mengaldo commented 3 years ago

Thank you Romit, that sounds great - I just merged it!

Cheers, Gianmarco