next up previous contents
Next: init_pft_cflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_mflux_type   Contents

init_pft_wflux_type


INTERFACE:

   subroutine init_pft_wflux_type(beg, end, pwf)
DESCRIPTION:

Initialize pft water flux variables


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end
     type (pft_wflux_type), intent(inout) :: pwf
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2011-06-15