Usage
fProd(Inclin = data.frame(Gef = 800, Ta = 25),
modulo = list(Vocn = 57.6, Iscn = 4.7, Vmn = 46.08, Imn = 4.35,
Ncs = 96, Ncp = 1, CoefVT = 0.0023, TONC = 47),
generador = list(Nms = 12, Nmp = 11),
inversor = list(Ki = c(0.01, 0.025, 0.05), Pinv = 25000,
Vmin = 420, Vmax = 750, Gumb = 20),
EffSys = list(ModQual = 3, ModDisp = 2, OhmDC = 1.5, OhmAC = 1.5,
MPP = 1, TrafoMT = 1, Disp = 0.5))
Arguments
Inclin
data.frame
including at least a component named Gef
(effective irradiance, W/m²) and another named Ta
(ambient temperature, $^{\circ}{\rm C}$).
modulo
list of numeric values with information about the PV module, [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
generador
list of numeric values with information about the generator, [object Object],[object Object]
inversor
list of numeric values with information about the DC/AC inverter, [object Object],[object Object],[object Object],[object Object]
EffSys
list of numeric values with information about the system losses, [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]