2020-03-27 17:01:55 +08:00
|
|
|
'''
|
|
|
|
pyatmos StandardAtmosphere subpackage
|
|
|
|
|
|
|
|
This subpackage defines the following functions:
|
|
|
|
|
2020-07-27 10:38:52 +08:00
|
|
|
# StandardAtmosphere.py
|
2020-03-27 17:01:55 +08:00
|
|
|
|
|
|
|
isa - Implements the International Standard Atmosphere(ISA) Model up to 86km.
|
|
|
|
|
|
|
|
lapse_tp - Calculate the temperature and pressure at a given geopotential altitude above base of a specific layer.
|
|
|
|
'''
|