Agronomists' C++ Toolkit: CWSI & Transpiration Biophysical Models
This post offers a starting point for sharing my embedded software code ( GitHub repository: https://github.com/envitronicslab/CWSI_Function ) in C/C++ used in a system you can learn more about here . While the full codebase needs some cleanup, I'm excited to share this initial, modular piece that calculates plant transpiration. ๐๐ฒ๐ ๐๐ฒ๐ฎ๐๐๐ฟ๐ฒ๐ ๐๐ฎ๐น๐ฐ๐๐น๐ฎ๐๐ฒ๐ ๐ฎ๐ฐ๐๐๐ฎ๐น (๐ง๐ฎ) ๐ฎ๐ป๐ฑ ๐ฝ๐ผ๐๐ฒ๐ป๐๐ถ๐ฎ๐น (๐ง๐ฝ) ๐๐ฟ๐ฎ๐ป๐๐ฝ๐ถ๐ฟ๐ฎ๐๐ถ๐ผ๐ป: This code uses biophysical models to analyze microclimate and plant canopy surface temperature data to determine transpiration rates. ๐๐ฟ๐ผ๐ฝ ๐ช๐ฎ๐๐ฒ๐ฟ ๐ฆ๐๐ฟ๐ฒ๐๐ ๐๐ป๐ฑ๐ฒ๐
(๐๐ช๐ฆ๐): Ta and Tp can be used further to calculate CWSI, an indicator of plant stress. ๐ ๐ผ๐ฑ๐๐น๐ฎ๐ฟ ๐ฎ๐ป๐ฑ ๐ฟ๐ฒ๐๐๐ฎ๐ฏ๐น๐ฒ: The code is well-organized with equations grouped within a class for easy integration into other projects. ๐๐
๐ฎ๐บ๐ฝ๐น๐ฒ ๐ฎ๐ป๐ฑ ๐๐ฒ๐๐๐ถ๐ป๐ด ๐ฐ๐ผ๐ฑ๐ฒ: Additional code snippets are includ...