From 8fbc4facd7f843a1c9d74e0f57bc5bd6c051e33d Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Mon, 16 Dec 2019 23:23:25 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 302fdd4..7f8de65 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Welcome to ATMOS -The pyatmos package is an archive of scientific routines that can be used to handle atmospheric models. Currently, only nrlmsise00 is feasible, which is valid from altitude z = 0..1000 km. +The pyatmos package is an archive of scientific routines that can be used to handle atmospheric models. Currently, only nrlmsise00 is feasible. ## How to Install @@ -63,6 +63,10 @@ print(para_input) print(para_output) {'d': {'He': 74934329990.0412, 'O': 71368139.39199762, 'N2': 104.72048033793158, 'O2': 0.09392848471935447, 'AR': 1.3231114543012155e-07, 'RHO': 8.914971667362366e-16, 'H': 207405192640.34592, 'N': 3785341.821909535, 'ANM O': 1794317839.638502}, 't': {'TINF': 646.8157488121493, 'TG': 646.8157488108872}} ``` +## Next release +- Complete the help documentation +- Improve the code structure to make it easier to read +- Add other atmospheric models ## Reference