This is the fortran template directory.  

The _trace routines are a template for trace processes.  
That is where a traces is read, processed and written before the next 
trace is read.  

The _record routines are a template for record processes.  
In this case an entire record is read into memory, processed, then the 
entire record is written prior to the read of the next record.

The default Makefile is set for the _trace case.  There is an _record 
Makefile present that is setup for the _record case.  Since you will 
not be compiling these templates in this directory you will need to 
rename the Makefile_record to Makefile in whatever directory you move
the _record files to prior to compilation.

