next up previous contents
Next: get_proc_rof_bounds Up: Fortran: Module Interface RunoffMod Previous: Fortran: Module Interface RunoffMod   Contents

get_proc_rof_total


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_r8
ARGUMENTS:
     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



Erik Kluzek 2011-06-15