Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | TempSchedName | = | ' ' | ||
integer, | public | :: | TempSchedIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | HeatTempSetptSchedName | = | ' ' | ||
integer, | public | :: | HeatTempSchedIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | CoolTempSetptSchedName | = | ' ' | ||
integer, | public | :: | CoolTempSchedIndex | = | 0 |
TYPE ZoneTempControlType
CHARACTER(len=MaxNameLength) :: Name =' ' ! Name of the zone
CHARACTER(len=MaxNameLength) :: TempSchedName =' ' ! Name of the schedule which determines the zone temp setpoint
INTEGER :: TempSchedIndex =0
CHARACTER(len=MaxNameLength) :: HeatTempSetptSchedName=' '
INTEGER :: HeatTempSchedIndex =0
CHARACTER(len=MaxNameLength) :: CoolTempSetptSchedName=' '
INTEGER :: CoolTempSchedIndex =0
END TYPE ZoneTempControlType