Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(ZoneHumidityControls), | public, | ALLOCATABLE, DIMENSION(:) | :: | HumidityControlZone | |||
type(ZoneTempControls), | public, | ALLOCATABLE, DIMENSION(:) | :: | TempControlledZone | |||
type(ZoneComfortControls), | public, | ALLOCATABLE, DIMENSION(:) | :: | ComfortControlledZone | |||
type(TStatObject), | public, | ALLOCATABLE, DIMENSION(:) | :: | TStatObjects | |||
type(TStatObject), | public, | ALLOCATABLE, DIMENSION(:) | :: | ComfortTStatObjects | |||
type(TStatObject), | public, | ALLOCATABLE, DIMENSION(:) | :: | StagedTStatObjects | |||
type(ZoneSatgedControls), | public, | ALLOCATABLE, DIMENSION(:) | :: | StageControlledZone | |||
integer, | public | :: | NumTempControlledZones | = | 0 | ||
integer, | public | :: | NumHumidityControlZones | = | 0 | ||
integer, | public | :: | NumComfortControlledZones | = | 0 | ||
integer, | public | :: | NumTStatStatements | = | 0 | ||
integer, | public | :: | NumComfortTStatStatements | = | 0 | ||
integer, | public | :: | NumOpTempControlledZones | = | 0 | ||
integer, | public | :: | NumTempAndHumidityControlledZones | = | 0 | ||
logical, | public | :: | AnyOpTempControl | = | .FALSE. | ||
logical, | public | :: | AnyZoneTempAndHumidityControl | = | .FALSE. | ||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | StageZoneLogic | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:), SAVE | :: | OccRoomTSetPointHeat | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:), SAVE | :: | OccRoomTSetPointCool | |||
logical, | public | :: | GetZoneAirStatsInputFlag | = | .TRUE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
integer, | public | :: | ActualZoneNum | = | 0 | ||
character(len=MaxNameLength), | public | :: | ControlTypeSchedName | = | ' ' | ||
integer, | public | :: | CTSchedIndex | = | 0 | ||
integer, | public | :: | NumControlTypes | = | 0 | ||
character(len=MaxNameLength), | public, | DIMENSION(:), ALLOCATABLE | :: | ControlType | |||
character(len=MaxNameLength), | public, | DIMENSION(:), ALLOCATABLE | :: | ControlTypeName | |||
integer, | public, | DIMENSION(:), ALLOCATABLE | :: | ControlTypeSchIndx | |||
integer, | public | :: | SchIndx_SingleHeatSetPoint | = | 0 | ||
integer, | public | :: | SchIndx_SingleCoolSetPoint | = | 0 | ||
integer, | public | :: | SchIndx_SingleHeatCoolSetPoint | = | 0 | ||
integer, | public | :: | SchIndx_DualSetPointWDeadBand | = | 0 | ||
logical, | public | :: | ManageDemand | = | .FALSE. | ||
real(kind=r64), | public | :: | HeatingResetLimit | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolingResetLimit | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideHeatingSetpointOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSOverrideHeatingSetpointValue | = | 0.0D0 | ||
logical, | public | :: | EMSOverrideCoolingSetpointOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSOverrideCoolingSetpointValue | = | 0.0D0 | ||
logical, | public | :: | OperativeTempControl | = | .FALSE. | ||
logical, | public | :: | OpTempCntrlModeScheduled | = | .FALSE. | ||
real(kind=r64), | public | :: | FixedRadiativeFraction | = | 0.0d0 | ||
integer, | public | :: | OpTempRadiativeFractionSched | = | 0 | ||
real(kind=r64), | public | :: | ZoneOvercoolRange | = | 0.0d0 | ||
logical, | public | :: | ZoneOvercoolControl | = | .FALSE. | ||
logical, | public | :: | OvercoolCntrlModeScheduled | = | .FALSE. | ||
real(kind=r64), | public | :: | ZoneOvercoolConstRange | = | 0.0d0 | ||
integer, | public | :: | ZoneOvercoolRangeSchedIndex | = | 0 | ||
real(kind=r64), | public | :: | ZoneOvercoolControlRatio | = | 0.0d0 | ||
character(len=MaxNameLength), | public | :: | DehumidifyingSched | = | ' ' | ||
integer, | public | :: | DehumidifyingSchedIndex | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | ControlName | = | ' ' | ||
character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
character(len=MaxNameLength), | public | :: | HumidifyingSched | = | ' ' | ||
character(len=MaxNameLength), | public | :: | DehumidifyingSched | = | ' ' | ||
integer, | public | :: | ActualZoneNum | = | 0 | ||
integer, | public | :: | HumidifyingSchedIndex | = | 0 | ||
integer, | public | :: | DehumidifyingSchedIndex | = | 0 | ||
integer, | public | :: | ErrorIndex | = | 0 | ||
logical, | public | :: | EMSOverrideHumidifySetpointOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSOverrideHumidifySetpointValue | = | 0.0D0 | ||
logical, | public | :: | EMSOverrideDehumidifySetpointOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSOverrideDehumidifySetpointValue | = | 0.0D0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
integer, | public | :: | ActualZoneNum | = | 0 | ||
character(len=MaxNameLength), | public | :: | ControlTypeSchedName | = | ' ' | ||
integer, | public | :: | ComfortSchedIndex | = | 0 | ||
integer, | public | :: | NumControlTypes | = | 0 | ||
character(len=MaxNameLength), | public, | DIMENSION(:), ALLOCATABLE | :: | ControlType | |||
character(len=MaxNameLength), | public, | DIMENSION(:), ALLOCATABLE | :: | ControlTypeName | |||
integer, | public, | DIMENSION(:), ALLOCATABLE | :: | ControlTypeSchIndx | |||
integer, | public | :: | SchIndx_SglHeatSetPointFanger | = | 0 | ||
integer, | public | :: | SchIndx_SglCoolSetPointFanger | = | 0 | ||
integer, | public | :: | SchIndx_SglHCSetPointFanger | = | 0 | ||
integer, | public | :: | SchIndx_DualSetPointFanger | = | 0 | ||
integer, | public | :: | SchIndx_SglHeatSetPointPierce | = | 0 | ||
integer, | public | :: | SchIndx_SglCoolSetPointPierce | = | 0 | ||
integer, | public | :: | SchIndx_SglHCSetPointPierce | = | 0 | ||
integer, | public | :: | SchIndx_DualSetPointPierce | = | 0 | ||
integer, | public | :: | SchIndx_SglHeatSetPointKSU | = | 0 | ||
integer, | public | :: | SchIndx_SglCoolSetPointKSU | = | 0 | ||
integer, | public | :: | SchIndx_SglHCSetPointKSU | = | 0 | ||
integer, | public | :: | SchIndx_DualSetPointKSU | = | 0 | ||
logical, | public | :: | ManageDemand | = | .FALSE. | ||
real(kind=r64), | public | :: | HeatingResetLimit | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolingResetLimit | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideHeatingSetpointOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSOverrideHeatingSetpointValue | = | 0.0D0 | ||
logical, | public | :: | EMSOverrideCoolingSetpointOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSOverrideCoolingSetpointValue | = | 0.0D0 | ||
real(kind=r64), | public | :: | TdbMaxSetPoint | = | 50.0d0 | ||
real(kind=r64), | public | :: | TdbMinSetPoint | = | 0.0d0 | ||
character(len=MaxNameLength), | public | :: | AverageMethodName | = | 'PEOPLE AVERGAE' | ||
character(len=MaxNameLength), | public | :: | AverageObjectName | = | ' ' | ||
integer, | public | :: | AverageMethodNum | = | 0 | ||
integer, | public | :: | SpecificObjectNum | = | 0 | ||
integer, | public | :: | PeopleAverageErrIndex | = | 0 | ||
integer, | public | :: | TdbMaxErrIndex | = | 0 | ||
integer, | public | :: | TdbMinErrIndex | = | 0 | ||
integer, | public | :: | TdbHCErrIndex | = | 0 | ||
integer, | public | :: | TdbDualMaxErrIndex | = | 0 | ||
integer, | public | :: | TdbDualMinErrIndex | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
integer, | public | :: | ActualZoneNum | = | 0 | ||
character(len=MaxNameLength), | public | :: | HeatSetBaseSchedName | = | ' ' | ||
integer, | public | :: | HSBchedIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | CoolSetBaseSchedName | = | ' ' | ||
integer, | public | :: | CSBchedIndex | = | 0 | ||
integer, | public | :: | NumOfHeatStages | = | 0 | ||
integer, | public | :: | NumOfCoolStages | = | 0 | ||
real(kind=r64), | public | :: | HeatThroRange | = | 0.0 | ||
real(kind=r64), | public | :: | CoolThroRange | = | 0.0 | ||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | HeatTOffset | |||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | CoolTOffset | |||
real(kind=r64), | public | :: | HeatSetpoint | = | 0.0 | ||
real(kind=r64), | public | :: | CoolSetpoint | = | 0.0 | ||
integer, | public | :: | StageErrCount | = | 0 | ||
integer, | public | :: | StageErrIndex | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | ZoneOrZoneListPtr | = | 0 | ||
integer, | public | :: | NumOfZones | = | 0 | ||
integer, | public | :: | TempControlledZoneStartPtr | = | 0 | ||
integer, | public | :: | ComfortControlledZoneStartPtr | = | 0 | ||
integer, | public | :: | StageControlledZoneStartPtr | = | 0 | ||
logical, | public | :: | ZoneListActive | = | .false. |