aarondotter / iso

MESA isochrone code
27 stars 4 forks source link

phase = 6 identification #5

Closed jieunchoi closed 8 years ago

jieunchoi commented 8 years ago

For certain masses (e.g., 6.4 Msun shown below), the WDCS gets tagged as the WR phase:

screen shot 2016-01-20 at 14 32 30

red = phase 6 (postAGB) blue = phase 9 (WR)

Maybe we should set a minimum mass for the WR phase to occur (can be the same as min_for_high_mass_star = 10.0 !Msun in input.nml) and prohibit the phase from being tagged != 6 for the subsequent points in the track once an EEP point is flagged as phase=6?

aarondotter commented 8 years ago

I've attempted a fix for this by using the high-mass / low-mass stellar type to distinguish. Check it out and see if that solves your problem. Will leave the issue open until it's settled.

jieunchoi commented 8 years ago

Forgot to update, but this has been fixed!