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

Added scripts to recover the cooling and yield tables in the EAGLE ICs main directory.

parent ba72289c
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,7 @@ This directory contains initial conditions generated for
the EAGLE suite of simulations. The cosmology, resolution
and phases are the same as used in the original suite. The only
difference is the file format, adapted for SWIFT.
The scripts in this directory download the tables required to
run the EAGLE model. Plotting scripts are also provided
for basic quantities.
#!/bin/bash
wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/CoolingTables/EAGLE/coolingtables.tar.gz
tar -xf coolingtables.tar.gz
#!/bin/bash
wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/YieldTables/EAGLE/yieldtables.tar.gz
tar -xf yieldtables.tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment