Index of /clawpack/users/claw/apps/tsunami/chile2010b

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]32412_notide.html 2013-01-21 21:31 67K 
[TXT]32412_notide.txt 2013-01-21 18:05 65K 
[TXT]51406_notide.html 2013-01-21 21:31 83K 
[TXT]51406_notide.txt 2013-01-21 18:05 81K 
[TXT]Chile2010_USGS.html 2013-01-21 21:31 20K 
[   ]Chile2010_USGS.tt3 2013-01-21 19:41 5.0M 
[TXT]Chile2010_USGS.txt 2013-01-21 18:05 19K 
[   ]Makefile 2013-01-21 18:05 4.5K 
[TXT]Makefile.html 2013-01-21 21:31 6.6K 
[DIR]_plots/ 2013-01-21 19:55 -  
[   ]amr2ez.data 2013-01-21 19:41 3.8K 
[TXT]amr2ez.data.html 2013-01-21 21:31 6.8K 
[   ]dtopo_module.mod 2013-01-21 19:41 6.6K 
[TXT]etopo1min78W68W40S30..>2013-01-21 19:41 2.4M 
[TXT]etopo1min78W68W40S30..>2013-01-21 21:31 2.1K 
[TXT]etopo1min78W68W40S30..>2013-01-21 19:41 481  
[TXT]etopo10min170W60W65S..>2013-01-21 19:41 2.4M 
[TXT]etopo10min170W60W65S..>2013-01-21 21:31 2.1K 
[TXT]etopo10min170W60W65S..>2013-01-21 19:41 499  
[   ]geoclaw_module.mod 2013-01-21 19:41 4.6K 
[   ]make_all.sh 2013-01-21 18:05 107  
[TXT]make_all.sh.html 2013-01-21 21:31 1.7K 
[   ]maketopo.py 2013-01-21 18:05 2.5K 
[TXT]maketopo.py.html 2013-01-21 21:31 4.1K 
[   ]mem_storage.mod 2013-01-21 19:41 559  
[   ]pyclaw.log 2013-01-21 19:55 4.0K 
[   ]setdtopo.data 2013-01-21 19:41 429  
[TXT]setdtopo.data.html 2013-01-21 21:31 2.1K 
[   ]setfixedgrids.data 2013-01-21 19:41 330  
[TXT]setfixedgrids.data.html2013-01-21 21:31 2.0K 
[   ]setgauges.data 2013-01-21 19:41 454  
[TXT]setgauges.data.html 2013-01-21 21:31 2.1K 
[   ]setgeo.data 2013-01-21 19:41 561  
[TXT]setgeo.data.html 2013-01-21 21:31 2.3K 
[   ]setplot.py 2013-01-21 18:05 5.7K 
[TXT]setplot.py.html 2013-01-21 21:31 8.1K 
[   ]setplot.pyc 2013-01-21 19:54 4.9K 
[   ]setqinit.data 2013-01-21 19:41 330  
[TXT]setqinit.data.html 2013-01-21 21:31 2.0K 
[   ]setregions.data 2013-01-21 19:41 443  
[TXT]setregions.data.html 2013-01-21 21:31 2.1K 
[   ]setrun.py 2013-01-21 18:05 9.7K 
[TXT]setrun.py.html 2013-01-21 21:31 14K 
[   ]settopo.data 2013-01-21 19:41 631  
[TXT]settopo.data.html 2013-01-21 21:31 2.3K 
[   ]settsunami.data 2013-01-21 19:41 632  
[TXT]settsunami.data.html 2013-01-21 21:31 2.5K 
[   ]topo_module.mod 2013-01-21 19:41 5.8K 
[   ]xgeoclaw 2013-01-21 19:41 462K 

README.html
  README.html CLAWPACK  
 Source file:   README.txt
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/apps/tsunami/chile2010b
 Converted:   Mon Jan 21 2013 at 20:15:29   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

GeoClaw Sample Code

Sample earthquake-generated tsunami based on the 2010 Chile event. Primarily to illustrate how set up topo and dtopo files.

See www.clawpack.org/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

This example uses the final earthquake model from: Finite Fault model Click on "SUBFAULT MODEL" to find the data stored here in Chile2010_USGS.txt .

This is converted to Chile2010_USGS.tt3 by running maketopo.py [.html] or by "make topo". This uses an improved version of the Okada model, new in 4.6.3.

Two gauges are included at the locations of DART Buoy 32412 and 51406, see www.ndbc.noaa.gov/station_page.php?station=32412 and www.ndbc.noaa.gov/station_page.php?station=51406

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 results

After running this code and creating plots via "make .plots", you should be able to view the plots in _plots/_PlotIndex.html .

The gauge data will be plotted along with de-tided observations from the DART buoys, stored in files 32412_notide.txt and 51406_notide.txt .

Fortran files

Makefile [.html]
Determines which version of fortran files are used when compiling the code with make and specifies where output and plots should be directed. Type "make .help" at the Unix prompt for options.

setprob.f [.html]
Standard for for GeoClaw

Python files

maketopo.py [.html]
Used to create topo file and dtopo data file.

setrun.py [.html]
This file contains a function that specifies what run-time parameters will be used.

setplot.py [.html]
This file contains a function that specifies what plots will be done and sets various plotting parameters.

Data files

The .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 .plots
or view interactively using ipython and Iplotclaw.

All of this can be done with:

  $ source make_all.py

For more documentation, see www.clawpack.org/users .