Vegetation Parameters
Last updated
Last updated
Create VegetationParameters representing the behavior of vegetation within an urban area.
albedo
A number between 0 and 1 that represents the ratio of reflected radiation from vegetated surfaces to incident radiation upon them. (Default: 0.25)
start_month
An integer from 1 to 12 that represents the month at which vegetation evapostranspiration begins (leaves come out). By default, the month will be automatically determined by analyzing the epw to see which months have an average monthly temperature above 10C.
end_month
An integer from 1 to 12 that represents the month at which vegetation evapostranspiration ends (leaves fall off). By default, the month will be automatically determined by analyzing the epw to see which months have an average monthly temperature above 10C.
tree_latent
A number between 0 and 1 that represents the the fraction of absorbed solar energy by trees that is given off as latent heat (evapotranspiration). Currently, this does not affect the moisture balance in the uwg but it will affect the temperature. (Default: 0.7).
grass_latent
A number between 0 and 1 that represents the the fraction of absorbed solar energy by grass that is given off as latent heat (evapotranspiration). Currently, this does not affect the moisture balance in the uwg but it will affect the temperature. (Default: 0.5).
veg_par
Vegetation parameters that can be plugged into the "DF UWG Simulation Parameter" component to specify the behavior of vegetation in the simulation.