#!/bin/bash # Generate the initial conditions if they are not present. echo "Generating initial conditions for the isothermal potential box example..." python3 makeIC.py 10000 ../../../swift --external-gravity --hydro --cooling --threads=16 cooling_halo.yml 2>&1 | tee output.log python3 radial_profile.py 2. 200 100 python3 internal_energy_profile.py 2. 200 100 python3 test_energy_conservation.py 2. 200 100