INTERFACE:
subroutine get_proc_rof_total(pid, num_rtm)DESCRIPTION:
Determine number of land and ocean runoff points for this process
USES:
use shr_kind_mod, only : r8 => shr_kind_r8ARGUMENTS:
implicit none
integer, intent(in) :: pid
integer, intent(out) :: num_lnd
integer, intent(out) :: num_ocn
integer, intent(out) :: num_rtm
REVISION HISTORY:
Mariana Vertenstein: Created 10/2003