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