next up previous contents
Next: set_landunit_veg_compete Up: Fortran: Module Interface initGridCellsMod Previous: clm_ptrs_compdown   Contents

clm_ptrs_check


INTERFACE:

   subroutine clm_ptrs_check()
DESCRIPTION:

Checks and writes out a summary of subgrid data

!USES use clmtype, only : clm3, gridcell_type, landunit_type, & column_type, pft_type use decompMod , only : get_proc_bounds

!ARGUMENTS implicit none


CALLED FROM:

REVISION HISTORY:
   2005.11.15  T Craig Creation
LOCAL VARIABLES:
     type(gridcell_type), pointer  :: gptr ! pointer to gridcell derived subtype
     type(landunit_type), pointer  :: lptr ! pointer to landunit derived subtype
     type(column_type)  , pointer  :: cptr ! pointer to column derived subtype
     type(pft_type)     , pointer  :: pptr ! pointer to pft derived subtype
     integer :: begg,endg,begl,endl,begc,endc,begp,endp   ! beg/end indices
     integer :: g,l,c,p       ! loop counters
     logical :: error         ! error flag



Erik Kluzek 2011-06-15