Hi!
Is there a function returning the sizes of the respective dimensions of an allocated array? If not , then I’ll be forced to pass them explicitly using variables of the following, more complicated type:
TYPE GridType
INTEGER :: NX, NY
REAL(R4KIND), ALLOCATABLE, DIMENSION(:,:) :: Values
END TYPE GridType
Thanks!
Arjan
E-mail: Arjan.van.Dijk@RIVM.nl