-
We are developing [RDycore](https://github.com/rdycore/rdycore) that solves the 2D shallow water equations using PETSc and libCEED. I'm getting a seg. fault error with the following backtrace and am w…
-
@hga007 @saeed-moghimi-noaa @pvelissariou1 I am creating new issue for ROMS integration. So, we could keep communicating about integration issues that we might have.
-
微博内容精选
-
Hi, this is a great model I've been searching for! Just want to know if it can be applied to the case in spherical coordinates instead of cartesian coordinates? I may use this to study the flow on t…
-
Here are the shallow water equations on Wikipedia (https://en.wikipedia.org/wiki/Shallow_water_equations):
![image](https://user-images.githubusercontent.com/60412857/211895589-fe62c098-7b92-4907-a…
-
-
The current initial conditions with `implicit_alpha=0.5` produce after some days a crazy gravity wave that bounces from pole to pole, visible here in divergence, that kills the simulation. The problem…
-
I'm implementing 2D shallow water equations on MFEM. In the momentum equation the advection term is
```
du/dt + (u . grad) u + ... = 0
```
where `u` is a 2D DG vector field.
Is there an exi…
-
Here is a possible plan what to do to create v0.4 of Trixi.jl. These steps can be done without introducing breaking changes. Thus, they can be merged directly into `main` without further problems.
- …
-
Hi, It's awesome work here! I want to run a global shallow water model, and I'm reading the documentation. Now, I can run the example like this:
``` julia
using SpeedyWeather
spectral_grid = Spectr…