-
Notifications
You must be signed in to change notification settings - Fork 416
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
Moisture/temperature dependent gas constants & latent heat #3725
Conversation
d96f011
to
df80a01
Compare
8f19fc6
to
81b0988
Compare
Currently attempting to massage these into the |
5e1ac05
to
b432ffe
Compare
e1bde3a
to
2aa2d0e
Compare
@jthielen let me know your thoughts on using |
2aa2d0e
to
1c98db5
Compare
Add necessary constants for new calculations. Fix weird malformed table errors with units column spaces.
Calculate gas constant and specific heat capacity (and thus kappa) of moist air. Add temperature-dependent latent heat quantity calculations.
I'm very sorry for the delay in getting to this after it's already been approved and merged, but in case it matters for future reference, this usage of |
No need to apologize, we can always open a new PR if internals need work. Glad to hear it! :) |
Taking recommendations from community input, these calculations introduce temperature and moisture dependence to relevant "constant" quantities for use in upcoming analytic saturation vapor pressure and LCL calculations.
Beyond code review, specifically requesting feedback on function names and useful tests I might've missed. Will start playing around with satvap and LCL shortly this holiday!
Checklist