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

Optionally calculate simple utility bills #984

Merged
merged 23 commits into from
Sep 9, 2022

Conversation

joseph-robertson
Copy link
Contributor

@joseph-robertson joseph-robertson commented Sep 1, 2022

Pull Request Description

Closes #890.

Similar to emissions section in yml, use:

    utility_bills:
      - scenario_name: Net Metering w/ Wholesale Excess Rate
        elec_fixed_charge: 10.0
        elec_marginal_rate: 0.12
        ...
      - scenario_name: Net Metering w/ Retail Excess Rate
        ...
      - scenario_name: Feed-In Tariff
      ...

TODO:

Checklist

Not all may apply:

  • Tests (and test files) have been updated
  • Documentation has been updated
  • Changelog has been updated
  • openstudio tasks.rb update_measures has been run
  • No unexpected regression test changes on CI (checked comparison artifacts)

@joseph-robertson joseph-robertson marked this pull request as ready for review September 8, 2022 15:52
@joseph-robertson joseph-robertson merged commit e2d16cd into develop Sep 9, 2022
@joseph-robertson joseph-robertson deleted the simple-bill-calcs branch September 9, 2022 23:17
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.

Calculate simple utility bills (enhancements)
1 participant