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

CNZeroFluxes


INTERFACE:

 subroutine CNZeroFluxes(num_filterc, filterc, num_filterp, filterp)
DESCRIPTION:


USES:

ARGUMENTS:
     implicit none
     integer, intent(in) :: num_filterc ! number of good values in filterc
     integer, intent(in) :: filterc(:)  ! column filter
     integer, intent(in) :: num_filterp ! number of good values in filterp
     integer, intent(in) :: filterp(:)  ! pft filter
CALLED FROM:
   subroutine CNEcosystemDyn in module CNEcosystemDynMod.F90
REVISION HISTORY:
   9/04/03: Created by Peter Thornton
LOCAL VARIABLES:
   local pointers to implicit in scalars
   local pointers to implicit in/out scalars
   local pointers to implicit out scalars
   !OTHER LOCAL VARIABLES:



Erik Kluzek 2011-06-15