-
Hi,
I am trying to implement smoothness indicators of the form
$\beta_i = \sum\limits_{l=1}^k \Delta x_0^{2l-1} \int_{K_0} \left( \frac{1}{l!} \frac{d^l}{dx^l} \tilde{p}_i(x) \right)^2 dx, \qua…
-
PR #123 introduces a keyword argument `tracers` to pass to `ocean_simulation`. There are some nuances in passing this keyword argument that would be nice to discuss. In particular, the decision is how…
-
In cases, where the auxiliary variables are fixed (e.g. for unchanging mapped grids), recomputing the ghost cell values at each time step is a somewhat unnecessary (if small) overhead. In addition, it…
-
Hi @mrkondratyev.
Thank you for this amazing work, it's very simple and yet makes possible to understand the basics of MHD FV methods, I wasn't able to find anything like this for months, very usefu…
-
Not sure what the cause is. I get this error with or without a free surface model. The error goes away if I remove CATKE or if I switch to `Float64`.
MWE:
```julia
using Oceananigans
using Oce…
-
## Feature
Support for customized optimizers during training allows for greater flexibility in training models. Some frameworks in WSI tasks consist of multiple networks. Right now, we can only bui…
cswpy updated
3 months ago
-
I tried installing clawpack using the pip command: pip install --src=$HOME/clawpack_src --user -e \
git+https://github.com/clawpack/clawpack.git@v5.8.0#egg=clawpack-v5.8.0
and I get the atta…
-
MFC fails to build with the following errors with `--case-optimization` enabled on Frontier with the following errors:
```
ftn-580 ftn: ERROR M_GLOBAL_PARAMETERS, File = ../../../lustre/orion/cfd1…
-
Hi all! I've been testing the Lagrangian particles method (ideally on GPUs, but I'm including the error messages for CPU compilation for simplicity) and am running into two issues: (1) tracking dynami…
-
I am trying to run simulations with `ImmersedPoissonSolver` in [this branch](https://github.com/CliMA/Oceananigans.jl/commit/4529c6e49b9ebd9dbefb71725ef32b1d3cd64354) as suggested by @simone-silvestri…