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

Added HZ calculation module #10

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

AstroAware
Copy link

This module calculates the habitable zone (HZ) and continuous habitable zone (CHZ) boundaries for each stellar model evolutionary phase. This is accomplished using two main functions, add_HZ and add_HZ_custom. Both functions accept a StarGrid object as input which contains a stellar model grid converted to EEP basis. add_HZ uses various default HZ prescriptions to calculate the HZ and CHZ, while add_HZ_custom accepts coefficients as an input to calculate a custom defined HZ.

Calculates habitable zone and continuous habitable zone boundaries for EEP based grids.
added more documentation
1. Corrected `install_grid` function to prefix saved filenames with `'module.name_'`

2. Corrected `load_grid` function to search for full and EEP grids with the `'_grid'` suffix

Note: this change will require adding the '_grid' suffix to the EEP grid filenames on Zenodo
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

Successfully merging this pull request may close these issues.

1 participant