     MODEL Unix RunHelp   JEA March 1993

To create an application dependent MODEL executable
write your driver elcol elsq elpost postel and bflux
routines.  These generic blank codes can be copied 
from ~mech517/model/Dummy/*.DD and renamed to *.f .  
Several examples are under
   ~mech517/model/Examples (see READ_ME).

Then issue the make command:
   make -f ClassMake

This will create an executable called "user".

Run the job with the command:
   user < data >! out
to read the "data" and create (overwrite) the results
in file "out".  Then list out to check your job.
