Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | NumAirLoops | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | NumOfZones | = | 0 | ||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | Zones |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(inout) | :: | ErrorsFound | |||
integer, | intent(inout) | :: | NumZones | |||
character(len=*), | ALLOCATABLE, DIMENSION(:) | :: | ZoneNames | |||
integer, | intent(inout) | :: | NumZoneLists | |||
type(ZoneListData), | ALLOCATABLE, DIMENSION(:) | :: | ZoneListNames |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | ZoneName | |||
character(len=*), | intent(in) | :: | LoadType | |||
real(kind=r64), | intent(in) | :: | CalcDesLoad | |||
real(kind=r64), | intent(in) | :: | UserDesLoad | |||
real(kind=r64), | intent(in) | :: | CalcDesFlow | |||
real(kind=r64), | intent(in) | :: | UserDesFlow | |||
character(len=*), | intent(in) | :: | DesDayName | |||
character(len=*), | intent(in) | :: | PeakHrMin | |||
real(kind=r64), | intent(in) | :: | PeakTemp | |||
real(kind=r64), | intent(in) | :: | PeakHumRat | |||
real(kind=r64), | intent(in) | :: | FloorArea | |||
real(kind=r64), | intent(in) | :: | TotOccs | |||
real(kind=r64), | intent(in) | :: | MinOAVolFlow |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | SysName | |||
character(len=*), | intent(in) | :: | VarDesc | |||
real(kind=r64), | intent(in) | :: | VarValue |