next up previous contents
Next: Fortran: Module Interface pftdynMod Up: Fortran: Module Interface pft2colMod Previous: Fortran: Module Interface pft2colMod   Contents

pft2col


INTERFACE:

   subroutine pft2col (lbc, ubc, num_nolakec, filter_nolakec)
DESCRIPTION:

Averages over all pfts for variables defined over both soil and lake to provide the column-level averages of state and flux variables defined at the pft level.


ARGUMENTS:

     implicit none
     integer, intent(in) :: lbc, ubc                    ! column bounds
     integer, intent(in) :: num_nolakec                 ! number of column non-lake points in column filter
     integer, intent(in) :: filter_nolakec(ubc-lbc+1)   ! column filter for non-lake points
REVISION HISTORY:
   03/09/08: Created by Mariana Vertenstein
   !OTHER LOCAL VARIABLES:



Erik Kluzek 2011-06-15