From 0c5fca45cdfa70b7dbffd7cc7ed2da2119b1cf87 Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Fri, 22 Jan 2021 16:15:33 +0800 Subject: [PATCH] update --- .DS_Store | Bin 6148 -> 6148 bytes pyatmos/.DS_Store | Bin 8196 -> 8196 bytes pyatmos/standardatmos/__init__.py | 9 +++++---- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.DS_Store b/.DS_Store index 1711263d045a171371757458dd82eb65008436e5..e03b78d27929f6c0032932fedc56366267136627 100644 GIT binary patch delta 19 acmZoMXffDun~BZX+(<{kX!AoRWl;b?m<8kj delta 19 acmZoMXffDun~BZT&_qYUaPvbZWl;b?eg)wG diff --git a/pyatmos/.DS_Store b/pyatmos/.DS_Store index 4c1d3a534515a7919b944f6ba604ce937dc9b074..102822be2449efb4771d0b866253bd4dea75e589 100644 GIT binary patch delta 55 ocmZp1XmQwZQJBrx+(<{kX!2SC=gm?gEsV(g=c3!$QTeh=0Nqj$*8l(j delta 34 hcmZp1XmQwZQF!ul0ng1+A}x$y#&gl_>`;a*69Dx&4R-(l diff --git a/pyatmos/standardatmos/__init__.py b/pyatmos/standardatmos/__init__.py index 708338d..b049ec3 100644 --- a/pyatmos/standardatmos/__init__.py +++ b/pyatmos/standardatmos/__init__.py @@ -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. ''' \ No newline at end of file