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


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



Mariana Vertenstein 2004-06-21