This program reads from POP3 ".spc" files, reformats the data, and writes
NetCDF files. Currently, a separate NetCDF file in created for each hour.
Depending on the options chosen, the program will either read a single
.spc file or will search all .spc files in a directory for all data between
the begin and stop times or within a given number of hours of a begin time.
This option is for processing a single .spc file. filename is the full pathname
The full pathname of a directory where .spc files are stalled. Needed when
processing data is a time range.
The date and time of the beginning of the desired time range. The format
is ddmmmyy:hhmm. Example: 15feb95:1700 (note month is lower case).
The date and time of the end of the desired time range. The format is
ddmmmyy:hhmm. Example: 15feb95:1700 (note month is lower case)
Either stoptime or numhours must be provided if a begintime is provided.
The number of hours to process data from. Must be an integer. Either
numhours or stoptime must be provided if a begintime is provided.