AFD-Illinois / kharma

Kokkos-based High-Accuracy Relativistic Magnetohydrodynamics with AMR
BSD 3-Clause "New" or "Revised" License
33 stars 16 forks source link

Fix history variables #113

Closed bprather closed 2 months ago

bprather commented 2 months ago

After modifying the reductions code to work with HIP, most history outputs got removed. This re-enables them, with some updates to support SMR/AMR grids.

Note that to get all of the piles of GRMHD diagnostics, you can use variables = all_reductions in the hst output definition of the parameter file. Individual histories can be enabled with the variables conserved_vars, luminosities, eh_fluxes_cell, and eh_fluxes_flux, for the conserved variable totals, proxy and jet luminosties, and the cell- and flux-based calculations of the accretion rates, respectively.