Skip to content

Update GEAR feedback

Loic Hausammann requested to merge fix_negative_age into master

Three changes in this merge request:

  • I am preventing the initial time to be negative due to rounding error
  • I am preventing the average mass of a supernovae during the current time step to be outside the IMF range.
  • The average mass is not weighted with the IMF anymore (I might revert this later, but for now it allows a better comparison).

For your information, I am still trying to improve the abundances. Be careful with the figures, the color are not always the same:

abundances_zoom

As you can see the star formation in SWIFT is slightly inferior, thus we should have less metals but we see the opposite:

mstars

And the distributions of the total yields per spart are fine. Here you can see the total sum of metals, but the same kind of histogram is available for all the different individual elements. By the way, all my histograms are normalized to 1 in order to decrease the impact of the tiny difference in star formation:

yields

The distributions of number of supernovae (type Ia and II) per spart are also fine:

snia

snii

Merge request reports