next up previous contents
Next: init_pft_estate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_pdgvstate_type   Contents

init_pft_vstate_type


INTERFACE:

   subroutine init_pft_vstate_type(beg, end, pvs)
DESCRIPTION:

Initialize pft VOC variables


USES:

     use clm_varcon, only : spval
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (pft_vstate_type), intent(inout):: pvs
REVISION HISTORY:
   Created by Erik Kluzek



Erik Kluzek 2011-06-15