cable_output_define_stream Interface

interface

Interfaces for procedures used by cable_output_impl.


module subroutine cable_output_define_stream(output_stream, restart)

Arguments

Type IntentOptional Attributes Name
type(cable_output_stream_t), intent(inout) :: output_stream

The output stream to define.

logical, intent(in), optional :: restart

Whether this is a restart stream definition. Set to .false. by default.

Description

Defines all variables, dimensions and attributes for a given output stream.