Skip to content

Commit eed9ec3

Browse files
committed
Update wind.jl
1 parent 34245d2 commit eed9ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/wind.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
utility_rebate_max = 1.0e10,
2929
production_incentive_per_kwh::Float64 = 0.0 # revenue from production incentive per kWh electricity produced, including curtailment
3030
production_incentive_max_benefit::Float64 = 1.0e9 # maximum allowable annual revenue from production incentives
31-
production_incentive_years::Int = 0 # number of year in which production incentives are paid
31+
production_incentive_years::Int = 1 # number of year in which production incentives are paid
3232
production_incentive_max_kw::Float64 = 1.0e9 # maximum allowable system size to receive production incentives
3333
can_net_meter = true,
3434
can_wholesale = true,

0 commit comments

Comments
 (0)