diff --git a/examples/Cooling/CoolingBox/coolingBox.yml b/examples/Cooling/CoolingBox/coolingBox.yml
index 853e480cd4ffba4baa659232e6d5f068b4ea2815..ca97793aa9b4de43872db38f55c4060a2b27ddc9 100644
--- a/examples/Cooling/CoolingBox/coolingBox.yml
+++ b/examples/Cooling/CoolingBox/coolingBox.yml
@@ -57,6 +57,7 @@ GearChemistry:
 EAGLECooling:
   dir_name:                ./coolingtables/
   H_reion_z:               11.5
+  H_reion_eV_p_H:          2.0
   He_reion_z_center:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
diff --git a/examples/Cooling/CoolingRates/cooling_rates.yml b/examples/Cooling/CoolingRates/cooling_rates.yml
index 1d67ad0af79368c39c24879b101a540d0bccb3d1..985eef220b24bd398deec09ea56630118d0bc5ab 100644
--- a/examples/Cooling/CoolingRates/cooling_rates.yml
+++ b/examples/Cooling/CoolingRates/cooling_rates.yml
@@ -30,6 +30,7 @@ EAGLEChemistry:
 EAGLECooling:
   dir_name:                ./coolingtables/
   H_reion_z:               11.5
+  H_reion_eV_p_H:          2.0
   He_reion_z_centre:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
index 4c3d7f0a3516ea7919a7ecd28efa6808c2f0f046..df4c05811bae17a65b54e45c6625ff97a21357f6 100644
--- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
@@ -80,6 +80,7 @@ EAGLEChemistry:
 EAGLECooling:
   dir_name:                ./coolingtables/
   H_reion_z:               11.5 
+  H_reion_eV_p_H:          2.0
   He_reion_z_centre:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
diff --git a/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml b/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
index d09bbb51e90d843dd6731c5fcbd48b9c586713f9..ada36234d6a9691a8d78a33a047088920e2c6a11 100644
--- a/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
@@ -73,6 +73,7 @@ EAGLEChemistry: 	     # Solar abundances
 EAGLECooling:
   dir_name:                ./coolingtables/
   H_reion_z:               11.5 
+  H_reion_eV_p_H:          2.0
   He_reion_z_centre:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
diff --git a/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml b/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
index 75799647b4e95ebd75202748c67a2c18c423f532..b1d897ec390ca0488229c460a4308c1ee793dbf7 100644
--- a/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
+++ b/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
@@ -80,6 +80,7 @@ EAGLEChemistry: 	     # Solar abundances
 EAGLECooling:
   dir_name:                ./coolingtables/
   H_reion_z:               11.5 
+  H_reion_eV_p_H:          2.0
   He_reion_z_centre:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
diff --git a/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml b/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml
index 6c0c7421ba4f804437a8086b42fb2878bd3904b1..c837c88d870f21907b9fe7fc1408c5df8db5dd0c 100644
--- a/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml
+++ b/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml
@@ -75,6 +75,7 @@ EAGLEChemistry: 	     # Solar abundances
 EAGLECooling:
   dir_name:                ./coolingtables/
   H_reion_z:               11.5 
+  H_reion_eV_p_H:          2.0
   He_reion_z_centre:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
diff --git a/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml b/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml
index 313a5a384324eecd56455ea22bbc96d147982d6b..4f68413fa4c69b8e2b9ff28e66f4f269d21a1a7b 100644
--- a/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml
+++ b/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml
@@ -84,9 +84,11 @@ EAGLEChemistry: 	     # Solar abundances
 EAGLECooling:
   dir_name:                ./coolingtables/
   H_reion_z:               11.5 
+  H_reion_eV_p_H:          2.0
   He_reion_z_centre:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
+
 # EAGLE star formation parameters
 EAGLEStarFormation:
   EOS_density_norm_H_p_cm3:          0.1       # Physical density used for the normalisation of the EOS assumed for the star-forming gas in Hydrogen atoms per cm^3.
diff --git a/examples/IsolatedGalaxy/IsolatedGalaxy_starformation/isolated_galaxy.yml b/examples/IsolatedGalaxy/IsolatedGalaxy_starformation/isolated_galaxy.yml
index 7ba1e601c764d9c12b93178efd8226601af8373c..7dac0a8a6c3b8d4c583ae6138513f0c5259227b1 100644
--- a/examples/IsolatedGalaxy/IsolatedGalaxy_starformation/isolated_galaxy.yml
+++ b/examples/IsolatedGalaxy/IsolatedGalaxy_starformation/isolated_galaxy.yml
@@ -50,6 +50,7 @@ SPH:
 EAGLECooling:
   dir_name:                ./coolingtables/  # Location of the Wiersma+08 cooling tables
   H_reion_z:               11.5              # Redshift of Hydrogen re-ionization
+  H_reion_eV_p_H:          2.0
   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_p_H:         2.0               # Energy inject by Helium re-ionization in electron-volt per Hydrogen atom
diff --git a/examples/SantaBarbara/SantaBarbara-256/santa_barbara.yml b/examples/SantaBarbara/SantaBarbara-256/santa_barbara.yml
index 0abbc91019957952276b51db01a3a1b71d6e4fdf..9f6585e0c589d3d016921eb85dd6af13a0643784 100644
--- a/examples/SantaBarbara/SantaBarbara-256/santa_barbara.yml
+++ b/examples/SantaBarbara/SantaBarbara-256/santa_barbara.yml
@@ -76,6 +76,7 @@ EAGLEChemistry:
 EAGLECooling:
   dir_name:                ./coolingtables/
   H_reion_z:               11.5 
+  H_reion_eV_p_H:          2.0
   He_reion_z_centre:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0
diff --git a/examples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml b/examples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml
index 96f10465410ac120b30904a8655da4d8133d09bd..b108290fcd146461827d5858742bd0971ac66945 100644
--- a/examples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml
+++ b/examples/SmallCosmoVolume/SmallCosmoVolume_cooling/small_cosmo_volume.yml
@@ -67,6 +67,7 @@ LambdaCooling:
 EAGLECooling:
   dir_name:                 ./coolingtables/
   H_reion_z:               11.5
+  H_reion_eV_p_H:          2.0
   He_reion_z_centre:       3.5
   He_reion_z_sigma:        0.5
   He_reion_eV_p_H:         2.0