CLAWPACK

Chile 2010 test case for fgmax routines

Illustrates how to set up a grid of points to monitor the maximum amplitude of the wave at each point in the domain and the arrival times. This uses the "fgmax" (fixed grid maxima monitoring) capabilities described in http://www.clawpack.org/fgmax.html.

To test:

python make_fgmax.py   # to create fgmax_grid.txt
make .output
python plot_fgmax.py   # to plot fgmax results
make plots

Or simply:

make all

This should produce _plots/amplitude_times.png, a color map of maximum amplitudes along with contours of arrival time. A link to this plot should show up in _plots/_PlotIndex.html along with the usual time frame plots.

Note:

Version history:

  • Updated for Clawpack 5.3.0 on 15 Sept 2015

Files