next up previous contents
Next: init_gridcell_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_column_type   Contents

init_landunit_type


INTERFACE:

   subroutine init_landunit_type (beg, end,l)
DESCRIPTION:

Initialize components of landunit_type structure


ARGUMENTS:

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



Erik Kluzek 2011-06-15