Write the serialized buffer assembled in mus_serializeData to disk
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | levelPointer(:) | global pdf info |
||
type(tem_restart_type), | intent(inout) | :: | restart | restart information |
||
type(mus_scheme_type), | intent(inout) | :: | scheme | array of schemes including the data to be serialized and dumped |
||
type(treelmesh_type), | intent(in) | :: | tree | mesh, provided in treelm format |
||
type(tem_time_type), | intent(inout) | :: | timing | current simulation time information |
||
integer, | intent(in) | :: | timerHandle | Timer handle |
||
character(len=*), | intent(in), | optional | :: | suffix | optional suffix (if present NO timestamp will be added!!!!) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private, | allocatable | :: | buffer(:) | |||
integer, | private | :: | elemOff |