-
Notifications
You must be signed in to change notification settings - Fork 6
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
Water uptake final. #222
Water uptake final. #222
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #222 +/- ##
==========================================
- Coverage 96.59% 96.09% -0.50%
==========================================
Files 32 32
Lines 6394 6523 +129
==========================================
+ Hits 6176 6268 +92
- Misses 218 255 +37
☔ View full report in Codecov by Sentry. |
} | ||
|
||
KOKKOS_INLINE_FUNCTION | ||
void modal_aero_water_uptake_dr( |
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.
Does this function corresponds to the subroutine modal_aero_wateruptake_dr
from here.
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.
It does. I've added comments to make this clear.
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.
Looks good. I found what looks like a typo.
This should be the last PR for water uptake! This PR brings a port of
modal_aero_water_uptake_dr
, which is a top level driver.