Randall J. LeVeque

Results 110 issues of Randall J. LeVeque

Improve the title on plots to use hr:min:sec format.

Improve `topo_module.f90` to allow specifying that only a subset or a strided subset of data from a NetCDF DEM should be saved in a `topo` array. This would allow, for...

It's misleading at the moment since it gives instructions for using `setplot_kml.py` rather than the standard `setplot.py`.

PR #373 includes the adjoint code but the corresponding unit test was not working and was disabled, by removing `tests/chile2010_adjoint/__init__.py. That PR is being merged so the rest of geoclaw...

We need to change `format = "plain"` to `style = "plain"` in a backward compatible manner due to changes in matplotlib. I think this is only used in `topotools.py` and...

Unlike `etopotools.etopo1_download`, which would shift x outside this range, download, and shift back, `topotools.read_netcdf('etopo1',...) will fail if the extent given is outside -180,180. Since `read_netcdf` is for general netCDF files,...

@mandli: `examples/multi-layer/plane_wave plots/setplot.py` contains a lot of `plt.hold` statements that generate warnings that this is deprecated. Can they be removed? More importantly, when I run this example now I get...

multilayer

Moving this to an issue for discussion, from https://groups.google.com/forum/#!topic/claw-dev/LIgfeMEUHVY --- Hi Clawpack Developers, I have been attempting to incorporate D-Claw into the current version of GeoClaw and have been running...

performance
feature
multilayer

Python support was added in #312 but reading netCDF files in the fortran is not yet being tested.

testing

Currently in geoclaw, regions are checked twice. We could eliminate call to `flagregions2` or have a local version that simply returns. Regions are checked in `flag2refine2.f90` along with various other...