Sept 27, 2002    Ed Eloranta    eloranta@lidar.ssec.wisc.edu

This is a rewritten version of my lidar multiple scatter code. It appears to
be running correctly but it has not been tested extensively. Please report
any errors and ask questions about any unusual results. Also please 
acknowledge the source of the code in any reports or publications. This code
is released under the GNU license. 


Files:

mscat:               An executable version of the code to compute lidar 
                     multiple scattering complied under gcc for use on Linux. 
                     Type 'mscat --help' for a description of input parameters.


eloranta_thesis.lgn: A sample input data file.
sample_output.msc:   A sample output file.
gnu_license.txt:     The GNU license file.




If mscat will not execute on your system the following files may be used
to compile mscat:

mscat.c:             Source code for mscat.
ms_int_c.c:          A recursive integration subroutine used by mscat in the 
                     'monod' mode.
ms_size_int_c.c:     A recursive integration subroutine used by mscat for 
                     log-normal size distributions.

Makefile:            The makefile for gcc.