idies / pyJHTDB

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

Time info for channel flow is too short #16

Closed ghost closed 7 years ago

ghost commented 7 years ago

Right now pyJHTDB.dbinfo.channel['time'][-1] equals to 6.6495004 and 'time' has only 1024 points whereas it should be 4 times more, up to 25.9935

I can use getData to get data for times up to 25.9935

chichilalescu commented 7 years ago

@sshamilton , I'm a little out of date. Could you please go through the data and tell me how many timesteps there are in the channel and isotropic datasets? I guess the timestep is the same as before, and I just need to update the dbinfo.py file.

sshamilton commented 7 years ago

@chichilalescu Channel has always had 25.9935 as @GrigorySarnitsky mentioned, and we extended isotropic1024coarse to 10.056 last October, so we should update the code.

sshamilton commented 7 years ago

Ok, I've updated it.