next up previous contents
Next: get_proc_total Up: Fortran: Module Interface decompMod Previous: get_proc_bounds   Contents

get_proc_bounds_atm


INTERFACE:

    subroutine get_proc_bounds_atm (begg, endg)
USES:
ARGUMENTS:
      implicit none
      integer, intent(out) :: begg, endg  ! proc beginning and ending
                                          ! gridcell indices for atm grid
DESCRIPTION:

Retrieve gridcell begg, endg for atm decomp


REVISION HISTORY:

   2005.12.15  T Craig Added
  ------------------------------------------------------------------------------
LOCAL VARIABLES:




Erik Kluzek 2011-06-15