
10/3/08 btf:

Msis source and msis00.pro and related idl code
provided by Barry Knapp (Barry.Knapp@lasp.colorado.edu).
See /oreo/d/foster/msis/tools_msis for Barry's
original code, scripts, Makefiles, etc to make a
shareable object library (.so file) of the msis fortran
code. See dir ./build_so to build the shared object
on hao Linux/pgf90 systems.

Got this working on hao Linux workstations (at least on oreo)
by adding a pgf90 section to Barry's Makefile.common
to make the msis shared object. See also additions to IDL_PATH 
in .cshrc, as per .../tools_msis/bgkenv.csh.
Note setenv bgkroot /oreo/d/foster/msis_idl/tools_msis.
/oreo/d/foster/msis/tools_msis/idl/msis. These env vars
are not necessary in this code when called from utproc
(only when running Barry's original under /oreo/d/foster).

The .pro source and .dat files here were copied from 
directories under /oreo/d/foster/msis/tools_msis.
Barry's original tar file is in /oreo/d/foster/msis.

After /oreo/d/.../tools_msis was working with pgf90
and a test idl pro, I copied the necessary files to
/home/tgcm/utproc/msis, for use by utproc. Small test
procedure test_msis.pro will make a short test run.
