-
Notifications
You must be signed in to change notification settings - Fork 37
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
add RH_ice to moist env thermodynamic state #1496
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1496 +/- ##
=======================================
Coverage 85.22% 85.22%
=======================================
Files 376 376
Lines 9266 9267 +1
=======================================
+ Hits 7897 7898 +1
Misses 1369 1369 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why the unit test checks for subsaturation specifically?
I also added a second test that checks for the reverse: 1 > RHi > RH for T < 273.16K:
See https://github.com/tluettm/PySDM -> test_rhi
I'm not sure if that is really necessary though. I also don't know if there is a better way of linking my change without pushing the commit to your branch.
…tions, and added assert to ensure these are indeed the conditions
Thank you, @tluettm
Good point. Supersaturated cases added in 3326280
Thank you! Merged in 3326280
Commit on a branch is perfect, optionally we could also setup a PR from tluettm:test_rhi to slayoo:RHi. Committing to the PR branch here (slayoo:RHi) is also OK. |
@tluettm, please merge if the code seems OK and helps |
No description provided.