StateVariable_strand_t Derived Type

type, public :: StateVariable_strand_t


Inherited by

type~~statevariable_strand_t~~InheritedByGraph type~statevariable_strand_t StateVariable_strand_t type~strand_t strand_t type~strand_t->type~statevariable_strand_t StVar, StVarOld, StVarOld2, StVarOld3, StVarOld4, StVarOld5, StVarOld6

Components

Type Visibility Attributes Name Initial
real(kind=dp), public, allocatable :: SCtemp(:)

Temperature of composite strand


Source Code

    type StateVariable_strand_t
        real(dp), allocatable :: SCtemp(:) !! Temperature of composite strand
    end type StateVariable_strand_t