Skip to content
Snippets Groups Projects
Commit 57c54841 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Added script to fetch the grackle cooling tables from the SWIFT web repository.

parent 223bc1f5
No related branches found
No related tags found
1 merge request!469Update cooling grackle
#!/bin/bash
wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/CoolingTables/CloudyData_UVB=HM2012.h5
......@@ -13,6 +13,13 @@ then
python makeIC.py
fi
# Get the Grackle cooling table
if [ ! -e CloudyData_UVB=HM2012.h5 ]
then
echo "Fetching the Cloudy tables required by Grackle..."
./getCoolingTable.sh
fi
# Run SWIFT
../swift -s -C -t 1 coolingBox.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment