INTERFACE:
subroutine UrbanInput(mode)DESCRIPTION:
Allocate memory and read in urban input data
USES:
use clm_varpar, only : lsmlon, lsmlat, numrad, nlevurb, numsolar
use clm_varctl, only : iulog, fsurdat, single_column
use fileutils , only : getavu, relavu, getfil, opnfil
use spmdMod , only : masterproc
use clmtype , only : grlnd
use decompMod , only : get_proc_bounds
use ncdio_pio
ARGUMENTS:
implicit none
character(len=*), intent(in) :: mode
CALLED FROM:
subroutine initializeREVISION HISTORY:
Created by Mariana Vertenstein July 2004 Revised by Keith Oleson for netcdf input Jan 2008LOCAL VARIABLES: