Skip to content

Billing demand ratchets for energy charges#580

Merged
brtietz merged 16 commits into
developfrom
ratchet_demand_charges
Jun 1, 2021
Merged

Billing demand ratchets for energy charges#580
brtietz merged 16 commits into
developfrom
ratchet_demand_charges

Conversation

@brtietz

@brtietz brtietz commented May 26, 2021

Copy link
Copy Markdown
Collaborator

@cpaulgilman

Copy link
Copy Markdown
Collaborator

Looks good so far. I'm making a few tweaks and fixes to the UI form that I will commit tomorrow 5/26/2021. -- Paul.

@mjprilliman mjprilliman 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.

LGTM

@sjanzou sjanzou 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.

@cpaulgilman

cpaulgilman commented May 28, 2021

Copy link
Copy Markdown
Collaborator

@sjanzou This is a good point about compatibility with the URDB. The Georgia Power Co PLS-11 rate @brtietz linked to above has the billing demand for energy charges where the kW in the kWh/kW rate is adjusted based on a table of monthly percentages and a lookback period. The URDB data structure does not have a place to store that information, so to model it properly in SAM, you would download the rate, and then manually enter the billing demand for energy charges inputs.

The rates in your list all have kWh/kW units for energy charges, but you can't tell from the URDB listing whether they involve monthly kW adjustments over a lookback period.

The URDB does have a lookback months table with a single percentage for demand charges, but not for kWh/kW energy charges. That table for demand charges only allows for a single percentage, not a percentage by month.

@brtietz

brtietz commented May 28, 2021

Copy link
Copy Markdown
Collaborator Author

@sjanzou Thanks for suggesting some additional rates to test with. The Duke rate https://openei.org/apps/IURDB/rate/view/5e67afd55457a3e509174f6a#1__Basic_Information could be represented as follows:

image

which successfully elevates the billing demand with system:

image

As Paul said, these aren't represent-able in the current URDB, since the existing demand percentages are on the demand page.

Some of the older rates use a rate structure where they have a kWh/kW tier after a kWh tier - I was under the impression this was no longer supported and that kWh/kW has to be the first tier. Should I add a notice for this type of rate?

Similarly for the kWh/hp rate - SAM does not support those units, but there is no indication to the user (that I can see). Do we need to make this more obvious?

Happy to handle the first case in this PR, but I feel like the second one is a separate PR.

@sjanzou

sjanzou commented May 29, 2021

Copy link
Copy Markdown
Collaborator

@brtietz, I think okay to merge and add messages for unsupported rates. Also, we do have kWh/kW daily and kWh daily units in the table but I did not find any IURDB rates with those units. Maybe we can set up a spreadsheet and test to validate or discuss further with SoCo.

@brtietz brtietz merged commit 2f0ee0e into develop Jun 1, 2021
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.

4 participants