idies / pyJHTDB

Python wrapper for the Johns Hopkins turbulence database library
Apache License 2.0
96 stars 47 forks source link

adding support for isotropic 8192 dataset #40

Open cmhyett opened 1 year ago

cmhyett commented 1 year ago

Adding dbinfo to access the backend for isotropic 8192 dataset: #39

Only added the first snapshot at a fictitious time=[0], as the snapshot times are nonsequential, nor uniformly spaced. Other parameters are taken from http://turbulence.pha.jhu.edu/docs/README-isotropic8192.pdf

Happy to expand the parameters to include the other snapshots if there is a "standard" way to handle these snapshot-style database entries.