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.

Changed for v5.7.0: The fgmax grid is now specified directly in setrun.py and doing make data (or make .output) leads to the creation of a file fgmax_grids.data that is read into GeoClaw.

To test:

make .output
python plot_fgmax.py   # to plot fgmax results
make plots             # to make frame plots and _PlotIndex.html

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
  • Updated for Clawpack 5.7.0 on 18 April 2020

Files (html versions)