Skip to content

Commit cee244a

Browse files
committed
Update generator.jl
1 parent 9f57df7 commit cee244a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/generator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
installed_cost_per_kw::Real = off_grid_flag ? 880 : only_runs_during_grid_outage ? 650.0 : 800.0,
1010
om_cost_per_kw::Real = off_grid_flag ? 10.0 : 20.0,
1111
om_cost_per_kwh::Real = 0.0,
12-
om_cost_per_hr_per_kw_rated::Float64 = 0.0 # Generator non-fuel variable operations and maintenance costs in \$/hr/kw_rated
12+
om_cost_per_hr_per_kw_rated::Float64 = 0.0, # Generator non-fuel variable operations and maintenance costs in \$/hr/kw_rated
1313
fuel_cost_per_gallon::Real = 2.25,
1414
electric_efficiency_full_load::Real = 0.322,
1515
electric_efficiency_half_load::Real = electric_efficiency_full_load,

0 commit comments

Comments
 (0)