-
Notifications
You must be signed in to change notification settings - Fork 421
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
Adding equation and code for Ertel Potential Vorticity #231
Comments
I would absolutely accept a pull request implementing such a function somewhere in the Either way, we'd need a solid reference (not some random web page) to include in the documentation and on which to base the implementation. |
Actually, the only thing missing from MetPy is density. NumPy has |
Density was added in #337 |
Working on project implementing eq. 2.2 from this paper: which is EPV using spherical coordinates. By the way, its not pi in that equation, it is something called the Exner function. Thought it might be a good addition to MetPy and it is related to this issue. Would the ideal function interface (in relation to other EPV types) be something like:
or
Trying to figure out if can be generalized. |
I would argue for |
@ahaberlie happy to have the functionality In my ideal world, this would be encapsulated by projection and coordinate information attached to the relevant variables. But:
While I agree with @jrleeman in principle, what about vertical vorticity? Advection? Geostrophic wind? Just a nasty rabbit hole. Go with |
|
Looks smooth. My question is: have you actually tried interpolating using T vs. ln P? Is the difference discernible? |
EPV is a well known equation in meteorology. Any interest in adding it ?
The text was updated successfully, but these errors were encountered: