dcalhoun
dcalhoun
I am wondering why the assertion `assert_equal` is defined as TRUE when `abs(known_error - discretization_error) > 0`. This allows all examples to PASS, when in fact, the difference is non-zero....
It looks like a recent change altered the margins for KML plotting (frametools.py) so that now, plots created as Google Earth overlays no longer line up with topography. In this...
I use [pykml](https://github.com/pykml/pykml) for creating KML files, and it has worked well up until the change to Python 3.x. It doesn't seem to be maintained any longer, but with a...
I looked into how to skip KML files when creating the PlotIndex, latex output or animations, but it wasn't completely obvious where to insert something like ``` if plotfigure.use_for_kml: pass...
@mjberger has observed a relative conservation error of about 1e-5 in GeoClaw. The test case she used was a modified the Chile example, initialized it with a single hump of...
I just did an AMRClaw run and noticed some strange timing results for the regridding time. I don't have a lot of insight into what might have happened, other than...
Are there any thoughts about how to best add a new limiter? I am thinking of a case in which the user adds a new limiter to `inline limiter.f90`. There...
@mjberger requested a feature to read binary data in the Matlab graphics code. This is fairly straightforward to add, but would be even easier if the ghost cell data weren't...
From discussions with Marsha, it seems that the desired CFL value is not completely ignored when setting `dt_variable=false`, If the time step is violated at an intermediate level update, that...