-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nonhydrostatic pressure correction broken? #3397
Comments
This is not fixed by julia-1.10 in either 0.90.1 or 0.85 |
Also just to confirm this does not happen with the hydrostatic free surface model |
This velocity field: uᵢ(x, y, z) = (1-tanh((x-500)/10)) is compressible, because What do we expect to happen in this case? |
For the hydrostatic free surface model, |
Oh sorry I thought I must have missed something! Thank you |
Hi all,
I've just come across a new problem where the velocity fields in non-hydrostatic models is abruptly becoming the average of the whole field (I think, all positions become one value anyway). This appears to be occurring in the pressure correction step.
For example:
I initially spotted this issue after time-stepping a model and the same thing occurs, presumably after the pressure correction, so this isn't isolated to
set!
.This is occurring in all of my julia projects where Oceananigans is in various versions and I know Nonhydrostatic models have worked correctly in before, downgrading is also not working so perhaps this is similar to #3381 with a broken dependency.
I will try updating to 1.10 to see if that fixes the issue.
The text was updated successfully, but these errors were encountered: