![]() | |
Source file: README.txt | |
Directory: /var/www/html/clawpack/links/noaa-tsunami-benchmarks/conical-island/conical | |
Converted: Mon Jan 24 2011 at 14:47:17 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
|
Conical Island Wave Tank BenchmarkThis is a test of the wave tank experiment summarized at thebenchmark site: nctr.pmel.noaa.gov/benchmark/Laboratory/Laboratory_ConicalIsland/index.html
This is a first pass at setting up this problem, but the gauges are not in correct positions and the boundary conditions probably aren't correct.
Plots of resultsAfter running this code and creating plots via "make .plots", you should be able to view the plots in _plots/_PlotIndex.html .
Fortran files
Python files
Data filesThe .data files are automatically generated using the information in setrun.py [.html].
Instructions
To make topo and qinit data files: $ python maketopo.py 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.
|