dm_block_write Interface

public interface dm_block_write

Generic derived type to block writer.


Module Procedures

private function block_write_dp(dp, 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) :: dp

Data point type.

integer, intent(in), optional :: unit

File unit.

Return Value integer

private function block_write_dps(dps, unit) result(rc)

Writes observations to file or standard output.

Arguments

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

Data points array.

integer, intent(in), optional :: unit

File unit.

Return Value integer