subroutine which reads data from restart file corresponding to the input variable system
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_restart_type), | intent(inout) | :: | restart | Restart object to read the data from |
||
real(kind=rk), | intent(out) | :: | chunk(:) | Memory to chunk to put the data into |
||
integer, | intent(in) | :: | offset | Offset of the chunk of data to get in the global data |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iostatus(MPI_STATUS_SIZE) | ||||
integer, | private | :: | iError |