next up previous contents
Next: init_pft_dflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_nflux_type   Contents

init_pft_vflux_type


INTERFACE:

   subroutine init_pft_vflux_type(beg, end, pvf)
DESCRIPTION:

Initialize pft VOC flux variables

use clm_varcon, only : spval


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end
     type (pft_vflux_type), intent(inout) :: pvf
REVISION HISTORY:
   Created by Mariana Vertenstein
   (heald, 08/06)



Erik Kluzek 2011-06-15