-
I tried to run both the shallow water and incompressible benchmarks and ran into problems when they tried to output the CPU to GPU speedup table html file.
The problem seems to be cause by the html …
-
Is this just a placeholder? Or does indeed `ShallowWaterModel.bathymetry` supports non-trivial bathymetry?
-
As HydrostaticFreeSurfaceModel is further developed we're going to have to restructure the docs significantly. In addition to that the docs have grown a bit stale and could probably use a refresh. I t…
-
I believe we need a revision of how the (hyper) diffusion scales with resolution, for example at T85 the model runs stable for ~1 year but I believe that with `HyperDiffusion(time_scale=2.5)` it's at …
-
Instability found in following solution, what could be causing this?
```julia
using ModelingToolkit, MethodOfLines, DomainSets, OrdinaryDiffEq
using Plots
using IfElse
# Define the system of …
-
-
**Bug summary**
When I compile my code with `syclcc --hipsycl-targets="omp.library-only"` I get different results than with `syclcc --hipsycl-targets="omp.accelerated"`. Running the code with Google'…
-
Dear Dr. Ming, Dr. Xia and HEMLab members,
I am really interested in your powerful numerical model for large-scale flood simulation by solving 2D- shallow water equations. I have read your publicat…
-
**Is your feature request related to a problem? Please describe.**
SELF Users have requested to add variable bottom topography to the linear shallow water solver so that linear topographic Rossby wav…
-
At the moment, `derivative_operators.jl` defines second order center differencing, which is great.
For ShallowWaterModel, I am splitting up the advection terms and the pressure. For advection I pl…