Skip to content
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

Workflow in tracers_to_PRISM #34

Open
kelslund opened this issue Feb 14, 2023 · 0 comments
Open

Workflow in tracers_to_PRISM #34

kelslund opened this issue Feb 14, 2023 · 0 comments

Comments

@kelslund
Copy link
Collaborator

To be addressed:
When converting individual tracer IDs to PRISM format using convert_ids, wrong values (wrong order) get passed to function meta_file. It is currently:
meta_file(idx, trace['mass'], mass_unit,total_mass)
Should be:
meta_file(idx, trace['mass'], mass_unit, trace['T'], trace['rho'])
At least that is the order- check that those values are actually the ones you want to use to compute initial composition, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant