We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f57df7 commit cee244aCopy full SHA for cee244a
1 file changed
src/core/generator.jl
@@ -9,7 +9,7 @@
9
installed_cost_per_kw::Real = off_grid_flag ? 880 : only_runs_during_grid_outage ? 650.0 : 800.0,
10
om_cost_per_kw::Real = off_grid_flag ? 10.0 : 20.0,
11
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
+ om_cost_per_hr_per_kw_rated::Float64 = 0.0, # Generator non-fuel variable operations and maintenance costs in \$/hr/kw_rated
13
fuel_cost_per_gallon::Real = 2.25,
14
electric_efficiency_full_load::Real = 0.322,
15
electric_efficiency_half_load::Real = electric_efficiency_full_load,
0 commit comments