This subroutine reads the data from disc and stores it in the tem_from_file_temporal_type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_from_file_temporal_type), | intent(inout) | :: | me | temporal predefined from_file type |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | datafile_unit | ||||
integer, | private | :: | stat | = | 0 | ||
real(kind=rk), | private | :: | tmp_time | ||||
real(kind=rk), | private | :: | tmp_vel |