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

REopt GHP LCCA Analysis #153

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open

REopt GHP LCCA Analysis #153

wants to merge 16 commits into from

Conversation

tanushree04
Copy link
Contributor

@tanushree04 tanushree04 commented Sep 12, 2024

Resolves #154

Pull Request Description

This PR adds the following:

  • Adds methods to create input files for buildings and Ground Source Heat Pumps in a district to upload to the REopt API.

  • Adds methods to upload input files to the REopt API, run the financial metric analysis, and report output files back with the financial metrics to URBANopt.

  • These workflows can be tested using spec/tests/urbanopt_reopt_ghp_spec.rb

  • A reopt_ghp folder is created in the run directory of the URBANopt Scenario.

  • A reopt_ghp_inputs folder is created within ghte reopt_ghp folder, and contains the building and Ground Heat Exchanger input files created using these workflows. These files include information such as electricity consumption, URDB label, financial input defaults etc, as per the schema : lib/urbanopt/reopt/reopt_schema/reopt_output_schema.json

  • These input files are uploaded to the REopt API, which runs the financial analysis.

  • Post analysis, output files are created in a reopt_ghp_outputs folder within reopt_ghp. These output files contain financial metrics generated by the reopt analysis such as LCC, NPV, initial_capital_costs etc.. It also contains any errors or messages that were created during the analysis.

Checklist (Delete lines that don't apply)

  • Unit tests have been added or updated
  • Documentation has been modified appropriately
  • All ci tests pass (green)
  • An issue has been created (which will be used for the changelog)
  • This branch is up-to-date with develop

@tanushree04 tanushree04 changed the title Ghp lcca REopt GHP LCCA Analysis Sep 23, 2024
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.

Add workflows for REopt GHP LCCA analysis
1 participant