You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We certainly have some functions that are inherently based on the assumption of a U.S. Standard Atmosphere (1976). The calculation of the profiles themselves are hidden within those functions currently (e.g. converting pressure to height). There's not really any cycles on the Unidata dev team to go further, but I'd be happy to review and merge a community PR adding functions to return the profile directly, and preferably refactor our existing calcs to make use of this more general functionality.
What should we add?
Are there any plans to include the U.S Standard Atmosphere model or the International Standard Atmosphere? Specifically, functions to return the pressure, temperature, density of the Earth's atmosphere based on height above sea level. Either with the ICAO 1993 model or the NASA 1976 model or a more recent model
Reference
The text was updated successfully, but these errors were encountered: