-
While we have a few examples / tutorials that demonstrate how Oceananigans can be used to model the ocean surface boundary layer, we have nothing comparable for a ocean bottom boundary layer / atmosph…
-
Morning All,
I've been playing with jet fans and synthetic eddies. Dan Swenson has posted examples on the Thunderhead site, and there is an example in the V & V files. In both of these situations a s…
-
before adding these:
1. check that they are valid papers that use deal.II
2. check that they are not already in the .bib files.
3. fix up the publication
```
@Article{Schutz2018,
author = {S…
tjhei updated
2 years ago
-
Dear Lethe authors,
Again, thank you for developing this library, we're finding it extremely powerful for our chemical engineering problems at Birmingham. I'm working with a complex case we're tryi…
-
Happens with Julia 1.6.7 and 1.8.1 with Oceananigans v0.77.5. Not sure if this is connected to #2530 or #2709 although this errors on the CPU.
~Minimal~ working example:
```julia
using Oceanan…
-
Can hemelb simulate flexible structure fsi?
Does this code include immersed boundary method?
-
I get the following error when I call `maximum` on a field with location `Face, Center, Center` on an immersed boundary grid with a vertically stretched underlying grid on the GPU.
For example:
…
-
I'm trying to run a simulation that has both forcings and some auxiliary variables which get updated with every time-step. However, I found that just the existence of a variable in the `auxiliary_fiel…
-
Hi, I want to have a python tree object of the ubergraph. What would be the recommended way to get there?
I have a solution, but it is very unsatisfying:
1. Using the ["https://ubergraph.apps.renc…
-
Starting with the shallow water model example, we (@writingindy) have noticed that only the inner most halo points in the height field is being filled. How can we make sure that all three halo points…