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

CNSetCps


INTERFACE:

 subroutine CNSetCps(num, filter, val, cps)
DESCRIPTION:

Set column physical state variables


ARGUMENTS:

     implicit none
     integer , intent(in) :: num
     integer , intent(in) :: filter(:)
     real(r8), intent(in) :: val
     type (column_pstate_type), intent(inout) :: cps
REVISION HISTORY:
   Created by Peter Thornton
LOCAL VARIABLES:
   local pointers to implicit in/out arrays
   !OTHER LOCAL VARIABLES:
    integer :: fi,i,j     ! loop index



Erik Kluzek 2011-06-15