INTERFACE:
subroutine get_proc_rof_global(num_rtm, num_lnd, num_ocn)DESCRIPTION:
Determine number of land and ocean runoff points across all processors.
USES:
use shr_kind_mod, only : r8 => shr_kind_r8
use spmdMod , only : npes
ARGUMENTS:
implicit none
integer, intent(out) :: num_rtm
integer, optional, intent(out) :: num_lnd
integer, optional, intent(out) :: num_ocn
REVISION HISTORY:
Mariana Vertenstein: Created 10/2003LOCAL VARIABLES: