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

get_proc_total


INTERFACE:

    subroutine get_proc_total(pid, ncells, nlunits, ncols, npfts)
DESCRIPTION:

Count up gridcells, landunits, columns, and pfts on process.


USES:

ARGUMENTS:
      implicit none
      integer, intent(in)  :: pid     ! proc id
      integer, intent(out) :: ncells  ! total number of gridcells
                                      ! on the processor
      integer, intent(out) :: nlunits ! total number of landunits
                                      ! on the processor
      integer, intent(out) :: ncols   ! total number of columns
                                      ! on the processor
      integer, intent(out) :: npfts   ! total number of pfts
                                      ! on the processor
REVISION HISTORY:
   2003.09.12  Mariana Vertenstein  Creation.
LOCAL VARIABLES:




Erik Kluzek 2011-06-15