11 lines
330 B
Python
11 lines
330 B
Python
'''
|
|
pyatmos StandardAtmosphere subpackage
|
|
|
|
This subpackage defines the following functions:
|
|
|
|
# StandardAtmosphere.py
|
|
|
|
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.
|
|
''' |