INTERFACE:
subroutine CNSetCcs(num, filter, val, ccs)DESCRIPTION:
Set column carbon state variables
ARGUMENTS:
implicit none
integer , intent(in) :: num
integer , intent(in) :: filter(:)
real(r8), intent(in) :: val
type (column_cstate_type), intent(inout) :: ccs
REVISION HISTORY:
Created by Peter ThorntonLOCAL VARIABLES:
local pointers to implicit in/out arrays
!OTHER LOCAL VARIABLES:
integer :: fi,i ! loop index