TYPE, PUBLIC :: ConstructionDataFD
CHARACTER(len=MaxNameLength), ALLOCATABLE, DIMENSION(:) :: Name ! Name of construction
REAL(r64), ALLOCATABLE, DIMENSION(:) :: DelX !
REAL(r64), ALLOCATABLE, DIMENSION(:) :: TempStability
REAL(r64), ALLOCATABLE, DIMENSION(:) :: MoistStability
Integer, ALLOCATABLE, DIMENSION(:) :: NodeNumPoint !
! INTEGER, ALLOCATABLE, DIMENSION(:) :: InterfaceNodeNums ! Layer interfaces occur at these nodes
REAL(r64), ALLOCATABLE, DIMENSION(:) :: Thickness
REAL(r64), ALLOCATABLE, DIMENSION(:) :: NodeXlocation ! sized to TotNode, contains X distance in m from outside face
INTEGER :: TotNodes=0
Integer :: DeltaTime=0
END TYPE ConstructionDataFD