Opening multiple sequential files as data over timesteps

Hi I was wondering if Vapor supports data over multiple files named sequentially like file1.nc,file2.nc,…etc to be loaded as a sequence in time like Paraview does? It was helpful for me for large datasets over time to split across files but still view time sequentially.

You can do this. With regard to time steps, VAPOR first looks for something that it can identify as a time coordinate. If one is present in the data it will be used to order the snapshots, and is also used in flow pathline integration where an accurate time coordinate is needed. If a time coordinate is not found, VAPOR synthesizes one by using the ordering of the files loaded into the application. I.e. file1 becomes time coordinate 0.0, file2 becomes time coordinate 1.0, and so on.