% Data from panel data-sheet
% Panel single solar cell at 33C 
% Solar Energy 85 (2011) 15431550

global Isc_Ref Voc_Ref Imp_Ref Vmp_Ref u_Voc u_Isc Np Ns;


% Values of the current and voltage at short circuit, open circuit, and maximum power points (Isc, Voc, Vmp, Imp)
Isc_Ref = 0.7605;
Voc_Ref = 0.5727;
Imp_Ref = 0.6755;
Vmp_Ref = 0.459;

% u_Voc = -0.0036 * Voc_Ref; 
% u_Isc =  0.00105 * Isc_Ref;
Np = 1;
Ns = 1;  
CoeffA = 4.73*10^-4;  
CoeffB = 636;
% Coefficient for the Eg relation
% Eg=1.17-CoeffA*(T^2)/(T+CoeffB).




