next up previous contents
Next: CNSetPepv Up: Fortran: Module Interface CNSetValueMod Previous: CNZeroFluxes_dwt   Contents

CNSetPps


INTERFACE:

 subroutine CNSetPps(num, filter, val, pps)
DESCRIPTION:

Set pft physical state variables


USES:

     use clm_varpar  , only : numrad
ARGUMENTS:
     implicit none
     integer , intent(in) :: num
     integer , intent(in) :: filter(:)
     real(r8), intent(in) :: val
     type (pft_pstate_type), intent(inout) :: pps
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