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

Additional outputs for customers, utility, IPP, and DER aggregator #35

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

elainethale
Copy link
Contributor

No description provided.

@elainethale elainethale requested a review from Nongchao December 10, 2024 00:28
Comment on lines +1139 to +1143
Payment_after_PVOnly = make_keyed_array(model_data.index_z, model_data.index_h)
NetProfit_PV_only = make_keyed_array(model_data.index_z, model_data.index_h)
for z in model_data.index_z, h in model_data.index_h
# value of distributed generation (offset load)
NetProfit_PV_only(z, h, :) .=
Payment_after_PVOnly(z, h, :) .=
# value of distributed generation (offset load)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This calculation for Payment_after_PVOnly is incorrect. Actual value is Payment_before_PVStor MINUS the value calculated here.

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

Successfully merging this pull request may close these issues.

1 participant