-
Notifications
You must be signed in to change notification settings - Fork 445
Fix q_vector units w/ default static stability #3690
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
Conversation
There unfortunately is, as Holton (2013) does not include the 1/sigma factor, which was unfortunately the (undocumented except in the issue tracker) intended behavior when it was originally written. Though, I'm not sure if that difference of definition is enough to stick with the old behavior or not! EDIT: See #3689 (comment) for a much better discussion on this. Based on this insight, I would concur that the best move is likely moving away from the prior behavior and do something like this PR. |
e1e3ae8 to
19065c5
Compare
19065c5 to
48b6dd5
Compare
48b6dd5 to
7992503
Compare
7992503 to
909449e
Compare
Clarify the optional role of static_stability and how that maps to various GEMPAK calculations. Also ensure that values for `static_stability` are properly checked for dimensionality.
Helps make clear that this is an option for this calculation. Addresses part of Unidata#3689.
909449e to
5bebff4
Compare
Description Of Changes
With the final discussion in #3689, this tries to improve the documentation to make clear the option to pass in
static_stability, as well as the relationship to various GEMPAK functions.Checklist