Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | private, | parameter | :: | MinAirMassFlow | = | 0.001d0 | |
integer, | private, | parameter | :: | On | = | 1 | |
integer, | private, | parameter | :: | Off | = | 0 | |
integer, | private, | parameter | :: | DehumidControl_None | = | 0 | |
integer, | private, | parameter | :: | DehumidControl_Multimode | = | 1 | |
integer, | private, | parameter | :: | DehumidControl_CoolReheat | = | 2 | |
logical, | private, | SAVE | :: | GetInputFlag | = | .True. | |
integer, | private, | parameter | :: | OffMode | = | 0 | |
integer, | private, | parameter | :: | CoolingOnlyMode | = | 1 | |
integer, | private, | parameter | :: | CoolingAndChargeMode | = | 2 | |
integer, | private, | parameter | :: | CoolingAndDischargeMode | = | 3 | |
integer, | private, | parameter | :: | ChargeOnlyMode | = | 4 | |
integer, | private, | parameter | :: | DischargeOnlyMode | = | 5 | |
integer, | private | :: | NumDXSystem | = | 0 | ||
logical, | private | :: | EconomizerFlag | = | .FALSE. | ||
type(DXCoolingConditions), | private, | ALLOCATABLE, DIMENSION(:) | :: | DXCoolingSystem | |||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | DXCoolingSystemType | = | ' ' | ||
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | SchedPtr | = | 0 | ||
character(len=MaxNameLength), | public | :: | CoolingCoilType | = | ' ' | ||
integer, | public | :: | CoolingCoilType_Num | = | 0 | ||
character(len=MaxNameLength), | public | :: | CoolingCoilName | = | ' ' | ||
integer, | public | :: | CoolingCoilIndex | = | 0 | ||
integer, | public | :: | DXCoolingCoilInletNodeNum | = | 0 | ||
integer, | public | :: | DXCoolingCoilOutletNodeNum | = | 0 | ||
integer, | public | :: | DXSystemControlNodeNum | = | 0 | ||
real(kind=r64), | public | :: | DesiredOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesiredOutletHumRat | = | 1.0d0 | ||
real(kind=r64), | public | :: | PartLoadFrac | = | 0.0d0 | ||
real(kind=r64), | public | :: | SpeedRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | CycRatio | = | 0.0d0 | ||
logical, | public | :: | RunOnSensibleLoad | = | .true. | ||
logical, | public | :: | RunOnLatentLoad | = | .false. | ||
integer, | public | :: | DehumidControlType | = | 0 | ||
integer, | public | :: | DehumidificationMode | = | 0 | ||
integer, | public | :: | FanOpMode | = | 0 | ||
integer, | public | :: | HXAssistedSensPLRIter | = | 0 | ||
integer, | public | :: | HXAssistedSensPLRIterIndex | = | 0 | ||
integer, | public | :: | HXAssistedSensPLRFail | = | 0 | ||
integer, | public | :: | HXAssistedSensPLRFailIndex | = | 0 | ||
integer, | public | :: | HXAssistedSensPLRFail2 | = | 0 | ||
integer, | public | :: | HXAssistedSensPLRFailIndex2 | = | 0 | ||
integer, | public | :: | HXAssistedLatPLRIter | = | 0 | ||
integer, | public | :: | HXAssistedLatPLRIterIndex | = | 0 | ||
integer, | public | :: | HXAssistedLatPLRFail | = | 0 | ||
integer, | public | :: | HXAssistedLatPLRFailIndex | = | 0 | ||
integer, | public | :: | HXAssistedCRLatPLRIter | = | 0 | ||
integer, | public | :: | HXAssistedCRLatPLRIterIndex | = | 0 | ||
integer, | public | :: | HXAssistedCRLatPLRFail | = | 0 | ||
integer, | public | :: | HXAssistedCRLatPLRFailIndex | = | 0 | ||
integer, | public | :: | HXAssistedCRLatPLRFail2 | = | 0 | ||
integer, | public | :: | HXAssistedCRLatPLRFailIndex2 | = | 0 | ||
integer, | public | :: | DXCoilSensPLRIter | = | 0 | ||
integer, | public | :: | DXCoilSensPLRIterIndex | = | 0 | ||
integer, | public | :: | DXCoilSensPLRFail | = | 0 | ||
integer, | public | :: | DXCoilSensPLRFailIndex | = | 0 | ||
integer, | public | :: | DXCoilLatPLRIter | = | 0 | ||
integer, | public | :: | DXCoilLatPLRIterIndex | = | 0 | ||
integer, | public | :: | DXCoilLatPLRFail | = | 0 | ||
integer, | public | :: | DXCoilLatPLRFailIndex | = | 0 | ||
integer, | public | :: | MSpdSensPLRIter | = | 0 | ||
integer, | public | :: | MSpdSensPLRIterIndex | = | 0 | ||
integer, | public | :: | MSpdCycSensPLRIter | = | 0 | ||
integer, | public | :: | MSpdCycSensPLRIterIndex | = | 0 | ||
integer, | public | :: | MSpdLatPLRIter | = | 0 | ||
integer, | public | :: | MSpdLatPLRIterIndex | = | 0 | ||
integer, | public | :: | MSpdCycLatPLRIter | = | 0 | ||
integer, | public | :: | MSpdCycLatPLRIterIndex | = | 0 | ||
integer, | public | :: | MModeSensPLRIter | = | 0 | ||
integer, | public | :: | MModeSensPLRIterIndex | = | 0 | ||
integer, | public | :: | MModeLatPLRIter | = | 0 | ||
integer, | public | :: | MModeLatPLRIterIndex | = | 0 | ||
integer, | public | :: | MModeLatPLRIter2 | = | 0 | ||
integer, | public | :: | MModeLatPLRIterIndex2 | = | 0 | ||
real(kind=r64), | public | :: | OAUnitSetTemp | = | 0.0d0 | ||
logical, | public | :: | ISHundredPercentDOASDXCoil | = | .false. | ||
real(kind=r64), | public | :: | DOASDXCoolingCoilMinTout | = | 0.0d0 | ||
integer, | public | :: | FrostControlStatus | = | 0 | ||
integer, | public | :: | SpeedNum | = | 0 | ||
integer, | public | :: | TESOpMode | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | SpeedRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | SpeedRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | CycRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | CycRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | SpeedRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | SpeedRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | DXCoolingSystemName | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
integer, | intent(in) | :: | AirLoopNum | |||
integer, | intent(inout) | :: | CompIndex | |||
integer, | intent(in), | optional | :: | OAUnitNum | ||
real(kind=r64), | intent(in), | optional | :: | OAUCoilOutTemp | ||
real(kind=r64), | intent(inout), | optional | :: | QTotOut |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | DXSystemNum | |||
integer, | intent(in) | :: | AirLoopNum | |||
integer, | intent(in), | optional | :: | OAUnitNum | ||
real(kind=r64), | intent(in), | optional | :: | OAUCoilOutTemp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | DXSystemNum | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
logical, | intent(inout) | :: | HXUnitOn |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | DXSystemNum | |||
real(kind=r64), | intent(inout) | :: | TempSetPoint | |||
real(kind=r64), | intent(inout) | :: | HumRatSetPoint | |||
real(kind=r64), | intent(in) | :: | BaroPress | |||
real(kind=r64), | intent(in) | :: | TfrostControl | |||
integer, | intent(in) | :: | ControlMode |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=MaxNameLength), | intent(in) | :: | DXCoilSysName |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=MaxNameLength), | intent(in) | :: | DXCoilSysName | |||
integer, | intent(inout) | :: | CoolCoilType | |||
integer, | intent(inout) | :: | CoolCoilIndex | |||
character(len=MaxNameLength), | intent(inout) | :: | CoolCoilName | |||
logical, | intent(inout) | :: | ErrFound |