#!/bin/bash if [ ! -e glassCube_32.hdf5 ] then echo "Fetching glass file..." ./getGlass.sh fi if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ] then echo "Fetching COLIBRE cooling tables..." ./getColibreCoolingTables.sh fi if [ ! -e example_32_1.0e+04.hdf5 ] then echo "Generating initial conditions..." python make_IC.py 1e4 fi ../../swift --threads=4 --self-gravity --black-holes --cooling --hydro --limiter --sync config.yml # Show AGN feedback statistics python3 AGN_feedback_statistics.py 201