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
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nmpart |