next up previous contents
Next: init_gridcell_pstate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_landunit_eflux_type   Contents

init_gridcell_dgvstate_type


INTERFACE:

   subroutine init_gridcell_dgvstate_type(beg, end, gps)
DESCRIPTION:

Initialize gridcell DGVM variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15