#!/bin/bash -l # Ensure that the right modules are loaded, MAKE SURE to load python3 as well #module purge # Create ICs 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