Learn R Programming

bigleaf (version 0.8.2)

energy.use.efficiency: Energy-Use Efficiency (EUE)

Description

Fraction of net radiation fixed by primary productivity.

Usage

energy.use.efficiency(GPP, alpha = 0.422, Rn)

Value

EUE -

Energy use efficiency (-)

Arguments

GPP

Gross primary productivity exchange (umol CO2 m-2 s-1)

alpha

Energy taken up/released by photosynthesis/respiration (J umol-1)

Rn

Net radiation (W m-2)

Details

Energy use efficiency is calculated as:

$$EUE = sum(GPP)/sum(Rn)$$

where the sums are calculated for complete cases of GPP and Rn over the entire time period.

See Also

light.use.efficiency

Examples

Run this code
energy.use.efficiency(GPP=20,Rn=500)

Run the code above in your browser using DataLab