Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | NumZones | = | 0 | ||
integer, | public, | DIMENSION(:), ALLOCATABLE | :: | Zone | |||
integer, | public, | DIMENSION(:), ALLOCATABLE | :: | ActualZoneNumber |
TYPE AirLooptoZoneData ! Derived type for air loop connection to zones on air loop
INTEGER :: NumZones = 0
INTEGER, DIMENSION(:), ALLOCATABLE :: Zone
INTEGER, DIMENSION(:), ALLOCATABLE :: ActualZoneNumber
END TYPE AirLooptoZoneData