MSIS-E-00

バージョン 1.2.0.0 (8.17 KB) 作成者: Drew Compston
NRL MSIS-E-00 atmosphere model.
ダウンロード: 1.3K
更新 2019/12/7

ライセンスの表示

Computes the MSIS-E-00, which is a model for Earth's atmosphere from the ground into the exosphere. I would call it more of a hack than a true MSIS implementation as it works by querying the online interface at https://ccmc.gsfc.nasa.gov/modelweb/models/nrlmsise00.php using the curl command on an operating system terminal. Because of this, it requires an internet connection and is pretty slow, but if high speed is not an important issue for you, this can be an easy way to get MSIS data into MATLAB.

An example script for how to use the function is given as msistest.m. This is also the script that generated the attached screenshot. It took a little less than 3 minutes to run on my computer.

As stated, the query is made using the command curl in an operating system terminal. This program is built-in to Unix (and Mac I believe) but not Windows. Windows users can download cURL from http://curl.haxx.se/download.html. You'll have to download the appropriate executable for your operating system, and I recommend putting it in the same directory as msis.m.

引用

Drew Compston (2024). MSIS-E-00 (https://www.mathworks.com/matlabcentral/fileexchange/40333-msis-e-00), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGeology についてさらに検索
謝辞

ヒントを得たファイル: International Reference Ionosphere (IRI) Model

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Changed Title and Summary to reflect new MSIS.

1.1.0.0

Updated website where data can be accessed.

1.0.0.0