next up previous contents
Next: init_column_nflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_column_wflux_type   Contents

init_column_cflux_type


INTERFACE:

   subroutine init_column_cflux_type(beg, end, ccf)
DESCRIPTION:

Initialize column carbon flux variables


USES:

     use surfrdMod , only : crop_prog
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (column_cflux_type), intent(inout):: ccf
REVISION HISTORY:
   Created by Peter Thornton



Erik Kluzek 2011-06-15