MathEXLab / PySPOD

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

Fixed error in *.nc loader function #1

Closed Romit-Maulik closed 3 years ago

Romit-Maulik commented 3 years ago

Hi Gianmarco - thanks for the excellent package. It turns out that the function you had for the nc file reader had a small error in it: image

I've updated it in this pull request to the following: image

I hope that makes sense.

Romit

mengaldo commented 3 years ago

Hi Romit, thank you, well spotted!