Type WholeBuildingElectricPowerSummary
CHARACTER(len=MaxNameLength) :: Name = 'Whole Building'
REAL(r64) :: ElectricityProd = 0.0D0 ! Current Electric Produced from Equipment (J)
REAL(r64) :: ElectProdRate = 0.0D0 ! Current Electric Production Rate from Equipment (W)
REAL(r64) :: ElectricityPurch = 0.0D0 ! Current Purchased Electric (J)
REAL(r64) :: ElectPurchRate = 0.0D0 ! Current Electric Purhcased Rate (W)
REAL(r64) :: ElectSurplusRate = 0.0D0 ! Current excess power (W)
REAL(r64) :: ElectricitySurplus = 0.0D0 ! Current excess energy (J)
REAL(r64) :: ElectricityNetRate = 0.0D0 ! Net elect rate, + is Purchased, - is Surplus (W)
REAL(r64) :: ElectricityNet = 0.0D0 ! Net energy, + is Purchased, - is Surplus (J)
REAL(r64) :: TotalBldgElecDemand = 0.0D0 ! Current Total Building Electric Demand (W)
REAL(r64) :: TotalHVACElecDemand = 0.0D0 ! Current Total HVAC Electric Demand (W)
REAL(r64) :: TotalElectricDemand = 0.0D0 ! Current Total Electric Demand (W)
REAL(r64) :: ElecProducedPVRate = 0.0D0 ! Current Rate of PV Produced from the Arrays (W)
REAL(r64) :: ElecProducedWTRate = 0.0D0 ! Current Rate of Wind Turbine Produced (W)
end type WholeBuildingElectricPowerSummary