next up previous contents index
Next: init_gridcell_type Up: Module clmtypeInitMod (File: clmtypeInitMod.F90) Previous: init_column_type   Contents   Index


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



Mariana Vertenstein 2004-06-21