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

Fix pressure_to_height and reverse inaccurate after 11km #2084

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Marilyth
Copy link

@Marilyth Marilyth commented Sep 6, 2021

Description Of Changes

height_to_pressure_std and the reverse were only valid until 11km height. Above that the standard atmosphere changes.
This PR changes these functions to take into account the complete standard atmosphere until 71km height, and adjusts a few minor differences in the test values.

Checklist

@CLAassistant
Copy link

CLAassistant commented Sep 6, 2021

CLA assistant check
All committers have signed the CLA.

@Marilyth Marilyth marked this pull request as ready for review September 7, 2021 06:16
@Marilyth Marilyth requested a review from a team as a code owner September 7, 2021 06:16
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.

height_to_pressure_std has limited validity
2 participants