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

Annual Electricity bill with and without system duplicated for FOM and BTM systems #1879

Open
sjanzou opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels

Comments

@sjanzou
Copy link
Collaborator

sjanzou commented Oct 16, 2024

With latest release, Create PVWatts Commercial system and run and check data tables
image

Same with PVWatts Single Owner with retail rate purchases
image

@cpaulgilman
Copy link
Collaborator

cpaulgilman commented Oct 29, 2024

Variable names and labels for reference:

elec_cost_with_system, "Electricity bill with system", "$/yr"
utility_bill_w_sys, "Electricity bill with system", "$"

elec_cost_without_system, "Electricity bill without system", "$/yr"
utility_bill_wo_sys, "Electricity bill without system", "$"

Note these additional monthly variables in utilityrate5 are essentially duplicates:

year1_monthly_use_wo_system, "Electricity use without system", "kWh/mo"
load, "Electricity load", "kWh/mo"

year1_monthly_electricity_to_grid, "Electricity to/from grid", "kWh/mo"
year1_monthly_use_w_system, "Electricity use with system", "kWh/mo" (negative of "Electricity to/from grid")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants