next up previous contents
Next: init_gridcell_dgvstate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_landunit_pstate_type   Contents

init_landunit_eflux_type


INTERFACE:

   subroutine init_landunit_eflux_type(beg, end, lef)
DESCRIPTION:

Initialize landunit energy flux variables


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end 
     type (landunit_eflux_type), intent(inout):: lef
REVISION HISTORY:
   Created by Keith Oleson



Erik Kluzek 2011-06-15