This subroutine dumps the given chunk to a given position in the restart file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_restart_type), | intent(inout) | :: | restart | The restart object describing how and what to output. |
||
real(kind=rk), | intent(in) | :: | chunk(:) | The data to output. It is organized as a serialized array of all scalar entries of all variable systems. Where first all the data for the nElems of the first variable system is provided. Within each variable system the data is organized elementwise. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | ioStatus(mpi_status_size) | ||||
integer, | private | :: | iError |