INTERFACE:
subroutine allgather_1darray_real (rlocal, rglobal, clmlevel)DESCRIPTION:
Wrapper routine to perform an allgatherv of 1d real arrayARGUMENTS:
implicit none
real(r8), pointer, dimension(:) :: rlocal !output data
real(r8), pointer, dimension(:) :: rglobal !output data
character(len=*), intent(in) :: clmlevel !input data type
REVISION HISTORY:
Author: Mariana Vertenstein