Randall J. LeVeque

Results 131 comments of Randall J. LeVeque
trafficstars

We have started using netCDF more for our tsunami modeling projects, particularly now that NCEI has moved to providing topography/bathymetry DEMs only in netCDF format rather than ascii raster files....

It's no big deal to have different names for `frameno` I think, but it would be nice to make it more robust to the manner in which it is called.

That fixes the problem I was having at least. I haven't tested it more extensively. I'm not sure what the recommended approach is more generally for cases like this where...

Ideally we would make it easy to control how long. Some applications require many gauges over very many time steps and the gauge files can get huge. Ideally we would...

Thanks for the heads up @ranocha.

Not very informative: ``` [shallow_sphere] como $ python Rossby_wave.py Segmentation fault: 11 ``` Googling `segmentation fault 11 python` turns up various discussions but they all seem a few years old.

Just some new gfortran warnings similar to what I get these days with the fortran code... ``` (geo5) [shallow_sphere] como $ python Rossby_wave.py /Users/rjl/clawpack_src/clawpack_master/clawpack/pyclaw/util.py:78: UserWarning: missing extension modules warnings.warn("missing extension...

I haven't run into problems with GeoClaw with the termination label warnings, but I agree we need to eventually clean it all up. Also @mjberger recently noticed you can add...

Thinking about this some more and looking at what I've done in other problems where an incoming wave is specified, I'm not sure what I suggested in that notebook is...

I think changing num_aux to maux was what we decided on months ago, and in general sticking with these shorter names such as mx rather than num_cells. I've got some...