Conversation
…atent-heat-vapourisation-density-of-air
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #800 +/- ##
===========================================
+ Coverage 94.61% 94.62% +0.01%
===========================================
Files 74 74
Lines 5104 5102 -2
===========================================
- Hits 4829 4828 -1
+ Misses 275 274 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jacobcook1995
left a comment
There was a problem hiding this comment.
The changes look sensible to me!
I don't think any of this touches on my model though, I use a "gas constant" but that's from thermodynamics so doesn't relate to any real gas. I guess @davidorme might be more effected though
|
I think I'm good too - I care about atmospheric pressure in Pa and vapour pressure deficit in Pa. |
Are you happy with me merging this and changing the unit when you read in the data for now? We can also move to Pa everywhere but I would prefer moving that to a separate PR, this would affect a lot of files... |
I've created an issue (#802) to do this separately so I can move on with development of other parts. I will address this soon. |
There were inconsistencies with the use of a few variables. I fixed
hydrologyandabiotic, @jacobcook1995 and @davidorme please check if your models are affected.Fixes #798
Type of change
Key checklist
pre-commitchecks:$ pre-commit run -a$ poetry run pytestFurther checks