16 lines
432 B
Python
Raw Normal View History

2019-11-25 00:19:36 +08:00
'''
pyatmos msise subpackage
This subpackage defines the following functions:
2021-06-07 14:53:58 +08:00
nrlmsise00_subfunc.py - subfunctions that implement the atmospheric model NRLMSISE-00
2021-06-07 14:53:58 +08:00
nrlmsise00.py - Input interface of NRLMSISE-00
2019-11-25 00:19:36 +08:00
2021-06-07 14:53:58 +08:00
spaceweather.py
2019-11-25 00:19:36 +08:00
2021-06-07 14:53:58 +08:00
download_sw_nrlmsise00 - Download or update the space weather file for NRLMSISE-00 from www.celestrak.com
2019-11-25 00:19:36 +08:00
2021-06-07 14:53:58 +08:00
read_sw_nrlmsise00 - Read the space weather file for NRLMSISE-00
2019-11-25 00:19:36 +08:00
2021-06-07 12:59:53 +08:00
'''