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

Make the EAGLE_ICs example load the PS2020 cooling tables and not the Wiersma+09 ones

parent b00ef840
No related branches found
No related tags found
1 merge request!1766added read Vz factor from the yml files.
......@@ -14,10 +14,10 @@ then
../getEagleYieldtable.sh
fi
if [ ! -e coolingtables ]
if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ]
then
echo "Fetching EAGLE cooling tables..."
../getEagleCoolingTable.sh
echo "Fetching EAGLE-XL cooling tables..."
../getPS2020CoolingTables.sh
fi
if [ ! -e photometry ]
......
......@@ -14,10 +14,10 @@ then
../getEagleYieldTable.sh
fi
if [ ! -e coolingtables ]
if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ]
then
echo "Fetching EAGLE cooling tables..."
../getEagleCoolingTable.sh
echo "Fetching EAGLE-XL cooling tables..."
../getPS2020CoolingTables.sh
fi
if [ ! -e photometry ]
......
......@@ -14,10 +14,10 @@ then
../getEagleYieldTable.sh
fi
if [ ! -e coolingtables ]
if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ]
then
echo "Fetching EAGLE cooling tables..."
../getEagleCoolingTable.sh
echo "Fetching EAGLE-XL cooling tables..."
../getPS2020CoolingTables.sh
fi
if [ ! -e photometry ]
......
......@@ -14,10 +14,10 @@ then
../getEagleYieldTable.sh
fi
if [ ! -e coolingtables ]
if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ]
then
echo "Fetching EAGLE cooling tables..."
../getEagleCoolingTable.sh
echo "Fetching EAGLE-XL cooling tables..."
../getPS2020CoolingTables.sh
fi
if [ ! -e photometry ]
......
......@@ -14,10 +14,10 @@ then
../getEagleYieldTable.sh
fi
if [ ! -e coolingtables ]
if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ]
then
echo "Fetching EAGLE cooling tables..."
../getEagleCoolingTable.sh
echo "Fetching EAGLE-XL cooling tables..."
../getPS2020CoolingTables.sh
fi
if [ ! -e photometry ]
......
......@@ -14,10 +14,10 @@ then
../getEagleYieldTable.sh
fi
if [ ! -e coolingtables ]
if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ]
then
echo "Fetching EAGLE cooling tables..."
../getEagleCoolingTable.sh
echo "Fetching EAGLE-XL cooling tables..."
../getPS2020CoolingTables.sh
fi
if [ ! -e photometry ]
......
......@@ -14,10 +14,10 @@ then
../getEagleYieldTable.sh
fi
if [ ! -e coolingtables ]
if [ ! -e UV_dust1_CR1_G1_shield1.hdf5 ]
then
echo "Fetching EAGLE cooling tables..."
../getEagleCoolingTable.sh
echo "Fetching EAGLE-XL cooling tables..."
../getPS2020CoolingTables.sh
fi
if [ ! -e photometry ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment