Module to serialise derived types into ASCII block format.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | BLOCK_LINE_LEN | = | 55 |
Generic derived type to block converter.
Returns ASCII block representation of data point.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dp_type), | intent(in) | :: | data_point |
Data point type. |
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. |