-
Notifications
You must be signed in to change notification settings - Fork 46
add effective saturation wrt ice/liquid from Jouzel&Merlivat 1984 #1668
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
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 #1668 +/- ##
==========================================
+ Coverage 85.73% 85.94% +0.21%
==========================================
Files 407 407
Lines 9837 9985 +148
==========================================
+ Hits 8434 8582 +148
Misses 1403 1403 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
suggest renaming saturation_wrt_ice = p_vs_water(T) / p_vs_ice(T)
to saturation_wrt_ice_at_RH100 = ...
or alike
No description provided.