Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pvl_calcparams_CEC.m
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
Tref_K=25+273.15; % Reference cell temperature in Kelvin
Tcell_K=Tcell+273.15; % cell temperature in Kelvin
EgRef = 1.121; % in eV, see [1]
dEgdT = -0.00002677; % see [1]
dEgdT = -0.0002677; % see [1]

% adjust temperature coefficient for short-circuit current, Eq. 9.11 of [1]
aIsc = alpha_sc .* ( 1 - adjust/100);
Expand Down