shr_exp_item_t Derived Type

type, public :: shr_exp_item_t


Components

Type Visibility Attributes Name Initial
character(len=64), public :: name
character(len=64), public, pointer :: vars(:) => null()
real(kind=r8), public, pointer :: coeffs(:) => null()
integer, public :: n_terms = 0
type(shr_exp_item_t), public, pointer :: next_item => null()