POSYDON-code / POSYDON-code/POSYDON

`mt_history_[grid]` only stored once per grid

Open
#445 0 comments 0 reactions 1 assignee View on GitHub

@maxbriel is already working on this.

Since May 13, 2025.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.