I've been going through and downloading the frontend data from our webpage. When downloading the five datasets for the chombo frontend I get inconsistent ways that they're unpacked. Three of them unpack into folders similarly named to their .tar.gz folder. Those are:
- IsothermalSphere.tar.gz -->
IsothermalSphere/
- KelvinHelmholtz.tar.gz -->
KelvinHemholtz/
-ZeldovichPancake.tar.gz --> ZeldovichPancake/
Two of the zipped files unzip the data file into the current directory. Those are:
TurbBoxLowRes.tar.gz --> data.0005.3d.hdf5
GaussianCloud.tar.gz --> data.0077.3d.hdf5
I think we probably should have consistent unzipping for each frontend? Looking at the frontend it also seems that the latter two files are expected to be located in "GaussianCloud/data.0077.3d.hdf5" and "TurbBoxLowRes/data.0005.3d.hdf5", respectively.
I've been going through and downloading the frontend data from our webpage. When downloading the five datasets for the chombo frontend I get inconsistent ways that they're unpacked. Three of them unpack into folders similarly named to their .tar.gz folder. Those are:
IsothermalSphere/KelvinHemholtz/-ZeldovichPancake.tar.gz -->
ZeldovichPancake/Two of the zipped files unzip the data file into the current directory. Those are:
TurbBoxLowRes.tar.gz --> data.0005.3d.hdf5
GaussianCloud.tar.gz --> data.0077.3d.hdf5
I think we probably should have consistent unzipping for each frontend? Looking at the frontend it also seems that the latter two files are expected to be located in
"GaussianCloud/data.0077.3d.hdf5"and"TurbBoxLowRes/data.0005.3d.hdf5", respectively.