next up previous contents
Next: UrbanFluxes Up: Fortran: Module Interface UrbanMod Previous: net_longwave   Contents

UrbanClumpInit


INTERFACE:

   subroutine UrbanClumpInit()
DESCRIPTION:

Initialize urban radiation module


USES:

     use clmtype
     use clm_varcon   , only : spval, icol_roof, icol_sunwall, icol_shadewall, &
                               icol_road_perv, icol_road_imperv
     use decompMod    , only : get_proc_clumps, ldecomp
     use filterMod    , only : filter
     use UrbanInputMod, only : urbinp
ARGUMENTS:
     implicit none
CALLED FROM:
   subroutine initialize
REVISION HISTORY:
   Author: Mariana Vertenstein 04/2003
LOCAL VARIABLES:
   local pointers to original implicit in arguments
     integer , pointer :: coli(:)         ! beginning column index for landunit 
     integer , pointer :: colf(:)         ! ending column index for landunit
     integer , pointer :: lgridcell(:)    ! gridcell of corresponding landunit
     integer , pointer :: ctype(:)        ! column type
   !OTHER LOCAL VARIABLES



Erik Kluzek 2011-06-15