tem_possible_variable_type Derived Type

type, public :: tem_possible_variable_type

Contains possible variable labels and their nComponents


Inherits

type~~tem_possible_variable_type~~InheritsGraph type~tem_possible_variable_type tem_possible_variable_type type~dyn_labelarray_type dyn_labelarray_type type~tem_possible_variable_type->type~dyn_labelarray_type varName type~grw_intarray_type grw_intarray_type type~tem_possible_variable_type->type~grw_intarray_type 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