How to save result in .h5? #3439
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @kli-jfp, I am so sorry we overlooked your post. We implement HDF5 (and ADIOS2) formats through our openPMD [1] backend in the full diagnostics. As of WarpX 22.12, you add for your respecive <diag_name>.format = openpmd
<diag_name>.openpmd_backend = h5 # default is bp for ADIOS output; h5 is for HDF5to the inputs file. We will make the first line the default in or user-facing examples. You don't need to add a specifc build option, since we configure by default with |
Beta Was this translation helpful? Give feedback.
Hi @kli-jfp, I am so sorry we overlooked your post.
We implement HDF5 (and ADIOS2) formats through our openPMD [1] backend in the full diagnostics.
As of WarpX 22.12, you add for your respecive
<diag_name>the linesto the inputs file.
We will make the first line the default in or user-facing examples.
You don't need to add a specifc build option, since we configure by default with
-DWarpX_OPENPMD=ON.