plotfg.py.html | |
Source file: plotfg.py | |
Directory: /Users/rjl/clawpack_src/clawpack_master/geoclaw/examples/tsunami/chile2010 | |
Converted: Fri Aug 23 2024 at 11:40:17 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()