next up previous contents
Next: Fortran: Module Interface clm_varcon Up: Fortran: Module Interface clmtypeInitMod Previous: init_gridcell_wstate_type   Contents

init_gridcell_estate_type


INTERFACE:

   subroutine init_gridcell_estate_type(beg, end, ges)
DESCRIPTION:

Initialize gridcell energy state variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15