ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Feature/add radiation input #423

Closed vgro closed 3 months ago

vgro commented 3 months ago

This PR adds top of canopy shortwave downward radiation to the dummy example data. I noticed that this is a required variable when I started testing ve_run with the mechanistic abiotic model. I also noticed that molar density of air and specific heat of air were calculated but not added to the data object, so I updated that. The model is still not running but I stopped here as priorities shifted towards completing the simple abiotic model.

Type of change

Key checklist

Further checks

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 58.82353% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 94.52%. Comparing base (5621b8d) to head (423134d).

Files Patch % Lines
...tion_scripts/topofcanopy_radiation_example_data.py 0.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #423 +/- ## =========================================== - Coverage 94.69% 94.52% -0.17% =========================================== Files 69 70 +1 Lines 3732 3744 +12 =========================================== + Hits 3534 3539 +5 - Misses 198 205 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.