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

init_pft_cflux_type


INTERFACE:

   subroutine init_pft_cflux_type(beg, end, pcf)
DESCRIPTION:

Initialize pft carbon flux variables


USES:

     use surfrdMod , only : crop_prog
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (pft_cflux_type), intent(inout) :: pcf
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2011-06-15