next up previous contents
Next: CNSetCcf Up: Fortran: Module Interface CNSetValueMod Previous: CNSetCcs   Contents

CNSetCns


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) :: cns
REVISION HISTORY:
   Created by Peter Thornton
LOCAL VARIABLES:
   local pointers to implicit in/out arrays
   !OTHER LOCAL VARIABLES:
    integer :: fi,i     ! loop index



Erik Kluzek 2011-06-15