-
Currently, all tableau of coefficients are *hard-coded* in the sources. This has at least 2 cons:
1. really error-prone with very bad visualization due to the 132 characters limit;
2. not flexible…
-
Here we can discuss the benchmarks analysis.
It could be useful to compare with the performance of other non abstract implementations.
| Architecture | Comparison with other non ACP | Conclusion |
|…
-
## Reason
Multi phase flow is very important physics for some applications and users including @joe61vette
## Design
One possible design is adding additional terms to the Rhie-Chow interpolation…
-
I'd like to compute a `Field` (ideally in order to write it to a NetCDF file) but only at every `N` grid points. Something like the following example, which tries to compute `u` at every 2 grid points…
-
Update `Final time` in the print statement in simulation to match `performance_expectations.md` as ns/gp/rhs-evaluation.
Add benchmark case to `examples/` which is apparently:
```python
#!/usr/…
-
Adding surface tension feature a la Schmidmayer et al.
-
-
Hi all,
I'd be very keen to implement a multi-layer version of the shallow water model. For example, here's the 2-layer version:
My ultimate ambition is to solve this set of equations that i…
-
Running SpeedyWeather v0.10.0 for more than a year leads to instabilities and a blow-up.
I ran Speedy with the following setup:
```julia
spectral_grid = SpectralGrid(trunc=31,
…
p-hss updated
5 months ago
-
Some calculations need to use the intermediate states in the time stepping scheme, for example the dissipation introduced by Weno.
With the way the advance! function is actually implemented it doesn'…