is there a way to calculate the (cumulative) sum of temperature values in °C with Unitful.jl?
I know this does not have a direct physical meaning. Nonetheless, it would be nice to keep the °C unit attached to my calculated values. I want to use the yearly cumulative temperature values in an ecological system model to account for changes in growth rates of plants over the year. I think the concept is similar to growing degree days:
We follow the rule that measured (“absolute”) temperature can be in °C (or K) while temperature differences have to be in K, and it works well enough. So indeed growing degree days should be in K.