% Data from panel data-sheet
% Values of the current and voltage at short circuit, open circuit, and maximum power points (Isc, Voc, Vmp, Imp), 
% calculated for a Photowatt-PWP 201 solar module (see Ref. [11]) from experimental data.

global Isc_Ref Voc_Ref Imp_Ref Vmp_Ref u_Voc u_Isc Np Ns;

Isc_Ref = 1.0317;
Voc_Ref = 16.7785;
Imp_Ref = 0.9120;
Vmp_Ref = 12.6490;

% u_Voc = -0.0036 * Voc_Ref; 
% u_Isc =  0.00105 * Isc_Ref;
Np = 1;
Ns = 36;  
CoeffA = 4.73*10^-4;  
CoeffB = 636;

% Coefficient for the Eg relation
% Eg=1.17-CoeffA*(T^2)/(T+CoeffB).




