We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34245d2 commit eed9ec3Copy full SHA for eed9ec3
1 file changed
src/core/wind.jl
@@ -28,7 +28,7 @@
28
utility_rebate_max = 1.0e10,
29
production_incentive_per_kwh::Float64 = 0.0 # revenue from production incentive per kWh electricity produced, including curtailment
30
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
+ production_incentive_years::Int = 1 # number of year in which production incentives are paid
32
production_incentive_max_kw::Float64 = 1.0e9 # maximum allowable system size to receive production incentives
33
can_net_meter = true,
34
can_wholesale = true,
0 commit comments