diff --git a/examples/GEAR/AgoraDisk/agora_disk.yml b/examples/GEAR/AgoraDisk/agora_disk.yml index 0bd8cebddcd7c27ac1b99c49ad39f5305f2caf96..e85fe1e9a8bf75a4df0451d959f9b4692ebc1d7f 100644 --- a/examples/GEAR/AgoraDisk/agora_disk.yml +++ b/examples/GEAR/AgoraDisk/agora_disk.yml @@ -98,6 +98,9 @@ GEARFeedback: supernovae_energy_erg: 0.1e51 yields_table: chemistry-AGB+OMgSFeZnSrYBaEu-16072013.h5 discrete_yields: 0 + yields_table_first_stars: chemistry-PopIII.hdf5 # Table containing the yields of the first stars. + metallicity_max_first_stars: -1 # Maximal metallicity (in mass fraction) for a first star (-1 to deactivate). + elements: [Fe, Mg, O, S, Zn, Sr, Y, Ba, Eu] # Elements to read in the yields table. The number of element should be one less than the number of elements (N) requested during the configuration (--with-chemistry=GEAR_N). GEARChemistry: initial_metallicity: 1 @@ -105,3 +108,4 @@ GEARChemistry: Restarts: delta_hours: 72 # (Optional) decimal hours between dumps of restart files. + diff --git a/examples/GEAR/ZoomIn/zoom_in.yml b/examples/GEAR/ZoomIn/zoom_in.yml index c62a775346e1d3956a13cca43416a0d9ebc6c461..d17e285b8024e8366292322d54a5d63135347973 100644 --- a/examples/GEAR/ZoomIn/zoom_in.yml +++ b/examples/GEAR/ZoomIn/zoom_in.yml @@ -104,6 +104,9 @@ GEARFeedback: supernovae_energy_erg: 0.135e51 yields_table: chemistry-AGB+OMgSFeZnSrYBaEu-16072013.h5 discrete_yields: 1 + yields_table_first_stars: chemistry-PopIII.hdf5 # Table containing the yields of the first stars. + metallicity_max_first_stars: -1 # Maximal metallicity (in mass fraction) for a first star (-1 to deactivate). + elements: [Fe, Mg, O, S, Zn, Sr, Y, Ba, Eu] # Elements to read in the yields table. The number of element should be one less than the number of elements (N) requested during the configuration (--with-chemistry=GEAR_N). GEARChemistry: initial_metallicity: 0 diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml index 77d18ef92855a2f0f5b0ed584df3def6048e96bf..15dd15a808b494d7fc05d8b9235a118d8acc246f 100644 --- a/examples/parameter_example.yml +++ b/examples/parameter_example.yml @@ -529,7 +529,7 @@ EAGLEFeedback: GEARFeedback: supernovae_energy_erg: 0.1e51 # Energy released by a single supernovae. yields_table: chemistry-AGB+OMgSFeZnSrYBaEu-16072013.h5 # Table containing the yields. - yields_table: chemistry-PopIII.hdf5 # Table containing the yields of the first stars. + yields_table_first_stars: chemistry-PopIII.hdf5 # Table containing the yields of the first stars. metallicity_max_first_stars: -1 # Maximal metallicity (in mass fraction) for a first star (-1 to deactivate). discrete_yields: 0 # Should we use discrete yields or the IMF integrated one? elements: [Fe, Mg, O, S, Zn, Sr, Y, Ba, Eu] # Elements to read in the yields table. The number of element should be one less than the number of elements (N) requested during the configuration (--with-chemistry=GEAR_N).