Skip to content

Commit

Permalink
subchandra analysis script: fix lap_rho name (#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Feb 23, 2024
1 parent 56d243e commit 377991e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Exec/science/subchandra/analysis/subch_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def doit(field, add_contours, pfiles):
if field == "lap_rho" or add_contours:
ds.force_periodicity()
ds.add_field(name=("gas", "lap_rho"), sampling_type="local",
display_name=r"$\log_{10}(|\rho^{-1}\nabla^2\rho|)$",
function=_lap_rho, units="",
validators=[ValidateSpatial(1)])

Expand Down

0 comments on commit 377991e

Please sign in to comment.