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

init_gridcell_wstate_type


INTERFACE:

   subroutine init_gridcell_wstate_type(beg, end, gws)
DESCRIPTION:

Initialize gridcell water state variables


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end
     type (gridcell_wstate_type), intent(inout):: gws
REVISION HISTORY:
   Created by David Lawrence



Erik Kluzek 2011-06-15