GroundHeat {EcoHydRology}R Documentation

Heat conducted to the bottom of a snowpack

Description

The heat conducted to the bottom of a snowpack, assumed constant [kJ m-2 d-1]

Usage

GroundHeat()

Author(s)

M. Todd Walter

Examples

##---- 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)
  }

[Package EcoHydRology version 0.4.13 Index]