tem_reduction_transient_config_type Derived Type

type, public :: tem_reduction_transient_config_type

Contains transient reduction info loaded from variable table for reduction_transient operation kind


Components

Type Visibility Attributes Name Initial
character(len=labelLen), public :: reduceType

Type of time reduction operation

integer, public :: nRecord = 0

number of interations to record


Source Code

  type tem_reduction_transient_config_type
    !> Type of time reduction operation
    character(len=labelLen) :: reduceType

    !> number of interations to record
    integer :: nRecord = 0
  end type tem_reduction_transient_config_type