TYPE ZoneComfortFangerControlType
CHARACTER(len=MaxNameLength) :: Name =' ' ! Name of the zone
CHARACTER(len=MaxNameLength) :: PMVSchedName =' ' ! Name of the schedule which determines the zone temp setpoint
INTEGER :: PMVSchedIndex =0 ! Index to PMV dual set point schedule
CHARACTER(len=MaxNameLength) :: HeatPMVSetptSchedName=' ' ! Name of PMV heating set point schedule
INTEGER :: HeatPMVSchedIndex =0 ! Index to PMV heating set point schedule
CHARACTER(len=MaxNameLength) :: CoolPMVSetptSchedName=' ' ! Name of PMV cooling set point schedule
INTEGER :: CoolPMVSchedIndex =0 ! INdex to PMV cooling set point schedule
END TYPE ZoneComfortFangerControlType