Fortran DLL example; NRLMSISE Standard atmosphere model from surface to exosphere. This example shows how to use a fortran DLL with RapidQ. Compiling details are commented in the RapidQ code. Uses G77 fortran compiler-www.mingw.org/. The DLL source code is available at- http://uap-www.nrl.navy.mil/models_web/msis/msis_home.htm. (includes test driver that needs to edited out before compiling) This program models earths atmosphere from surface to exosphere (0-1000 km) and is usefull for aeronautical and aerospace calculations. |