next up previous contents
Next: get_proc_bounds_atm Up: Fortran: Module Interface decompMod Previous: get_clump_bounds   Contents

get_proc_bounds


INTERFACE:

    subroutine get_proc_bounds (begg, endg, begl, endl, begc, endc, &
                                begp, endp)
USES:
ARGUMENTS:
      implicit none
      integer, optional, intent(out) :: begp, endp  ! proc beginning and ending
                                                    ! pft indices
      integer, optional, intent(out) :: begc, endc  ! proc beginning and ending
                                                    ! column indices
      integer, optional, intent(out) :: begl, endl  ! proc beginning and ending
                                                    ! landunit indices
      integer, optional, intent(out) :: begg, endg  ! proc beginning and ending
                                                    ! gridcell indices
DESCRIPTION:

Retrieve gridcell, landunit, column, and pft bounds for process.


REVISION HISTORY:

   2003.09.12  Mariana Vertenstein  Creation.
LOCAL VARIABLES:




Erik Kluzek 2011-06-15