next up previous contents
Next: CNSetPcs Up: Fortran: Module Interface CNSetValueMod Previous: CNSetPps   Contents

CNSetPepv


INTERFACE:

 subroutine CNSetPepv (num, filter, val, pepv)
DESCRIPTION:

Set pft ecophysiological variables


ARGUMENTS:

     implicit none
     integer , intent(in) :: num
     integer , intent(in) :: filter(:)
     real(r8), intent(in) :: val
     type (pft_epv_type), intent(inout) :: pepv
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