next up previous contents
Next: init_gridcell_eflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_gridcell_efstate_type   Contents

init_gridcell_wflux_type


INTERFACE:

   subroutine init_gridcell_wflux_type(beg, end, gwf)
DESCRIPTION:

Initialize gridcell water flux variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15