mpi_alloc_part Subroutine

public subroutine mpi_alloc_part(nmpart)


Dynamic allocation of arrays

For FLEXPART version 9.2 and earlier these arrays were statically declared with size maxpart. This function is introduced so that the MPI version can declare these arrays with smaller size ("maxpart per process"), while the serial version allocate at run-time with size maxpart


Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nmpart