Hello all,
I am currently dealing with 3D simulations uniform grid data with FLASH code. I came across flashvdfcreate and flashamr2vdf commands for creating VDF files for FLASH HDF5 files. These commands don't seem to be working (probably because they support only AMR data?). Can someone please guide me to a reference to sort out this issue or suggest any ideas regarding this?
Thanks,
Bhishek.
Hi Bhishek,
The flash* commands do indeed expect AMR data. If you have regular strucutred data from FLASH your best be is to output/convert the data to "raw" binaries and then use the combination of vdfcreate and raw2vdf, or possibly convert your data to NetCDF format and use ncdfvdfcreate/ncdf2vdf as described here: https://www.vapor.ucar.edu/docs/usage/vapor-data-preparation
Unforunately vapor does not allow you to change the orientation. The fastest varying dimension in your multidimensional arrray is always the X coordinate. The next fastest is Y, and then Z. To change the ordering you would have to transpose your data prior to translating into the VDC format.
jc