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 NAM tutorial for relative humidity analyses #2

Closed Romit-Maulik closed 3 years ago

Romit-Maulik commented 3 years ago

Hi Gianmarco,

I added a tutorial for the SPOD of relative humidity from the NAM data set. Available here.

I had to make a couple of small changes to the plotting scripts to allow for a keyword to change the origin (as an argument to ax.contourf). Hope that's not an issue.

Romit

mengaldo commented 3 years ago

Hi Romit,

thank you, that looks great! I made a couple of minor typographical changes and added a short description here: https://github.com/mengaldo/PySPOD/tree/main/tutorials

Hope that looks good!

Cheers, Gianmarco