You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing a max tier from 1e38 to 100 in the default commercial model leads to negative bill savings with net billing
To Reproduce
Steps to reproduce the behavior:
Load a behind the meter model
Set the compensation for distributed generation to net billing
Set a maximum tier to 100 kWh (or something lower than the month's usage
Run simulation
The bill savings are negative
Expected behavior
The utility rates module should throw an error in this situation, as the maximum tier is unspecified.
Screenshots
Rate table that causes the error:
Bogus bill savings:
Operating System and Version
OS: Windows
Version: Patch candidate 2023.12.17r2
Additional context
I'm fine with deferring this to the release, as it falls more into the category of "better handling of user errors" and is not a bug with a valid utility rate
The text was updated successfully, but these errors were encountered:
From 9/25 SAM meeting: every period should have a tier with infinite usage. 1e38 comes from floats: possible need to switch to inf in the UI (separate issue).
Describe the bug
Changing a max tier from 1e38 to 100 in the default commercial model leads to negative bill savings with net billing
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The utility rates module should throw an error in this situation, as the maximum tier is unspecified.
Screenshots
Rate table that causes the error:
Bogus bill savings:
Operating System and Version
Additional context
I'm fine with deferring this to the release, as it falls more into the category of "better handling of user errors" and is not a bug with a valid utility rate
The text was updated successfully, but these errors were encountered: