summaryrefslogtreecommitdiff
path: root/nrlmsise-00_data.c
AgeCommit message (Collapse)Author
2017-09-24Bugfix against memory corruptionDominik Brodowski
Noted by Donald F. Linton. Also update e-mail address. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2017-09-24Update C code to include changes up to Official Beta Release 2.0Dominik Brodowski
Update C code to include changes up to Official Beta Release 2.0 (NRLMSISE-00.DIST17.TXT). Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2017-09-24NRLMSISE-00 initial C releaseDominik Brodowski
C source code for the NRLMSISE-00 empirical atmosphere model The NRLMSIS-00 (sic!) empirical atmosphere model was developed by Mike Picone, Alan Hedin, and Doug Drob. It describes the neutral temperature and densities in Earth's atmosphere from ground to thermospheric heights. (quoted from http://modelweb.gsfc.nasa.gov/ ) - you can find a longer explanation of this model there, too. The authors of NRLMSISE-00 have released a FORTRAN version which is available at http://uap-www.nrl.navy.mil/models_web/msis/msis_home.htm. Based on the Official Beta Release 1.0 (NRLMSISE-00.DIST12.TXT) Dominik Brodowski wrote an implementation in C. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please inform the maintainer of the C release (Dominik Brodowski - mail@brodo.de) of any patches and bug-fixes you implement for NRLMSISE-00 so that this C package can be updated with these improvements. Signed-off-by: Dominik Brodowski <linux@dominikbrodwski.net>