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

Description Usage Arguments Details Value See Also Examples

View source: R/energy_balance.r

Description

Fraction of net radiation fixed by primary productivity.

Usage

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

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.

Value

EUE -

Energy use efficiency (-)

See Also

light.use.efficiency

Examples

1
energy.use.efficiency(GPP=20,Rn=500)

lhmet-forks/bigleaf documentation built on Aug. 4, 2020, 12:08 a.m.