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

get_proc_rof_bounds


INTERFACE:

   subroutine get_proc_rof_bounds(beg_rtm, end_rtm)
DESCRIPTION:

Determine beginning and ending indices of land and ocean runoff for this processor.


USES:

     use shr_kind_mod, only : r8 => shr_kind_r8
ARGUMENTS:
     implicit none
     integer, intent(out) :: beg_rtm
     integer, intent(out) :: end_rtm
REVISION HISTORY:
   Mariana Vertenstein: Created 10/2003



Erik Kluzek 2011-06-15