NCAR / VAPOR

VAPOR is the Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers
https://www.vapor.ucar.edu/
BSD 3-Clause "New" or "Revised" License
179 stars 49 forks source link

VDC data alters domain extents? #2722

Open sgpearse opened 3 years ago

sgpearse commented 3 years ago

To reproduce: 1) vdccreate -dimension 10x10x10 -vars3d myVar bov.vdc 2) Load bov.vdc into Vapor, and a domain cube will be shown. 3) Optional: create a renderer note the extents in the geometry tab (0:0:0:0:0:0)

4) raw2vdc -varname myVar ~/bov5.vdc ~/bov.bin 5) Load bov.vdc into vapor and no domain is shown. Extents are now 4.5:4.5:4.5:4.5:4.5:4.5?

bov.bin.zip

Solution? The -extents flag defaults to an empty string with vdccreate. Maybe set it to 0:0:0:1:1:1?

clyne commented 3 years ago

@sgpearse please verify with larger data set (e.g. 100^3)

sgpearse commented 3 years ago

The "no domain" problem doesn't appear with larger grids. I'm ok with closing this.