From 115558097b6a895fb61d217c75ceb8f6d24c1a57 Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Fri, 22 Jan 2021 15:30:10 +0800 Subject: [PATCH] comments update --- pyatmos/standardatmos/__init__.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyatmos/standardatmos/__init__.py diff --git a/pyatmos/standardatmos/__init__.py b/pyatmos/standardatmos/__init__.py new file mode 100644 index 0000000..708338d --- /dev/null +++ b/pyatmos/standardatmos/__init__.py @@ -0,0 +1,14 @@ +''' +U.S. Standard Atmosphere (Range: -0.611 to 1,000 km), 1976 + +This subpackage defines the following functions: + +expo.py + expo - Estimate the air densities at given geometric or geopotential altitudes + above the sea level using a exponential atmosphere model. +ussa76.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. +''' \ No newline at end of file