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 noneCALLED FROM:
subroutine initializeREVISION HISTORY:
Author: Mariana Vertenstein 04/2003LOCAL 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