type_time_control_simulation_period Derived Type

type, public :: type_time_control_simulation_period


Inherited by

type~~type_time_control_simulation_period~~InheritedByGraph type~type_time_control_simulation_period type_time_control_simulation_period type~type_time_control type_time_control type~type_time_control->type~type_time_control_simulation_period simulation_period type~type_conditions type_conditions type~type_conditions->type~type_time_control time_control type~type_input type_input type~type_input->type~type_conditions conditions

Components

Type Visibility Attributes Name Initial
real(kind=real64), public :: end
real(kind=real64), public :: start
character(len=:), public, allocatable :: unit

Source Code

    type :: type_time_control_simulation_period
        character(:), allocatable :: unit
        real(real64) :: start
        real(real64) :: end
    end type type_time_control_simulation_period