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

UrbanInput


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 initialize
REVISION HISTORY:
   Created by Mariana Vertenstein July 2004
   Revised by Keith Oleson for netcdf input Jan 2008
LOCAL VARIABLES:




Erik Kluzek 2011-06-15