Skip to content

Improve labeling of loss percentage inputs for AC/DC#889

Merged
cpaulgilman merged 3 commits into
developfrom
ac-dc-units
Oct 20, 2022
Merged

Improve labeling of loss percentage inputs for AC/DC#889
cpaulgilman merged 3 commits into
developfrom
ac-dc-units

Conversation

@cpaulgilman

@cpaulgilman cpaulgilman commented Oct 11, 2022

Copy link
Copy Markdown
Collaborator

@brtietz brtietz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This is definitely an improvement, but I'm not sure about the transformer_load_loss and the transmission_loss getting the same label. They are applied sequentially (transformer before transmission).

Comment thread ssc/cmod_pvsamv1.cpp Outdated
{SSC_INPUT, SSC_NUMBER, "acwiring_loss", "AC wiring loss", "%", "", "Losses", "*", "MIN=0,MAX=100", "" },
{SSC_INPUT, SSC_NUMBER, "transmission_loss", "Transmission loss", "%", "", "Losses", "*", "MIN=0,MAX=100", "" },
{SSC_INPUT, SSC_NUMBER, "acwiring_loss", "AC wiring loss", "%", "percent of inverter AC output", "Losses", "*", "MIN=0,MAX=100", "" },
{SSC_INPUT, SSC_NUMBER, "transmission_loss", "Transmission loss", "%", "percent of AC output", "Losses", "*", "MIN=0,MAX=100", "" },

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Is it worth indicating that the transmission loss is applied after transformer losses?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes, thanks for that suggestion.

@cpaulgilman cpaulgilman self-assigned this Oct 20, 2022
@cpaulgilman cpaulgilman added this to the SAM Fall 2022 Release milestone Oct 20, 2022
@cpaulgilman cpaulgilman merged commit 5f94f31 into develop Oct 20, 2022
@cpaulgilman cpaulgilman deleted the ac-dc-units branch October 20, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants