How does Oceananigans deal with topography? #2410
Replies: 3 comments 9 replies
-
There is a PR, #2306 , which introduces a partial cell method but there still needs to be some testing before it's merged into main. Maybe in a week or so? |
Beta Was this translation helpful? Give feedback.
-
Here's a few places to find examples of working with the current
Finally, there's #2407 to discuss the API for boundary condition fluxes and #2275 for a hard-coded implementation of a drag condition appropriate for LES. There's also some discussion on #2275 on what a more general implementation might look like. Please don't hesitate to post additional comments if this information goes out of date! And more examples on the internet are always welcome if anyone has links. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm a little new to using Github (and Julia) so sorry if this is made clear somewhere I haven't seen! But just to follow up, if I want to use partial cells rather than full cells, is the way to do this to replace what is written in the documentation, i.e. giving a profile for the hill and then using GridFittedBottom(hill), with PartialCellBottom(hill), or would I need to do something else in addition? I've seen what's written in https://github.com/CliMA/Oceananigans.jl/blob/main/validation/immersed_boundaries/partial_cell_grid_analysis.jl but just want to be sure. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am very interested in learning Oceananigans, but I am working on problems dealing with topography on a z-coordinate model (MItgcm). MITgcm uses partial-step cells to work around pressure gradient errors. It came to my attention that the partial-step cell method has been implemented for Oceananigans recently. Has the method been validated already? I am particularly curious to try and run a simple experiment to generate internal lee waves over a rough bottom.
Beta Was this translation helpful? Give feedback.
All reactions