cable_output_profile_t Derived Type

type, private :: cable_output_profile_t


Components

Type Visibility Attributes Name Initial
real, public :: previous_write_time = 0.0
integer, public :: frame = 0
class(cable_netcdf_file_t), public, allocatable :: output_file
type(cable_output_variable_t), public, allocatable :: output_variables(:)
type(aggregator_handle_t), public, allocatable :: aggregators_accumulate_time_step(:)
type(aggregator_handle_t), public, allocatable :: aggregators_accumulate_daily(:)