INTERFACE:
subroutine CNSetPcf(num, filter, val, pcf)DESCRIPTION:
Set pft carbon flux variables
USES:
use surfrdMod , only : crop_progARGUMENTS:
implicit none
integer , intent(in) :: num
integer , intent(in) :: filter(:)
real(r8), intent(in) :: val
type (pft_cflux_type), intent(inout) :: pcf
REVISION HISTORY:
Created by Peter ThorntonLOCAL VARIABLES:
local pointers to implicit in/out arrays
!OTHER LOCAL VARIABLES:
integer :: fi,i ! loop index