CLAWPACK

Radial bowl test case for fgmax routines

Warning

This example needs updating for v5.7.0. A newer example illustrating many of the same things is now available in $CLAW/geoclaw/examples/tsunami/radial-ocean-island-fgmax.

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
  • Updated for Clawpack 5.4.0 on 4 Jan 2017
  • This example needs updating for v5.7.0. A newer example illustrating many of the same things is now available in $CLAW/geoclaw/examples/tsunami/radial-ocean-island-fgmax.

Files (html versions)