next up previous contents
Next: About this document ... Up: Fortran: Module Interface RunoffMod Previous: get_proc_rof_bounds   Contents

get_proc_rof_global


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/2003
LOCAL VARIABLES:




Erik Kluzek 2011-06-15