| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| Makefile | 2012-05-30 01:42 | 4.5K | ||
| Makefile.html | 2012-05-30 04:20 | 6.6K | ||
| _plots/ | 2012-05-30 02:33 | - | ||
| amr2ez.data | 2012-05-30 02:29 | 3.8K | ||
| amr2ez.data.html | 2012-05-30 04:20 | 6.8K | ||
| dart.png | 2012-05-30 02:33 | 55K | ||
| dart32412_comp-2.png | 2012-05-30 01:42 | 75K | ||
| dtopo_module.mod | 2012-05-30 02:29 | 8.7K | ||
| etopo10min120W60W60S..> | 2012-05-30 02:29 | 962K | ||
| etopo10min120W60W60S..> | 2012-05-30 04:20 | 2.1K | ||
| etopo10min120W60W60S..> | 2012-05-30 02:29 | 496 | ||
| geoclaw_module.mod | 2012-05-30 02:29 | 6.1K | ||
| make_all.sh | 2012-05-30 01:42 | 169 | ||
| make_all.sh.html | 2012-05-30 04:20 | 1.8K | ||
| maketopo.py | 2012-05-30 01:42 | 1.7K | ||
| maketopo.py.html | 2012-05-30 04:20 | 3.2K | ||
| mem_storage.mod | 2012-05-30 02:29 | 725 | ||
| plot_dart.py | 2012-05-30 01:42 | 865 | ||
| plot_dart.py.html | 2012-05-30 04:20 | 2.4K | ||
| pyclaw.log | 2012-05-30 02:33 | 0 | ||
| run_tests.py | 2012-05-30 01:42 | 1.1K | ||
| run_tests.py.html | 2012-05-30 04:20 | 2.9K | ||
| setdtopo.data | 2012-05-30 02:29 | 424 | ||
| setdtopo.data.html | 2012-05-30 04:20 | 2.1K | ||
| setfixedgrids.data | 2012-05-30 02:29 | 330 | ||
| setfixedgrids.data.html | 2012-05-30 04:20 | 2.0K | ||
| setgauges.data | 2012-05-30 02:29 | 379 | ||
| setgauges.data.html | 2012-05-30 04:20 | 2.1K | ||
| setgeo.data | 2012-05-30 02:29 | 561 | ||
| setgeo.data.html | 2012-05-30 04:20 | 2.3K | ||
| setplot.py | 2012-05-30 01:42 | 5.0K | ||
| setplot.py.html | 2012-05-30 04:20 | 7.4K | ||
| setplot.pyc | 2012-05-30 02:30 | 4.3K | ||
| setplot_imshow.py | 2012-05-30 01:42 | 6.8K | ||
| setplot_imshow.py.html | 2012-05-30 04:20 | 9.5K | ||
| setqinit.data | 2012-05-30 02:29 | 330 | ||
| setqinit.data.html | 2012-05-30 04:20 | 2.0K | ||
| setregions.data | 2012-05-30 02:29 | 407 | ||
| setregions.data.html | 2012-05-30 04:20 | 2.1K | ||
| setrun.py | 2012-05-30 01:42 | 9.3K | ||
| setrun.py.html | 2012-05-30 04:20 | 14K | ||
| settopo.data | 2012-05-30 02:29 | 479 | ||
| settopo.data.html | 2012-05-30 04:20 | 2.1K | ||
| settsunami.data | 2012-05-30 02:29 | 632 | ||
| settsunami.data.html | 2012-05-30 04:20 | 2.5K | ||
| topo_module.mod | 2012-05-30 02:29 | 7.7K | ||
| usgs100227.cfg | 2012-05-30 01:42 | 250 | ||
| usgs100227.tt1 | 2012-05-30 02:29 | 1.1M | ||
| xgeoclaw | 2012-05-30 02:29 | 322K | ||
| README.html | |
| Source file: README.txt | |
| Directory: /Users/rjl/git/rjleveque/clawpack-4.6.2/apps/tsunami/chile2010 | |
| Converted: Wed May 30 2012 at 13:01:54 using clawcode2html | |
| This documentation file will not reflect any later changes in the source file. |
|
|
GeoClaw Sample CodeSample earthquake-generated tsunami based on the 2010 Chile event. Primarily to illustrate how set up topo and dtopo files. See $CLAW/doc/sphinx/users/topo.html for more information. See maketopo.py [.html]. This downloads topography data from the GeoClaw topography database that originally came from the NOAA National Geophysical Data Center (NGDC) using Design-a-grid .
USGS site for earthquake data: earthquake.usgs.gov/earthquakes/eqinthenews/2010/us2010tfan One gauge is included at the location of DART Buoy 32412: www.ndbc.noaa.gov/station_page.php?station=32412 To download other DART buoy data, see www.ndbc.noaa.gov/dart.shtml
See also the NOAA/PMEL Center for Tsunami Research site for this tsunami, containing DART data, tide gauges, MOST simulations: nctr.pmel.noaa.gov/chile20100227/
Plots of resultsAfter running this code and creating plots via "make .plots", you should be able to view the plots in _plots/_PlotIndex.html . The script plot_dart.py [.html] can be used plot a comparison of the gauge data with the DART Buoy 32412 data, resulting in a plot dart.png.
Fortran files
Python files
Data filesThe .data files are automatically generated using the information in setrun.py [.html].
Instructions
To make topo and dtopo data files: $ make topo To make all data files, edit setrun.py and then $ make .data To run code: $ make .output To plot results, either generate html pages via: $ make .plotsor view interactively using ipython and Iplotclaw. All of this can be done with:
$ source make_all.py For more documentation, see kingkong.amath.washington.edu/clawpack/users .
|