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

Updated all the YAML files with the correct parameter names for the EAGLE cooling model.

parent f2f970c4
Branches
Tags
1 merge request!697Add functions to calculate temperature of particles.
......@@ -72,9 +72,8 @@ EAGLEChemistry: # Solar abundances
SulphurOverSilicon: 0.6054160
EagleCooling:
filename: /cosma5/data/Eagle/BG_Tables/CoolingTables/
filename: ./coolingtables/
reionisation_redshift: 11.5
he_reion_z_center: 3.5
he_reion_z_sigma: 0.5
he_reion_ev_pH: 2.0
He_reion_z_centre: 3.5
He_reion_z_sigma: 0.5
He_reion_ev_pH: 2.0
......@@ -81,9 +81,9 @@ EAGLEChemistry: # Solar abundances
SulphurOverSilicon: 0.6054160
EagleCooling:
filename: /cosma5/data/Eagle/BG_Tables/CoolingTables/
filename: ./coolingtables/
reionisation_redshift: 11.5
he_reion_z_center: 3.5
he_reion_z_sigma: 0.5
he_reion_ev_pH: 2.0
He_reion_z_centre: 3.5
He_reion_z_sigma: 0.5
He_reion_ev_pH: 2.0
......@@ -74,8 +74,8 @@ EAGLEChemistry: # Solar abundances
SulphurOverSilicon: 0.6054160
EagleCooling:
filename: /cosma5/data/Eagle/BG_Tables/CoolingTables/
filename: ./coolingtables/
reionisation_redshift: 11.5
he_reion_z_center: 3.5
he_reion_z_sigma: 0.5
he_reion_ev_pH: 2.0
He_reion_z_centre: 3.5
He_reion_z_sigma: 0.5
He_reion_ev_pH: 2.0
\ No newline at end of file
......@@ -85,8 +85,8 @@ EAGLEChemistry: # Solar abundances
SulphurOverSilicon: 0.6054160
EagleCooling:
filename: /cosma5/data/Eagle/BG_Tables/CoolingTables/
filename: ./coolingtables/
reionisation_redshift: 11.5
he_reion_z_center: 3.5
he_reion_z_sigma: 0.5
he_reion_ev_pH: 2.0
He_reion_z_centre: 3.5
He_reion_z_sigma: 0.5
He_reion_ev_pH: 2.0
\ No newline at end of file
......@@ -245,6 +245,13 @@ LambdaCooling:
lambda_nH2_cgs: 1e-22 # Cooling rate divided by square Hydrogen number density (in cgs units [erg * s^-1 * cm^3])
cooling_tstep_mult: 1.0 # (Optional) Dimensionless pre-factor for the time-step condition.
EagleCooling:
filename: ./coolingtables/ # Location of the Wiersma+08 cooling tables
reionisation_redshift: 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
He_reion_ev_pH: 2.0 # Energy inject by Helium re-ionization in electron-volt per Hydrogen atom
# Cooling with Grackle 3.0
GrackleCooling:
CloudyTable: CloudyData_UVB=HM2012.h5 # Name of the Cloudy Table (available on the grackle bitbucket repository)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment