Skip to content
Snippets Groups Projects
Commit 9a99bdeb authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Fix renaming in other files that use plotSolution.py or the cooling tables

parent 82d556e8
No related branches found
No related tags found
1 merge request!705Star formation following Schaye08
......@@ -50,7 +50,7 @@ SPH:
H_ionization_temperature: 1e4 # (Optional) Temperature of the transition from neutral to ionized Hydrogen for primoridal gas.
EAGLECooling:
dir_name: ../../coolingtables/ # Location of the Wiersma+08 cooling tables
dir_name: ../coolingtables/ # Location of the Wiersma+08 cooling tables
H_reion_z: 11.5 # Redshift of Hydrogen re-ionization
He_reion_z_centre: 3.5 # Redshift of the centre of the Helium re-ionization Gaussian
He_reion_z_sigma: 0.5 # Spread in redshift of the Helium re-ionization Gaussian
......
......@@ -6,6 +6,6 @@ then
./getIC.sh
fi
../../swift --threads=32 --external-gravity --self-gravity --stars --star-formation --cooling --temperature --hydro isolated_galaxy.yml 2>&1 | tee output.log
../swift --threads=32 --external-gravity --self-gravity --stars --star-formation --cooling --temperature --hydro isolated_galaxy.yml 2>&1 | tee output.log
python3 ks_plotter.py
python3 plotSolution.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment