GroundHeat {EcoHydRology} | R Documentation |
The heat conducted to the bottom of a snowpack, assumed constant [kJ m-2 d-1]
GroundHeat()
M. Todd Walter
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function(){ # the heat conducted to the bottom of a snowpack, assumed constant [kJ m-2 d-1] return(173) }