Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 committed Dec 13, 2023
1 parent 7f65bcd commit 438bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write_outputs/write_net_revenue.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function write_net_revenue(path::AbstractString, inputs::Dict, setup::Dict, EP::
# Add investment cost to the dataframe
dfNetRevenue.Inv_cost_MW = dfGen[!,:Inv_Cost_per_MWyr] .* dfCap[1:G,:NewCap]
dfNetRevenue.Inv_cost_MWh = dfGen[!,:Inv_Cost_per_MWhyr] .* dfCap[1:G,:NewEnergyCap]
dfNetRevenue.Inv_cost_charge_MWh = dfGen[!,:Inv_Cost_per_MWhyr] .* dfCap[1:G,:NewChargeCap]
dfNetRevenue.Inv_cost_charge_MW = dfGen[!,:Inv_Cost_Charge_per_MWyr] .* dfCap[1:G,:NewChargeCap]

if !isempty(VRE_STOR)
# Doesn't include charge capacities
Expand Down

0 comments on commit 438bf84

Please sign in to comment.