tem_possible_variable_type Derived Type

type, public :: tem_possible_variable_type

Contains possible variable labels and their nComponents


Components

Type Visibility Attributes Name Initial
type(dyn_labelarray_type), public :: varName

Array of possible variable labels

type(grw_intarray_type), public :: nComponents

Number of components of variable in dynamic array of varName


Source Code

  type tem_possible_variable_type
    !> Array of possible variable labels
    type(dyn_labelArray_type) :: varName

    !> Number of components of variable in dynamic array of varName
    type(grw_intArray_type) :: nComponents
  end type tem_possible_variable_type