-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Degraded precision of evolutionary models when Ledoux switched on #624
Comments
Does this persist if you include predictive mixing or convective premixing in your model? Without one of those options or some overshoot, it's very likely that convective boundary evolution will be incorrect, and that might be the cause of some of these features. |
I was able to reproduce this issue. You can get good results with An explanation of this parameter and why setting it to 0 helps is found in the docs: https://docs.mesastar.org/en/latest/reference/controls.html#num-cells-for-smooth-gradl-composition-term which I reproduce below:
|
Update: spoke to Yaguang about this. We are not using Brunt smoothing and it sounds like we shouldn't, given the concerns raised that this "trick" doesn't take any physics into account and is based on cells rather than mass coordinate |
Just a quick clarifying question: when you say "Brunt smoothing" are you referring to the control |
@mjoyceGR and I noticed that a 1Msun evolution track (r230501) is a bit bumpy on the HR diagram (Lum vs Teff) around the first acent RGB, with
use_Ledoux_criterion = .true.
. Here I attached the inlist to reproduce this track. For comparision, withuse_Ledoux_criterion = .false.
the track is much smoother. It would be great to gather some insights on this issue and improve it in future releases.inlist_r230501_Ledoux_on.txt
inlist_r230501_Ledoux_off.txt
The text was updated successfully, but these errors were encountered: