Index of /clawpack/users/claw/apps/tsunami/bowl-radial

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]Makefile 2013-01-21 18:05 4.6K 
[TXT]Makefile.html 2013-01-21 21:31 6.7K 
[DIR]_plots/ 2013-01-21 19:38 -  
[   ]amr2ez.data 2013-01-21 19:35 3.8K 
[TXT]amr2ez.data.html 2013-01-21 21:31 6.8K 
[   ]bowl.topotype2 2013-01-21 19:35 908K 
[   ]dtopo_module.mod 2013-01-21 19:35 6.6K 
[   ]geoclaw_module.mod 2013-01-21 19:35 4.6K 
[   ]hump.xyz 2013-01-21 19:35 707K 
[   ]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 1.1K 
[TXT]maketopo.py.html 2013-01-21 21:31 2.7K 
[   ]mem_storage.mod 2013-01-21 19:35 559  
[   ]pyclaw.log 2013-01-21 19:38 4.4K 
[   ]setdtopo.data 2013-01-21 19:35 330  
[TXT]setdtopo.data.html 2013-01-21 21:31 2.0K 
[   ]setfixedgrids.data 2013-01-21 19:35 330  
[TXT]setfixedgrids.data.html2013-01-21 21:31 2.0K 
[   ]setgauges.data 2013-01-21 19:35 1.6K 
[TXT]setgauges.data.html 2013-01-21 21:31 3.3K 
[   ]setgeo.data 2013-01-21 19:35 561  
[TXT]setgeo.data.html 2013-01-21 21:31 2.3K 
[   ]setplot.py 2013-01-21 18:05 11K 
[TXT]setplot.py.html 2013-01-21 21:31 15K 
[   ]setplot.pyc 2013-01-21 19:36 6.6K 
[   ]setqinit.data 2013-01-21 19:35 418  
[TXT]setqinit.data.html 2013-01-21 21:31 2.1K 
[   ]setregions.data 2013-01-21 19:35 538  
[TXT]setregions.data.html 2013-01-21 21:31 2.2K 
[   ]setrun.py 2013-01-21 18:05 9.8K 
[TXT]setrun.py.html 2013-01-21 21:31 14K 
[   ]settopo.data 2013-01-21 19:35 469  
[TXT]settopo.data.html 2013-01-21 21:31 2.1K 
[   ]settsunami.data 2013-01-21 19:35 632  
[TXT]settsunami.data.html 2013-01-21 21:31 2.5K 
[   ]topo_module.mod 2013-01-21 19:35 5.8K 
[   ]xgeoclaw 2013-01-21 19:35 462K 

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

$\phantom{******** If you see this on the webpage then the browser could not locate *********}$
$\phantom{******** the jsMath file load.js *********}$

$\newcommand{\vector}[1]{\left[\begin{array}{c} #1 \end{array}\right]}$ $\newenvironment{matrix}{\left[\begin{array}{cccccccccc}} {\end{array}\right]}$ $\newcommand{\A}{{\cal A}}$ $\newcommand{\W}{{\cal W}}$

 

GeoClaw Sample Code

Waves in a parabolic bowl generated by a Gaussian hump of water at the origin. The solution should remain circularly symmetric.

In this code, $x$ and $y$ are in meters (iccordsys=1 in setrun.py [.html]).

Refinement is allowed only in the upper right quadrant, using the regions specified in setrun.py [.html], see www.clawpack.org/users/regions.html .

Gauges are placed near the shore along the x-axis and along the diagonal. Ideally these gauges would show identical results.

To run the code, see Instructions

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 .

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 qinit 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 qinit data files:

  $ make topo

To make all data files, edit setrun.py and then

  $ make .data

To run code:

You may need to type

  $ make new 
to make sure the modules are accessible.

Then run the code with

  $ 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