Skip to content
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

Vertical advection of u,v + tendencies (vor, pres grads) #198

Merged
merged 2 commits into from
Dec 2, 2022

Conversation

milankl
Copy link
Member

@milankl milankl commented Nov 30, 2022

This implements the vertical advection for $\xi = u,v$ both simultaneously.

$W_k(\xi) = -\frac{1}{2\Delta p_k} \left( M_{k+1/2} ( \xi_{k+1} - \xi_k) + M_{k-1/2}(\xi_k - \xi_{k-1} \right)$

So mass flux $M = p_s\dot{\sigma}$ (on half levels above and below $k$) times the full level difference across respective half level mass flux.

@milankl milankl added the dynamics 〰️ Affects the dynamical core label Nov 30, 2022
@milankl milankl added this to the v0.5 milestone Nov 30, 2022
@milankl milankl added the vertical ⬆️ Affecting the vertical dimension label Nov 30, 2022
@milankl milankl mentioned this pull request Nov 30, 2022
22 tasks
@milankl milankl changed the title Vertical advection of u,v Vertical advection of u,v + tendencies (vor, pres grads) Nov 30, 2022
@milankl milankl merged commit 68056ef into main Dec 2, 2022
@milankl milankl deleted the mk/vertadvection branch December 16, 2022 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dynamics 〰️ Affects the dynamical core vertical ⬆️ Affecting the vertical dimension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant