FigureGen is a FORTRAN program that creates images for ADCIRC files. It reads output files (fort.63
, fort.64
, maxele.63
, etc.), grid files (fort.14
, etc.), nodal attributes files (fort.13
), etc. It plots contours, contour lines, and vectors. Using FigureGen, you can go directly from the ADCIRC input and output files to a presentation-quality figure, for one or multiple time snaps, without having to use SMS.
The following example depicts the water levels in ArcGIS as Ike moved through the Gulf:
This program started from a script written by Brian Blanton, and it contains code written by John Atkinson, Howard Lander, Chris Szpilka, Zach Cobell, and others. I converted it to FORTRAN because I am more familiar with that language, and I added the capability to plot vectors, among other things. But, at its core, FigureGen behaves like a script, and it uses system calls to tell other software how to generate the figure(s).