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

init_pft_type


INTERFACE:

   subroutine init_pft_type (beg, end, p)
DESCRIPTION:

Initialize components of pft_type structure


ARGUMENTS:

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



Erik Kluzek 2011-06-15