From 70f62467b989a761b8904e1e2e77d4f884fbc29e Mon Sep 17 00:00:00 2001 From: Matthieu Schaller Date: Wed, 11 Mar 2020 12:04:22 +0100 Subject: [PATCH] Removed unused parameter in the EAGLE feedback section of the EAGLE ICs yaml files --- examples/EAGLE_ICs/EAGLE_12/eagle_12.yml | 1 - examples/EAGLE_ICs/EAGLE_25/eagle_25.yml | 1 - examples/EAGLE_ICs/EAGLE_50/eagle_50.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml index 3602039bc..3383adba9 100644 --- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml +++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml @@ -150,7 +150,6 @@ EAGLEFeedback: SNII_min_mass_Msun: 8.0 # Minimal mass considered for SNII stars in solar masses. SNII_max_mass_Msun: 100.0 # Maximal mass considered for SNII stars in solar masses. SNII_sampled_delay: 1 # Sample the SNII lifetimes to do feedback. - SNII_wind_delay_Gyr: dummy # Time in Gyr between a star's birth and the SNII thermal feedback event when not sampling. SNII_delta_T_K: 3.16228e7 # Change in temperature to apply to the gas particle in a SNII thermal feedback event in Kelvin. SNII_energy_erg: 1.0e51 # Energy of one SNII explosion in ergs. SNII_energy_fraction_min: 0.3 # Minimal fraction of energy applied in a SNII feedback event. diff --git a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml index a72750415..6d988d31d 100644 --- a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml +++ b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml @@ -151,7 +151,6 @@ EAGLEFeedback: SNII_min_mass_Msun: 8.0 # Minimal mass considered for SNII stars in solar masses. SNII_max_mass_Msun: 100.0 # Maximal mass considered for SNII stars in solar masses. SNII_sampled_delay: 1 # Sample the SNII lifetimes to do feedback. - SNII_wind_delay_Gyr: dummy # Time in Gyr between a star's birth and the SNII thermal feedback event when not sampling. SNII_delta_T_K: 3.16228e7 # Change in temperature to apply to the gas particle in a SNII thermal feedback event in Kelvin. SNII_energy_erg: 1.0e51 # Energy of one SNII explosion in ergs. SNII_energy_fraction_min: 0.3 # Minimal fraction of energy applied in a SNII feedback event. diff --git a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml index e79a2554d..17249b59c 100644 --- a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml +++ b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml @@ -151,7 +151,6 @@ EAGLEFeedback: SNII_min_mass_Msun: 8.0 # Minimal mass considered for SNII stars in solar masses. SNII_max_mass_Msun: 100.0 # Maximal mass considered for SNII stars in solar masses. SNII_sampled_delay: 1 # Sample the SNII lifetimes to do feedback. - SNII_wind_delay_Gyr: dummy # Time in Gyr between a star's birth and the SNII thermal feedback event when not sampling. SNII_delta_T_K: 3.16228e7 # Change in temperature to apply to the gas particle in a SNII thermal feedback event in Kelvin. SNII_energy_erg: 1.0e51 # Energy of one SNII explosion in ergs. SNII_energy_fraction_min: 0.3 # Minimal fraction of energy applied in a SNII feedback event. -- 2.26.2