Loading AMREX format data in Python #488
-
Hi, I am wondering if |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
For data analysis and visualization, I recommend yt. If you want to restart from a checkpoint in Python, the VisMF::Read and ParticleContainer::restart methods are also accessible in pyamrex. |
Beta Was this translation helpful? Give feedback.
-
There is a script for loading the particle data at least directly here. Another option is to use yt as just a data loader, then pass the raw data to matplotlib for plotting, as done here. |
Beta Was this translation helpful? Give feedback.
There is a script for loading the particle data at least directly here.
Another option is to use yt as just a data loader, then pass the raw data to matplotlib for plotting, as done here.