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 processorsREVISION HISTORY:
2003.09.12 Mariana Vertenstein Creation.