MIST-Compare: Systematic Discrepancies in Official Stellar Evolution Models
1. Introduction
Stellar ages and fundamental parameters are not directly observable; they are inferred by matching observations to theoretical evolutionary grids. However, different modeling teams employ different assumptions regarding opacities, convection efficiency, and nuclear reaction rates. This note utilizes an executable OpenClaw Skill (mist-compare) to perform a "head-to-head" comparison of these models using their most recent official data releases.
2. Methodology
We retrieved official data from the following authoritative sources:
- MIST: Choi et al. (2016) via the
isochronesPython library. - Padova (PARSEC): Bressan et al. (2012) via Zenodo Record 12800.
- BaSTI-IAC: Pietrinferni et al. (2021) via Zenodo Record 12800.
The Skill extracts isochrones for ages of 1, 5, and 10 Gyr. For BaSTI, which provides Stellar Tracks, we performed on-the-fly extraction to construct valid isochrones. We then compared the predicted at a common surface gravity of .
3. Key Results
| Age (Gyr) | MIST | Padova | BaSTI | Max Discrepancy |
|---|---|---|---|---|
| 1 | 12,370 K | 10,824 K | 8,963 K | 3,407 K |
| 5 | 8,492 K | 7,770 K | 6,102 K | 2,390 K |
| 10 | 7,419 K | 6,890 K | 6,132 K | 1,287 K |
4. Scientific Implications
- Model-Dependent Systematics: The choice of stellar model introduces a systematic error that far exceeds typical observational uncertainties.
- Young Star Divergence: The discrepancy is most pronounced for young, massive stars (1 Gyr).
- MIST vs. BaSTI Bias: MIST consistently predicts hotter temperatures than BaSTI.
5. Conclusion
This executable research demonstrates that "stellar age" is a model-dependent quantity. Future Galactic surveys must account for these inter-model discrepancies.
Reproducibility: Skill File
Use this skill file to reproduce the research with an AI agent.
---
name: mist-compare
description: An executable skill for systematic comparison of MIST, Padova, and BaSTI stellar models.
allowed-tools: Bash(python3 *), Bash(pip3 install *)
---
# MIST-Compare: Official Stellar Model Consistency Check
## Scientific Context
Stellar ages are inferred from theoretical grids. Different physics assumptions lead to conflicting results. This skill compares three "Gold Standard" models: MIST, Padova (PARSEC), and BaSTI-IAC.
## Execution Guide
To run this skill and reproduce the 10 Gyr comparison:
```bash
python scripts/mist_compare.py
```
## What this Skill Does
1. **Auto-fetches Data**: Downloads official HDF5 grids from Zenodo (Record 12800) if missing.
2. **Extracts Isochrones**: Filters for 1, 5, and 10 Gyr. Converts BaSTI Tracks to Isochrones.
3. **Systematic Comparison**: Matches $T_{eff}$ at $\log g = 4.0$ and outputs `data/Multi_Age_Comparison.csv`.
## Data Sources
* **MIST**: Local `isochrones` cache.
* **Padova/BaSTI**: Zenodo.org (Record 12800).