This commit is contained in:
Chunxiao Li 2021-01-22 16:15:33 +08:00
parent f019ed1649
commit 0c5fca45cd
3 changed files with 5 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
pyatmos/.DS_Store vendored

Binary file not shown.

View File

@ -1,5 +1,5 @@
'''
U.S. Standard Atmosphere (Range: -0.611 to 1,000 km), 1976
Standard Atmosphere Model
This subpackage defines the following functions:
@ -7,8 +7,9 @@ expo.py
expo - Estimate the air densities at given geometric or geopotential altitudes
above the sea level using a exponential atmosphere model.
ussa76.py
lapse_tp - Calculate the temperature and pressure at a given geopotential altitude above base of a specific layer.
ussa76 - Implements the U.S. Standard Atmosphere 1976(USSA76) up to 86km.
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.
coesa76.py
coesa76 - Implements the U.S. Committee on Extension to the Standard Atmosphere(COESA 1976) up to 1000km.
'''