-
Notifications
You must be signed in to change notification settings - Fork 34
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
Lowe et al. 2019 Fig S2 (+smoke tests); new optical formulae and products (optical depth & albedo); LWP product; activation-filtered r_eff product; cleanups #1256
Conversation
Co-authored-by: Sanket Bhiogade <[email protected]> Co-authored-by: Sylwester Arabas <[email protected]>
…depth and albedo. need to add smoke test. move optical property calculations into Products.
…t can be accessed by all notebooks and all tests
pylint error is confusing because the "unused imports" are actually used in the notebook...
|
@claresinger for the massive number of precommit changes (caused by a new release of black just 2 days ago: https://pypi.org/project/black/24.1.0/), let's have a separate PR: #1257 |
OK, we're back at "Files changed: 16" :) |
…tent product. I realize this is a duplicate of water_mixing_ratio, but it was odd to me that the ice and liquid products are not named/calculated in the same way.
…a pointwise product, not an integral, wasn't sure how to do that... help needed. [skip ci]
@slayoo I'm going to need some help with the logic for calculating the integral products... an attempt is in |
… backend; leaving one thread free with n_jobs=-2; workarounding match-case statement incompatibility for older Pythons
…e from an IDE); fixing test parameter name
…ving one threa free (n_jobs=-2)
… and a kwarg causing failure in condensation tests.
Closes #1251 |
TODO