Skip to content

Change inverter datasheet callbacks to allow for operation power consumption #2066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

mjprilliman
Copy link
Collaborator

-Change callbacks for inverter datasheet to allow user to input inverter daytime power consumption for weighted efficiency and manufacturer efficiency
-Previously, this was disabled for weighted efficiency
-This is changed to be a better fit for the Sandia inverter model
-Closes NREL/ssc#1314

allow for user input of power consumption for both manufacturer and
weighted efficiencies
@mjprilliman mjprilliman added the pv pvsam1, pvwatts, hcpv label Apr 11, 2025
@mjprilliman mjprilliman added this to the SAM Spring 2025 Release milestone Apr 11, 2025
@mjprilliman mjprilliman self-assigned this Apr 11, 2025
"\treturn ?${inv_ds_eff_type}",
"[ 0.0, ",
"0.008*${inv_ds_paco}]; };",
"\treturn 0.008*${inv_ds_paco}; \r",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The results look more curve-like now!

@sjanzou sjanzou merged commit 08bcac5 into develop Apr 11, 2025
8 checks passed
@sjanzou sjanzou deleted the inv-datasheet-consumption branch April 11, 2025 07:18
@cpaulgilman cpaulgilman added the added to release notes PR and/or issue has been added to release notes for a public release label Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
added to release notes PR and/or issue has been added to release notes for a public release pv pvsam1, pvwatts, hcpv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inverter datasheet weighted efficiency results in flat inverter efficiency
3 participants