Notes on running hspf:


o  hspf will ask you for the name of your uci file.


o  The uci file should contain a FILES block that contains a list of
   the input and output files to be used in the run.  The files may
   be identified by file name, relative path name, or full path name.
   Example:  

FILES
<FILE>  <UN#>***<----FILE NAME------------------------------------------------->
WDM        21   ../my.data/all.wdm
MESSU      22   echo.out
           01   hspf.out
END FILES

   See the HSPF users manual for details on the files block.


