diff --git a/examples/EAGLE_ICs/EAGLE_100/run.sh b/examples/EAGLE_ICs/EAGLE_100/run.sh index 7b2d0e95bc83036cddba847e0acb405a198dbb13..f397d6ca7ed688c0145b975e47f1315b4975b0e8 100755 --- a/examples/EAGLE_ICs/EAGLE_100/run.sh +++ b/examples/EAGLE_ICs/EAGLE_100/run.sh @@ -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 ] diff --git a/examples/EAGLE_ICs/EAGLE_12/run.sh b/examples/EAGLE_ICs/EAGLE_12/run.sh index 0140f598a2697209756731934121186b946fcdfa..f53b975f1319a58cb7787f04e7bf21b817ce43ea 100755 --- a/examples/EAGLE_ICs/EAGLE_12/run.sh +++ b/examples/EAGLE_ICs/EAGLE_12/run.sh @@ -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 ] diff --git a/examples/EAGLE_ICs/EAGLE_25/run.sh b/examples/EAGLE_ICs/EAGLE_25/run.sh index 04635c149fa19181386880f79034f413c96f8848..8d18b4519ef37bafd1bbd1b1ce6a2413cded07ad 100755 --- a/examples/EAGLE_ICs/EAGLE_25/run.sh +++ b/examples/EAGLE_ICs/EAGLE_25/run.sh @@ -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 ] diff --git a/examples/EAGLE_ICs/EAGLE_25_low_res/run.sh b/examples/EAGLE_ICs/EAGLE_25_low_res/run.sh index 200fab538cb38515c0df665c9191139fd9cd9960..36a95333b99e0d4859b1618152f224b0489c9bf4 100755 --- a/examples/EAGLE_ICs/EAGLE_25_low_res/run.sh +++ b/examples/EAGLE_ICs/EAGLE_25_low_res/run.sh @@ -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 ] diff --git a/examples/EAGLE_ICs/EAGLE_50/run.sh b/examples/EAGLE_ICs/EAGLE_50/run.sh index 026019b44d05d8d8272b49c5baa2d7c2b8f4ef6c..a48a559444d0e42f64b027793f42c11d464695c7 100755 --- a/examples/EAGLE_ICs/EAGLE_50/run.sh +++ b/examples/EAGLE_ICs/EAGLE_50/run.sh @@ -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 ] diff --git a/examples/EAGLE_ICs/EAGLE_50_low_res/run.sh b/examples/EAGLE_ICs/EAGLE_50_low_res/run.sh index 83f388aeb01c968aa4aac2cd50b9065993cee96b..235c4fdb1e589635ff053a22a577446f61c9e619 100755 --- a/examples/EAGLE_ICs/EAGLE_50_low_res/run.sh +++ b/examples/EAGLE_ICs/EAGLE_50_low_res/run.sh @@ -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 ] diff --git a/examples/EAGLE_ICs/EAGLE_6/run.sh b/examples/EAGLE_ICs/EAGLE_6/run.sh index aa1064d380a97740c918ee961a7316822b5b8f43..564eb67b80ffb741bd1c1a8dd84be80c5c2a843b 100755 --- a/examples/EAGLE_ICs/EAGLE_6/run.sh +++ b/examples/EAGLE_ICs/EAGLE_6/run.sh @@ -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 ]