Randall J. LeVeque
Randall J. LeVeque
The disagreement with regression data is probably due to some changes in how regions are applied and hence what AMR grid patches are used. There are similarly small changes for...
It would be good to add a warning in general. I doubt anyone will have more than 1e7 gauges, but it's quite possible someone will try to use a gauge...
Having leading zeros is useful if you have e.g. gauge numbers 1 to 100 and you want `ls` or other sorting tools to list them in order, but that's not...
Resolved in $615.
Maybe you are using an old version of Clawpack? It does exist in recent versions, https://github.com/clawpack/visclaw/blob/b03b0d40aeab7706e99bea7d207f0cabd933ecdb/src/python/visclaw/animation_tools.py#L425 On Sat, Jul 3, 2021 at 6:35 AM fachri92 ***@***.***> wrote: > When i...
The matplotlib ticklabel_format function arguments changed in recent versions, and now you have to specify style='plain' instead of format='plain' This should be fixed everywhere in v5.8.0, but if you are...
Sorry for the late reply. It's true that this should eventually be documented in the docs, and it's something I've been meaning to create an example for in GeoClaw first....
I will try to create a small working example soon, but the basic idea is pretty easy to implement: Copy the library file $CLAW/geoclaw/src/shallow/src2.f90 to your application directory and modify...
You should also make sure clawpack is on the Python path so that it can find clawpack modules for importing. So you might first try this in a Python shell:...
@mandli and @dlgeorge: Thanks for working on this! It would be great if we can get D-Claw merged in with GeoClaw and also better support the multi-layer code for storm...