Skip to content

Commit

Permalink
Update comment in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
markcampanelli committed Feb 17, 2024
1 parent 5beb491 commit 66cd993
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,11 @@

print(components.to_string())

# This expression is derived from SAPM equation for Isc with unity air-mass modifier.
# Uses IAM- and temperature-corrected POA irradiance as a surrogate for Isc.
# This expression for F=Isc/Isc0 is derived from the SAPM equation for Isc.
# Assumes that Isc is linear with IAM-corrected POA irradiance and applies a simple
# linear temperature correction. Spectral effects are ignored by using a unity air-mass
# modifier (no correction info available), as well as ignoring spectral effects on the
# temperature coefficient for Isc.
F = numpy.maximum(
0.0,
components["poa_total_iam_corr"].to_numpy()
Expand Down

0 comments on commit 66cd993

Please sign in to comment.