diff --git a/src/core/cst_ssc.jl b/src/core/cst_ssc.jl index f8fd745ed..cd2c79013 100644 --- a/src/core/cst_ssc.jl +++ b/src/core/cst_ssc.jl @@ -266,9 +266,9 @@ function run_ssc(case_data::Dict) thermal_production_norm = thermal_production .* tcf ./ rated_power end if model in ["mst","ptc","lf"] - println("Total thermal energy collected: " * string(round(sum(thermal_power_produced),digits=2)) * " MWht.") + println("Total thermal energy collected: " * string(round(sum(thermal_production),digits=2)) * " MWht.") elseif model in ["swh_evactube","swh_flatplate"] - println("Total thermal energy collected: " * string(round(sum(thermal_power_produced),digits=2)) * " kWht.") + println("Total thermal energy collected: " * string(round(sum(thermal_production),digits=2)) * " kWht.") end electric_consumption_norm = zeros(8760) #elec_consumption .* ecf ./ rated_power # R[k] = response_norm