Excess gen credit options#382
Conversation
… handle necessary components like rolling over the credits to year 2.
…ding accross years
|
Hi Brian, This looks good from the user interface perspective. I did some tests changing the month for credit rollover, and tried the new "Apply credits to future bills" options, and things are working and generating results that at least make intuitive sense. A couple of thoughts:
I approve the pull request -- these questions could be addressed in modifications to the code after this is merged into Develop. I also changed the milestone to SAM 2021 -- That's our code name for the Fall 2020 (DOE FY2021) version. Thanks, |
|
Thanks for the review! For (1) how is this new output different from "Excess generation credit $ credit applied"? Ah, for (2) I was going off of "You can leave the credit on your bill to apply toward future energy charges or contact PG&E to request a check.” from https://www.pge.com/en_US/small-medium-business/energy-alternatives/private-solar/understand-your-solar-bill/net-surplus-compensation.page Your interpretation of the bill not going below 0 makes sense. I'll try to get a sense of how long that change will take, since I feel like it's important to the battery dispatch project. |
|
I think "Excess generation credit $ credit applied" are the monthly rollover credits for the "Net energy metering with $ credits." For the "Net energy metering" option, the credits are in kWh, so it is zero for all months unless there is an end-of-metering-period credit. However, for the Net metering with $ credits option, it would store both the monthly credit and the end-of-period value, so would make it harder for users to check that the value is being calculated as they expect. It's a small detail, but might be nice to have that value reported separately. I think it is fine for SAM to model the "request a check" option for now. I'm sure users will request the other option, but we can implement that later. Thanks, |
Implements two out of three enhancements in NatLabRockies/SAM#16. Adds two new variables to cmod_utilityrate5:
Note that annual minimums are still calculated at the end of December. This matches the assumption for some utilities where that is assessed 12 months after the PV interconnection (PG&E). If we find an example of a utility with an annual minimum applied to a month besides Dec, or allow SAM to start simulation on a date other than Jan 1st, this will need to change.
Paired with SAM pull request NatLabRockies/SAM#324
Currently contains code from #377 as well. It might be easier to review that one first. This contains additional tests for the new configurations.