setprob_geo.f.html | ![]() |
Source file: setprob_geo.f | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/geoclaw/2d/lib | |
Converted: Sun May 15 2011 at 19:15:41 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
c========================================================================= subroutine setprob c========================================================================= use geoclaw_module use topo_module use dtopo_module implicit double precision (a-h,o-z) call set_geo !# sets basic parameters g and coord system call set_tsunami !# sets parameters specific to tsunamis call set_topo !# specifies topography (bathymetry) files call set_dtopo !# specifies file with dtopo from earthquake call setqinit !# specifies file with dh if this used instead call setregions !# specifies where refinement is allowed/forced call setgauges !# locations of measuring gauges call setfixedgrids !# specifies output on arbitrary uniform fixed grids return end