INTERFACE:
integer function zio_get_loff(distarray,ndims,nblks,loff)DESCRIPTION:
Returns the global grid offsets for all array dimensions for distributed array descriptor distarray on all processes.
REVISION HISTORY:
2003-Jan-31 -- first prototype
2003-Jul-14 -- modified for multiple rectangular blocks per taskUSES:
implicit noneINPUT PARAMETERS:
integer, intent(in) :: distarray
integer, intent(in) :: ndims
integer, intent(in) :: nblksOUTPUT PARAMETERS:
integer, intent(out) :: loff(ndims,nblks,0:*)
\