plotfg.py.html CLAWPACK  
 Source file:   plotfg.py
 Directory:   /Users/rjl/git/clawpack/geoclaw/examples/tsunami/chile2010
 Converted:   Wed Dec 28 2016 at 23:13:56   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

from __future__ import absolute_import
from pylab import *

outdir = '_output'
d = loadtxt(outdir + '/fort.FG1.valuemax')
b = loadtxt(outdir + '/fort.FG1.aux1')
topo = b[:,4]  # for level 3
figure(401)
clf()