plotfg.py.html CLAWPACK  
 Source file:   plotfg.py
 Directory:   /Users/rjl/clawpack_src/clawpack_master/geoclaw/examples/tsunami/chile2010
 Converted:   Mon Feb 19 2024 at 14:25:29   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()