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

CNZeroFluxes_dwt


INTERFACE:

 subroutine CNZeroFluxes_dwt()
DESCRIPTION:


USES:

     use decompMod   , only : get_proc_bounds
ARGUMENTS:
     implicit none
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  :: begp, endp    ! proc beginning and ending pft indices
     integer  :: begc, endc    ! proc beginning and ending column indices
     integer  :: begl, endl    ! proc beginning and ending landunit indices
     integer  :: begg, endg    ! proc beginning and ending gridcell indices
     integer  :: c, p          ! indices
     type(column_type),   pointer :: cptr         ! pointer to column derived subtype



Erik Kluzek 2010-06-21