Executing post-processing tools #2739
-
Hello! I am trying to debug checkpoint data from an AMR-Wind simulation, and I am trying to use some of the Post-Processing tools described here. Specifically, I am trying to use I compiled a
and
I also ran into issues with
and
I'm fairly new to C++, so I might be missing something simple. If it helps, the structure of the restart file is
Any guidance would be appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The issue might be your files are checkpoint files, not plot files. How to read a checkpoint file will depend on how it's written in AMR-Wind. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the input Weiqun! AMR-Wind uses
Is there any chance you know of any public AMReX plot file data that I could test my issue on? I checked the |
Beta Was this translation helpful? Give feedback.
-
Hi Weiqun, I didn't realize that AMR-Wind plot files and checkpoint files are formatted differently. I was able to to run these scripts successfully on AMR-Wind plot files! I will look into the specifics of the checkpoint files and try to read them accordingly. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
The issue might be your files are checkpoint files, not plot files. How to read a checkpoint file will depend on how it's written in AMR-Wind.