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

Add the M_200=10^15 idealised cluster of Husko+2022 to the examples

parent 390ddbde
No related branches found
No related tags found
11 merge requests!1715Update planetary strength after planetary plus's master rebase,!1693More threapool plotting tweaks,!1668before Mag.Egy in all the flavors,!1663Initial sync to work again,!1662Initial sync from previous months,!1642When searching for more particles in a ghost task we walk up the cell tree,...,!1633When searching for more particles in a ghost task we walk up the cell tree,...,!1631Solving issues with different Hydro Schemes,!1620Mhd canvas,!1619Mhd canvas,!1617Update to from main branch to Canvas to MHD_FS
#!/bin/bash
# fiducial IC (T_0 = 10^7 K)
wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/IdealisedCluster/M5_H15_fid.hdf5
# Different central temperatures (T_0)
#wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/IdealisedCluster/M5_H15_Tmin725.hdf5
#wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/IdealisedCluster/M5_H15_Tmin75.hdf5
#wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/IdealisedCluster/M5_H15_Tmin80.hdf5
# Fiducial IC at different resolutions
#wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/IdealisedCluster/M5_H15_lowres8.hdf5
#wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/IdealisedCluster/M5_H15_lowres512.hdf5
This diff is collapsed.
#!/bin/bash
if [ ! -e M15_fiducial.hdf5 ]
then
echo "Fetching initial conditions for the idealised cluster example..."
./getIC.sh
fi
if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ]
then
echo "Fetching PS20 cooling tables for the isolated galaxy example..."
../getPS20CoolingTables.sh
fi
if [ ! -e yieldtables ]
then
echo "Fetching EAGLE stellar yield tables for the isolated galaxy example..."
../getYieldTable.sh
fi
if [ ! -e photometry ]
then
echo "Fetching EAGLE photometry tables..."
../getEaglePhotometryTable.sh
fi
../../../swift --threads=16 --feedback --external-gravity --self-gravity --stars --star-formation --cooling --temperature --hydro --limiter --sync --black-holes idealised_cluster_M15.yml 2>&1 | tee output.log
......@@ -8,7 +8,10 @@ for the three different halo masse used in Nobels et al. (2022).
The fiducial ICs for the 10^13 Msun and 10^14 Msun idealised cluster
contain resolution variations for 5 different resolutions. For each
halo mass the central temperature variations discussed in the paper
are provided.
are provided.
The 10^15 Msun halo of the same series introduced by Husko et
al. (2022) https://arxiv.org/abs/2206.06402 is also available at
different resolution and different central temperatures.
The code should be configured using a NFW profile and the desired subgrid
models:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment