CLAWPACK

Radial bowl 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 on a grid of points, a transect, and a curve along the shoreline.

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

In addition to the usual time frame plots in _plots, this should produce

Note:

Version history:

  • Updated for Clawpack 5.3.0 on 15 Sept 2015

Files