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

Soil moisture units to mm in data object #420

Closed vgro closed 4 months ago

vgro commented 4 months ago

This PR changes the soil moisture unit to mm in the data object. For some calculations in the hydrology and abiotic model, it is still needed in volumetric moisture content, but I think I reduced the number of conversions. I also tidied the code based on what we have learned, but there is still a big outstanding issue with accessing indices etc.

@jacobcook1995 could you add the changes needed in the soil model to this branch please?

Fixes #345

Type of change

Key checklist

Further checks

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.52%. Comparing base (13ef532) to head (faf26e6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #420 +/- ## =========================================== + Coverage 94.50% 94.52% +0.02% =========================================== Files 68 69 +1 Lines 3583 3598 +15 =========================================== + Hits 3386 3401 +15 Misses 197 197 ```

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