IRI2012模型,计算TEC,电子温度,离子温度等功能
2022-01-13 21:02:25 1.65MB IRI2012 TEC
可以模型三维电离层的电子密度、温度、离子温度等多种参数,由matlab程序编写,完美运行,请先运行iritest程序
2021-04-19 10:21:14 917KB IRI
1
IRI2012电离层模型 International Reference Ionosphere (IRI) Model Computes the International Reference Ionosphere (IRI), which is an internationally recognized model for various ionospheric properties. I would call it more of a hack than a true IRI implementation as it works by querying the online interface at http://omniweb.gsfc.nasa.gov/vitmo/iri_vitmo.html 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 IRI data into MATLAB. An example script for how to use the function is given as iritest.m. This is also the script that generated the attached screenshot. It took a little less than 15 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 iri.m.
2019-12-21 18:58:33 1.66MB IRI2012模型 matlab代码
1
包含IRI2007、2012、2016三个版本,分别为IRI2007、IRI2012、IRI2016三个文件。 在iritest中fun2test的参数分别更改为@iri2007、@iri2012、@iri2016可以得到对应的iri模型值。
2019-12-21 18:56:06 1.81MB IRI2007 IRI2012 IRI2016 IRI
1