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

init_gridcell_eflux_type


INTERFACE:

   subroutine init_gridcell_eflux_type(beg, end, gef)
DESCRIPTION:

Initialize gridcell energy flux variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15