Skip to content
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

Consistent monthly and annual energy labels #1236

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

cpaulgilman
Copy link
Collaborator

@cpaulgilman cpaulgilman commented Nov 4, 2024

Fixes NREL/SAM#1876

Use following labels as much as possible

monthly_energy "Monthly energy in Year 1"
annual_energy "Annual energy in Year 1"

* `monthly_energy` "Monthly AC energy in Year 1"

* `annual_energy` "Annual AC energy in Year 1"

* Fix capitalization as convenient

* Don't change labels for SWH, and for some CSP models that have long labels, or for Marine Energy, etc.
{ SSC_OUTPUT, SSC_ARRAY, "monthly_energy", "Monthly energy", "kWh", "", "Monthly", "", "LENGTH=12", "" },
{ SSC_OUTPUT, SSC_MATRIX, "annual_energy_distribution_time","Annual energy production as function of Time", "", "", "Heatmaps", "", "", "" },
{ SSC_OUTPUT, SSC_ARRAY, "dc_monthly", "Monthly DC energy", "kWh", "", "Monthly", "", "LENGTH=12", "" },
{ SSC_OUTPUT, SSC_ARRAY, "ac_monthly", "Monthly AC energy", "kWh", "", "Monthly", "", "LENGTH=12", "" },
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is probably for a different issue, but I believe ac_monthly and monthly_energy will always be the same. Do we need both?

@cpaulgilman cpaulgilman merged commit 2e58d82 into develop Nov 6, 2024
8 checks passed
@cpaulgilman cpaulgilman deleted the sam-1876-monthly-annual-energy-labels branch November 6, 2024 17:38
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.

Monthly energy naming confusion
2 participants