The archive file boom.zip contains the files:
readme.txt | this file of general description |
boom.f90 | the complete source code in modern Fortran |
original.src | the original copy of the source code (from CR-157) |
case1.inp | input data for case 1 |
case1.out | output data for case 1 |
case2.inp | input data for case 2 |
case2.out | output data for case 2 |
To compile this program, use the command
gfortran boom.f90 -o boom.exe
Linux and Macintosh users may prefer to omit the .exe on the file name.
To launch the program, type "boom.exe" at the command line. The program will ask you user for the name of the input data file. After reading the input data, the program produces boom.out.