Calculating the barotropic pressure contribution to the zonal momentum budget #3601
Unanswered
scott-conn
asked this question in
Computational science!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm interested in looking at terms in the zonal momentum budget for the hydrostatic model. So far, I've been outputting the tendency kernel functions from here:
Oceananigans.jl/src/Models/HydrostaticFreeSurfaceModels/hydrostatic_free_surface_tendency_kernel_functions.jl
Lines 16 to 54 in 11c317d
It seems like that will give me everything except the implicit part of the barotropic pressure gradient. If I'm understanding correctly, this means that for a model that has an implicit free surface, I'll be missing the entire contribution of SSH variations to the pressure gradient. Is there some way I can also output this part of the pressure gradient that I'm missing (or at least an approximation to it)?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions