geoclaw icon indicating copy to clipboard operation
geoclaw copied to clipboard

Version of Clawpack for geophysical waves and flows

Results 121 geoclaw issues
Sort by recently updated
recently updated
newest added

This PR does 2 major things: 1. switch from `nose` to `pytest` for testing in general and 2. implements GitHub actions to do continuous integration (CI). Currently the regression tests...

testing

The current functionality to read in an IBTrACS file is failing. It appears to read the file in fine but converting it the times to `datetime`s appears to fail. ```python...

A relatively new project called [tropycal](https://tropycal.github.io/tropycal/) reads in a few of the formats needed to run GeoClaw surge simulations. Need to explore the functionality and if we can use it...

Requires updated solvers to handle the fact that `q` and waves, fluctuations now have 5 components rather than 3. This is addressed in https://github.com/clawpack/riemann/pull/174, so this PR will not work...

I am trying to run the surge example for Ike in same folder but getting the below error, please check and help . on top of that if comment this...

Hello, I am having issues running the example in `geoclaw/examples/bouss/radial_flat`. After setting the environment variables as described in `geoclaw/examples/bouss/setenv.sh`, and running `make .output` in `geoclaw/examples/bouss/radial_flat`, I get the error attached...

This adds a new model storm type that is simply a pressure core of a Holland '80 storm but a plane-wave, i.e. it extends in the y-direction. This is useful...

I have a few postprocessing workflows that I built in old D-Claw that assumed you could read in fgout or fgmax-like files with xarray (I had built some conversion tools)....

Hello everyone, I use Geoclaw for modeling of tsunami waves propagation, for some time. Hope you could help me with the next issue. I modeled a tsunami generated by earthqauke....

It would be great if you could give advice what to do when the calculation stops due to the error message: `free list full with 5000 items`. This typically appears...