Randall J. LeVeque
Randall J. LeVeque
If multiple topofiles are specified at different resolutions, then when computing cell integrals to determine the GeoClaw topo value in each cell, the finest resolution topofile will be used at...
There are several inputs in the the typical `setrun.py` that could be enhanced by allowing the user to set more related options. ### topofiles For example, `rundata.topo_data.topofiles` is currently a...
On a restart, the routine `geoclaw/src/2d/shallow/restrt.f` reads in fgmax arrays from the previous run so that max values can continue to be updated. It is assumed that the restart has...
When updating `$CLAW/apps/tsunami/bowl_radial_fgmax` I noticed that setting `interp_method = 1` gives some garbage around the edges of the fgmax grids. (https://github.com/clawpack/apps/pull/99) Need to investigate. Note that setting `interp_method = 0`...
I just noticed that the default `flag2refine2.f90` checks not only eta vs. `wave_tolerance` but also speed against a list of `speed_tolerance` values based on the level. I had forgotten we...
The changes I proposed in https://github.com/clawpack/amrclaw/issues/262 would naturally be carried over to GeoClaw, allowing different flagging methods and/or tolerances at each AMR level. In addition, I propose the following: Currently...
The new web-based Google Earth at [google.com/earth](https://www.google.com/earth/) could be a great way to share simulation results and to visualize them together with 3D rendering of structures in some locations where...
Some new capabilities were introduced in v5.7.0 that aren't well described. There is a bit in [this notebook](http://www.clawpack.org/gallery/_static/apps/notebooks/visclaw/pcolorcells.html) but more should be put into the docs, e.g. on [this page](http://www.clawpack.org/googleearth_plotting.html)...
As mentioned in https://github.com/clawpack/geoclaw/pull/434, adding support for Lagrangian gauges (particle tracking) required doing some things in a different order for a restart. More generally we should figure out what things...
@mandli: Running all the examples for the gallery gave a warning in `examples/multi-layer/plane_wave`, where ``` clawdata.num_aux = 1 + rundata.multilayer_data.num_layers ``` By contrast, in `examples/multi-layer/bowl-radial` it is set to: ```...