Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
real(kind=r64), | public | :: | AreaCol | = | 0.0D0 | ||
real(kind=r64), | public | :: | ActiveFraction | = | 0.0D0 | ||
integer, | public | :: | EfficencyInputMode | = | 0 | ||
integer, | public | :: | EffSchedPtr | = | 0 | ||
real(kind=r64), | public | :: | PVEfficiency | = | 0.0D0 |
TYPE SimplePVParamsStruct
CHARACTER(len=MaxNameLength) :: Name=' ' ! name as identified in Sandia database
REAL(r64) :: AreaCol = 0.0D0 ! effective area of solar collection
REAL(r64) :: ActiveFraction =0.0D0 ! fraction of parent surface that has active solar cells
INTEGER :: EfficencyInputMode = 0 ! to schedule or not
INTEGER :: EffSchedPtr =0 ! index pointer for efficiency schedule
REAL(r64) :: PVEfficiency =0.0D0 ! fixed or current PV efficiency
END TYPE SimplePVParamsStruct