Skip to content

Is it possible to do complete Moisture budget analysis using MetPy ? #2754

Answered by dopplershift
AniIlyich asked this question in Q&A
Discussion options

You must be logged in to vote

Provided you have q on pressure levels, you should be able to calculate vertical advection with:

import metpy.calc as mpcalc
vert_adv = mpcalc.advection(q, w=omega)

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@AniIlyich
Comment options

@AniIlyich
Comment options

@dopplershift
Comment options

@AniIlyich
Comment options

Answer selected by dopplershift
Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants