831 calculation of net radiation needs to find a place#866
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #866 +/- ##
===========================================
+ Coverage 94.76% 94.78% +0.02%
===========================================
Files 75 75
Lines 5562 5584 +22
===========================================
+ Hits 5271 5293 +22
Misses 291 291 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
davidorme
left a comment
There was a problem hiding this comment.
LGTM - I'm not convinced that the leaf_albedo constant belongs in abiotic constants, but that's part of a bigger picture issue with the constants 😱
Agreed. There are a few plant traits that I currently have as constants in the abiotic/hydrology model which I hope will be variables at some point. I also took a note to cross-check with the plant model at some point what is duplicated, we might want to move some constants around, but like you say, this brings us back to the old constants issue... |
This PR includes the calculation of net radiation in the simple abiotic model to make sure that it is always available for the hydrology model (it is now a required variable).
Fixes #831
Type of change
Key checklist
pre-commitchecks:$ pre-commit run -a$ poetry run pytestFurther checks