Closed jacobcook1995 closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.93%. Comparing base (
fb253a5
) to head (b8f44a4
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR changes the litter model to receive input from the plant model. This input then gets split between pools based on its lignin content and C:N ratio. Science wise it is relatively straightforward, but there's a couple of things to note from a code perspective:
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks