#!/bin/bash # Fetch the initial conditions if they are not present. if [ ! -e Mh13_c9_M6_3kpc.hdf5 ] then echo "Fetching initial conditions for the COLIBRE 12Mpc example..." ./getIC.sh fi python3 calculate_elliptical_CGM.py Mh13_c9_M6_3kpc.hdf5 elliptical_IC.hdf5 default ../../swift --threads=28 --external-gravity --eagle isolated_elliptical.yml python3 get_accretion.py