dm_block_write Interface

public interface dm_block_write

Generic derived type to block writer.


Module Procedures

private function block_write_data_point(data_point, unit) result(rc)

Writes data point in ASCII block format to file or standard output.

Arguments

Type IntentOptional Attributes Name
type(dp_type), intent(in) :: data_point

Data point type.

integer, intent(in), optional :: unit

File unit.

Return Value integer

private function block_write_data_points(data_points, unit) result(rc)

Writes observations to file or standard output.

Arguments

Type IntentOptional Attributes Name
type(dp_type), intent(in) :: data_points(:)

Data points array.

integer, intent(in), optional :: unit

File unit.

Return Value integer