Skip to content

Commit

Permalink
Correct dEgdT term (#33)
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
cwhanse authored Mar 3, 2022
1 parent c6211de commit 684553a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 684553a

Please sign in to comment.