Plotting routines for GeoClawΒΆ

See Plotting with Visclaw for general information about plotting Clawpack results. GeoClaw results can be viewed using these same tools. Some addition functions and useful colormaps are available in the visclaw module geoplot.

In particular, the following functions are useful to specify as plot_var attributes of a ClawPlotItem:

topo, land, depth, surface, surface_or_depth

The function plot_topo_file is useful for plotting the topography in a file of the type described in Topography data.

See the module for more documentation, found in the file $CLAW/visclaw/src/python/visclaw/geoplot.py.