From 6d509c7f239a07221d9a2e1581de0750d787eb27 Mon Sep 17 00:00:00 2001
From: Filip Husko <filip.husko@durham.ac.uk>
Date: Wed, 4 Dec 2024 15:30:21 +0000
Subject: [PATCH] Add commands to run analysis scripts at the end of job

---
 examples/HydroTests/IdealizedAGNJet/run.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/examples/HydroTests/IdealizedAGNJet/run.sh b/examples/HydroTests/IdealizedAGNJet/run.sh
index 703905f73a..ae4eaf134a 100755
--- a/examples/HydroTests/IdealizedAGNJet/run.sh
+++ b/examples/HydroTests/IdealizedAGNJet/run.sh
@@ -11,3 +11,9 @@ python3 write_ICs.py
 
 ../../../swift --hydro --temperature --threads=16 --limiter --sync --pin  idealized_jet.yml
 
+cd analysis_scripts
+
+python3 energetics.py
+python3 lobe_dimensions.py
+python3 phase_space_diagram.py
+python3 temperature_slices.py
-- 
GitLab