From f9b1e31a8aa803a4aa058535ec90d01137aee938 Mon Sep 17 00:00:00 2001 From: Ben Wibking Date: Sun, 27 Oct 2024 16:22:03 -0400 Subject: [PATCH] use phdf_diff.py --- reproducer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reproducer.sh b/reproducer.sh index 998e03eb..813c839e 100755 --- a/reproducer.sh +++ b/reproducer.sh @@ -28,3 +28,6 @@ h5diff first_run/parthenon.restart.00002.rhdf parthenon.restart.00002.rhdf # compare snapshot outputs h5diff first_run/parthenon.prim.00002.phdf parthenon.prim.00002.phdf + +# compare with phdf_diff +python3 external/parthenon/scripts/python/packages/parthenon_tools/parthenon_tools/phdf_diff.py -brief parthenon.restart.00002.rhdf first_run/parthenon.restart.00002.rhdf