![]() | |
Source file: README.txt | |
Directory: /var/www/html/clawpack/links/awr10/radial-ocean-island | |
Converted: Thu Jul 29 2010 at 18:10:46 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
|
GeoClaw Sample CodeThese codes were developed to accompany the paper
The GeoClaw software for depth-averaged flows with adaptive refinement, by M.J. Berger, D.L. George, R.J. LeVeque, and K.M. Mandli. Radially symmetric ocean on a lat-long grid, so it doesn't look circular in the computational coordinates. The profile of the ocean is set in function topo of maketopo.py [.html].
These parameters are specified in setrun.py [.html].
Plots of resultsAfter running this code and creating plots via "make .plots", you should be able to view the plots in _plots/_PlotIndex.html .Plots for the figures shown in the paper have been computed and are visible here:
Fortran files
Python files
Data filesThe .data files are automatically generated using the information in setrun.py [.html].
InstructionsTo run both test problems and make all figures for the paper $ python make_figures.py
To run one example, e.g. Test 1: $ make all -f Makefile_220
|