The particle data should be placed inside the plt????? files like so:
plt00010/particles
or
plt000010/electrons
Then you could load it with
import yt
from yt.frontends.boxlib.data_structures import AMReXDataset
ds = AMReXDataset("plt00010")
print(ds.field_list)
-Andrew
On Wed, Mar 27, 2024 at 12:22 PM <[email protected]> wrote:
> Hi everyone,
>
> I have output particle data by the function 'pc.Checkpoint' of AMREX after
> 'WriteMultiLevelPlotfile'
> you can see details here:
> https://amrex-codes.github.io/amrex/docs_html/Particle.html#particle-io
>
> however, I cannot find the documention about how to load and handle with
> the output particle data.
>
> could you give me some references or suggestions, thank a lot!
>
> best wishes
> _______________________________________________
> yt-users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://mail.python.org/mailman3/lists/yt-users.python.org/
> Member address: [email protected]
>
_______________________________________________
yt-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/yt-users.python.org/
Member address: [email protected]