-
Notifications
You must be signed in to change notification settings - Fork 66
v3.13.0 #646
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
v3.13.0 #646
Conversation
Also remove debug print statement
PV and Battery Cost Update, GHP Inputs, CapEx Constraints
|
@bpulluta I tagged you as a reviewer mainly for the PV and Battery Cost updates - not for the "add CapEx constraints" or the "add GHP inputs/outputs" related stuff. Those have already been reviewed. |
bpulluta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Bill-Becker, all of my internal tests are passing for me as it pertains to PV costs. The PV size classes seem to be working correctly on the API side.
no changes to suggest
PR:
Which was an aggregation of PRs:
This pull request introduces a series of enhancements and updates across multiple components of the REopt model. The changes include new features for financial and technology inputs, updates to default values, and the addition of new endpoints and migrations to support these features. Below is a summary of the most important changes grouped by theme:
Financial and Technology Inputs
min_initial_capital_costs_before_incentivesandmax_initial_capital_costs_before_incentivesto define capital cost constraints.ElectricStorageInputsfor fixed installation and replacement costs, and updated default values for cost parameters. [1] [2] [3]size_classinput toPVInputsfor categorizing PV systems, along with new cost-related outputs (installed_cost_per_kw,om_cost_per_kw).Ground Heat Pump (GHP) Enhancements
max_number_of_boreholes,max_ton) and load splitting (load_served_by_ghp).Code Updates and Endpoints
reoptjl/models.pyandvalidators.pyto support new GHP inputs and validate defaults./pv_cost_defaultsto retrieve PV cost defaults based on user inputs. [1] [2]Migrations
Miscellaneous Updates
PV.installed_cost_per_kw,PV.om_cost_per_kw, and electric storage cost parameters to reflect the latest cost data.These changes collectively improve the functionality, configurability, and accuracy of the REopt model, particularly for financial and technology-related analyses.