Generic derived type to block writer.
Writes data point in ASCII block format to file or standard output.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dp_type), | intent(in) | :: | data_point | Data point type. | ||
| integer, | intent(in), | optional | :: | unit | File unit. | 
Writes observations to file or standard output.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dp_type), | intent(in) | :: | data_points(:) | Data points array. | ||
| integer, | intent(in), | optional | :: | unit | File unit. |