TYPE CoilCreditData !used to sum impact of all coils within a zone
REAL(r64) :: LatCreditToZoneRate = 0.0d0 ! Net latent credit to zone on sys time step from coil (W)
REAL(r64) :: LatCreditToZoneEnergy = 0.0d0
REAL(r64) :: LatKgPerS_ToZoneRate = 0.0d0 ! Latent water to zone on sys time step from coils, neg when water removed (kg/s)
REAL(r64) :: SenCreditToZoneRate = 0.0d0 ! Net sensible credit to zone on sys time step from coil (W)
REAL(r64) :: SenCreditToZoneEnergy = 0.0d0
REAL(r64) :: ReportH20RemovedKgPerS_FromZoneRate = 0.0d0 ! same but positive for reporting purposes (kg/s)
REAL(r64) :: ReportLatCreditToZoneRate = 0.0d0 ! Positive for reporting Net latent credit to zone on sys time step from coil (W)
REAL(r64) :: ReportLatCreditToZoneEnergy = 0.0d0
REAL(r64) :: ReportHeatingToZoneRate = 0.0d0 ! Positive for reporting Net sensible credit to zone on sys time step from coil (W)
REAL(r64) :: ReportHeatingToZoneEnergy = 0.0d0
REAL(r64) :: ReportSenCoolingToZoneRate = 0.0d0 ! Positive for reporting Net sensible credit to zone on sys time step from coil (W)
REAL(r64) :: ReportSenCoolingToZoneEnergy = 0.0d0
REAL(r64) :: ReportTotCoolingToZoneRate = 0.0d0 ! Positive for reporting Net total cooling credit to zone from chillers (W)
REAL(r64) :: ReportTotCoolingToZoneEnergy = 0.0d0
END TYPE CoilCreditData