Sets the chunk size.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(particle_set), | intent(inout) | :: | this |
Lagrangian array to dump |
||
| integer, | intent(in) | :: | chunk_size |
Chunk size |
pure subroutine particle_set_SetReadChunkSize(this,chunk_size) !> Sets the chunk size. implicit none class(particle_set), intent(inout) :: this !! Lagrangian array to dump integer, intent(in) :: chunk_size !! Chunk size this%R_chunk_size=chunk_size return end subroutine particle_set_SetReadChunkSize