POSYDON-code / POSYDON-code/POSYDON
`mt_history_[grid]` only stored once per grid
@maxbriel is already working on this.
Since May 13, 2025.
- Dominant language
- Python
- Stars
- 45
- Forks
- 37
- Avg merge
- 8d 20h
- Merged PRs (30d)
- 5
Description
For mt_history_[grid_type] we only have one entry per grid type as a result we can only record a single mass transfer history type. If one wants to enter the same grid multiple times, this cannot be stored.
Additional info edit:
The mt_history_HMS_HMS only holds a single mass transfer event, for example: "stable-reverse mass transfer". However, it might have experienced a phase of normal "stable mass transfer" beforehand, which is not recorded.
As such, mt_histoy_HMS_HM contains only: "stable-reverse mass transfer", while we might want it to contain both: ["stable mass transfer", "stable-reverse mass transfer"]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.