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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ Classify the change according to the following categories:
25
25
### Deprecated
26
26
### Removed
27
27
28
+
## add-cost-constraint
29
+
### Added
30
+
- Added new fields `min_initial_capital_costs_before_incentives` and `max_initial_capital_costs_before_incentives` which, when floating-point numbers are provided, provide upper and lower bounds on initial capital costs for all technologies. When active, this also warns the user that the problem may become infeasible when performed in combination with resilience requirements.
offgrid_other_capital_costs::Real = 0.0, # only applicable when `off_grid_flag` is true. Straight-line depreciation is applied to this capex cost, reducing taxable income.
22
-
offgrid_other_annual_costs::Real = 0.0 # only applicable when `off_grid_flag` is true. Considered tax deductible for owner. Costs are per year.
22
+
offgrid_other_annual_costs::Real = 0.0 # only applicable when `off_grid_flag` is true. Considered tax deductible for owner. Costs are per year.
23
+
min_initial_capital_costs_before_incentives::Union{Nothing,Real} = nothing # minimum up-front capital cost for all technologies, excluding replacement costs and incentives.
24
+
max_initial_capital_costs_before_incentives::Union{Nothing,Real} = nothing # maximum up-front capital cost for all technologies, excluding replacement costs and incentives.
offgrid_other_capital_costs::Real=0.0, # only applicable when `off_grid_flag` is true. Straight-line depreciation is applied to this capex cost, reducing taxable income.
96
100
offgrid_other_annual_costs::Real=0.0, # only applicable when `off_grid_flag` is true. Considered tax deductible for owner.
0 commit comments