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

adjust delta_Pg #778

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

adjust delta_Pg #778

wants to merge 2 commits into from

Conversation

Debraheem
Copy link
Member

Resolving #467 raised by @earlbellinger, by adopting @warrickball's suggestion. I introduced a logical control that allows users to choose which method they'd like to use for calculating delta_Pg. The default will now be delta_Pg_traditional = .true..

I attempted to document the controls and included a changelog. As I am not an asteroseismologist, I'd appreciate someone double checking my explanations.

If this passes testing, we can merge.

@Debraheem Debraheem added enhancement New feature or request release-blocker Things that should be fixed before the next release labels Feb 9, 2025
@Debraheem Debraheem self-assigned this Feb 9, 2025
if (s% delta_Pg_mode_freq > 0) nu_for_delta_Pg = s% delta_Pg_mode_freq
call get_delta_Pg(s, nu_for_delta_Pg, s% delta_Pg)
if ( .not. s% delta_Pg_traditional) then
if (s% delta_Pg_mode_freq > 0) nu_for_delta_Pg = s% delta_Pg_mode_freq
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I move this before the if statement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request release-blocker Things that should be fixed before the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant