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

get_proc_global


INTERFACE:

    subroutine get_proc_global(ng, nl, nc, np)
DESCRIPTION:

Return number of gridcells, landunits, columns, and pfts across all processes.


USES:

ARGUMENTS:
      implicit none
      integer, intent(out) :: ng  ! total number of gridcells
                                  ! across all processors
      integer, intent(out) :: nl  ! total number of landunits
                                  ! across all processors
      integer, intent(out) :: nc  ! total number of columns
                                  ! across all processors
      integer, intent(out) :: np  ! total number of pfts
                                  ! across all processors
REVISION HISTORY:
   2003.09.12  Mariana Vertenstein  Creation.



Erik Kluzek 2011-06-15