next up previous contents
Next: init_landunit_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_type   Contents

init_column_type


INTERFACE:

   subroutine init_column_type (beg, end, c)
DESCRIPTION:

Initialize components of column_type structure


ARGUMENTS:

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



Erik Kluzek 2011-06-15