You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start, can simply implement the sums & averages from reduce_data.py using AMReX reductions.
We'll have to generate code for the reduction kernels & reduction variables, ofc.
Save the reduced data into an HDF5 file with an entry per diagnostic timestep.
Also, when we restart from a checkpoint, if that HDF5 file is in the current directory, we should delete entries at timesteps later than the restart timestep before resuming the simulation.
The text was updated successfully, but these errors were encountered:
Compute runtime diagnostics every so many steps.
To start, can simply implement the sums & averages from
reduce_data.py
using AMReX reductions.We'll have to generate code for the reduction kernels & reduction variables, ofc.
Save the reduced data into an HDF5 file with an entry per diagnostic timestep.
Also, when we restart from a checkpoint, if that HDF5 file is in the current directory, we should delete entries at timesteps later than the restart timestep before resuming the simulation.
The text was updated successfully, but these errors were encountered: