Skip to content

Model in which flow is prescribed by geostrophic balance #2823

Discussion options

You must be logged in to vote

Can you be more specific about what you are trying to simulate?

With background_fields = (; u = u_bg), where u_bg is just a positive constant, then you'll simulate a situation in which everything moves to the right at a constant velocity. But this is probably not what you want, because it just amounts to a shift in the frame of reference.

If you impose an initial condition set!(model, u=u0) where u0 is a constant, and you're using coriolis=FPlane(1.0), then you'll obtain an inertial oscillation. Is that what you are looking for?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mkrapp
Comment options

Answer selected by mkrapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants