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

CNZeroFluxes_dwt


INTERFACE:

 subroutine CNZeroFluxes_dwt( begc, endc, begp, endp )
DESCRIPTION:


USES:

ARGUMENTS:
     implicit none
     integer, intent(IN)  :: begc, endc    ! proc beginning and ending column indices
     integer, intent(IN)  :: begp, endp    ! proc beginning and ending pft indices
CALLED FROM:
   subroutine clm_driver1
REVISION HISTORY:
   3/23/09: 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:
     integer  :: c, p          ! indices
     type(column_type),   pointer :: cptr         ! pointer to column derived subtype



Erik Kluzek 2011-06-15