File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,9 +266,9 @@ function run_ssc(case_data::Dict)
266
266
thermal_production_norm = thermal_production .* tcf ./ rated_power
267
267
end
268
268
if model in [" mst" ," ptc" ," lf" ]
269
- println (" Total thermal energy collected: " * string (round (sum (thermal_power_produced ),digits= 2 )) * " MWht." )
269
+ println (" Total thermal energy collected: " * string (round (sum (thermal_production ),digits= 2 )) * " MWht." )
270
270
elseif model in [" swh_evactube" ," swh_flatplate" ]
271
- println (" Total thermal energy collected: " * string (round (sum (thermal_power_produced ),digits= 2 )) * " kWht." )
271
+ println (" Total thermal energy collected: " * string (round (sum (thermal_production ),digits= 2 )) * " kWht." )
272
272
end
273
273
electric_consumption_norm = zeros (8760 ) # elec_consumption .* ecf ./ rated_power
274
274
# R[k] = response_norm
You can’t perform that action at this time.
0 commit comments