Description Usage Arguments Details Value References Examples
Calculates the degree of the energy balance non-closure for individual records, or the entire time span based on the ratio of two sums (energy balance ratio), and ordinary least squares (OLS).
1 2 3 |
Rn |
Net radiation (W m-2). |
G |
Ground heat flux (W m-2); optional. |
S |
Sum of all storage fluxes (W m-2); optional. |
LE |
Latent heat flux (W m-2). |
H |
Sensible heat flux (W m-2). |
instantaneous |
Should the energy balance be calculated at the time step
of the observations ( |
missing.G.as.NA |
If |
missing.S.as.NA |
If |
x |
A data.frame or matrix containing all required variables. |
n |
Number of complete (all energy balance terms available) observations. |
intercept |
Intercept of the OLS regression. |
slope |
Slope of the OLS regression. |
r_squared |
R^2 of the OLS regression. |
EBR |
Energy balance ratio. if |
The energy balance ratio (EBR) is calculated as:
EBR = sum(LE + H)/sum(Rn - G - S)
where the sum is taken for all time steps with complete observations (i.e. all energy balance terms are available).
A named vector.
Wilson K., et al. 2002: Energy balance closure at FLUXNET sites. Agricultural and Forest Meteorology 113, 223-243.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.