Learn R Programming

solaR (version 0.14)

resumenProdSF: Daily, monthly and yearly summaries of productivity of a PV system

Description

Compute the daily, monthly and yearly summaries of series of irradiances and power of PV systems. These functions are intended to be used inside prodSFCR, prodSFB and optimSombra. Its result is included as the D component of the lists provided by these functions.

Usage

resumenProdSFCR(Prod)
resumenProdSFB(Prod)

Arguments

Prod
list containing the result of fProd and a list containing several parameters as modoRad, DiasMes and Pg

Value

  • list with three components containing values of AC energy (Eac), global effective irradiation (Gef), global irradiation on the horizontal plane (G0) and final productivity of the system (Yf). For grid connected PV systems the performance ratio of the system (PR) is included but for PV pumping systems the flow normalized to the nominal PV power is provided, Qn.
  • diariodata.frame, daily values. When (Prod$para$modoRad='prom') this component is NULL
  • mensualdata.frame, monthly values
  • anualdata.frame, yearly values

See Also

prodSFCR, prodSFB, optimSombra, aggregate