INTERFACE:
subroutine init_column_cflux_type(beg, end, ccf)DESCRIPTION:
Initialize column carbon flux variables
USES:
use surfrdMod , only : crop_progARGUMENTS:
implicit none
integer, intent(in) :: beg, end
type (column_cflux_type), intent(inout):: ccf
REVISION HISTORY:
Created by Peter Thornton