1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4 ! Purpose: To make allocatable arrays available to subroutines.
6 ! Why? -- We do this so that an array can be allocated within a subroutine,
7 ! and the caller can make use of the array afterward.
8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11 real, allocatable, dimension(:) :: rdatarray