Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | SurfPtr | = | 0 | ||
integer, | public | :: | ConstrPtr | = | 0 | ||
integer, | public | :: | NumOfSched | = | 0 | ||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | SchedPtrs |
TYPE FenestrationSolarAbsorbed
CHARACTER(len=MaxNameLength) :: Name = ' ' !
INTEGER :: SurfPtr = 0 ! surface pointer
INTEGER :: ConstrPtr = 0 ! construction pointer
INTEGER :: NumOfSched = 0 ! number of scheduled layers
INTEGER, ALLOCATABLE, DIMENSION(:) ::SchedPtrs ! pointer to schedules for each layer in construction
END TYPE FenestrationSolarAbsorbed