Skip to content

Commit

Permalink
Include ExistingBoiler calcs in proforma metrics even if zero-size in…
Browse files Browse the repository at this point in the history
… Optimal case
  • Loading branch information
Bill-Becker committed Feb 22, 2025
1 parent d6fe197 commit 5063f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/results/proforma.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function proforma_results(p::REoptInputs, d::Dict)

# calculate ExistingBoiler o+m costs (just fuel, no non-fuel operating costs currently)
# the optional installed_cost inputs assume net present cost so no option for MACRS or incentives
if "ExistingBoiler" in keys(d) && d["ExistingBoiler"]["size_mmbtu_per_hour"] > 0
if "ExistingBoiler" in keys(d)
fuel_cost = d["ExistingBoiler"]["year_one_fuel_cost_before_tax"]
m.fuel_cost_series += escalate_fuel(-1 * fuel_cost, p.s.financial.existing_boiler_fuel_cost_escalation_rate_fraction)
var_om = 0.0
Expand Down

0 comments on commit 5063f18

Please sign in to comment.