INTERFACE:
integer function zio_get_loff_me(distarray,ndims,loff)DESCRIPTION:
Returns the global grid offsets for all array dimensions for distributed array descriptor distarray on the current process.
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) :: ndimsOUTPUT PARAMETERS:
integer, intent(out) :: loff(ndims,*)
\