how to force re-reading variable names in a timeseries? #19509
Unanswered
BenWibking
asked this question in
Help using VisIt
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an ADIOS2 dataset where the variables change between outputs. This is due to the application following the convention (from openPMD) that the dataset variable names include the cycle number, like this:
In the screenshot above,
758
is the cycle for this snapshot.This works fine when opening an ADIOS2 dataset that consists of a single snapshot, but it doesn't work when opening more than one snapshot in a timeseries (create with a *.visit file), since VisIt only reads the variable names from the first snapshot, and then doesn't update the variable names when advancing to the next files in the series.
Is there a way to force VisIt to re-read the variable names when loading a new file in a timeseries?
Beta Was this translation helpful? Give feedback.
All reactions