powered by
Calculates the daily amounts of soil heat flux.
Soil_Heat_Flux(Tavg)
Daily amounts of soil heat flux in \(MJ m-2 day-1\).
A vector, 1-column matrix or data frame with daily average air temperature.
# See `?DataForCWB` for more on this data set Tavg <- DataForCWB[, 2] Soil_Heat_Flux(Tavg)
Run the code above in your browser using DataLab