next up previous contents index
Next: Module mpiinc (File: mpiinc.F90) Up: ProTEX Source Code Documentation Previous: mksrfdat   Contents   Index


mkurban (Source File: mkurban.F90)


INTERFACE:

 subroutine mkurban (furb, ndiag, urb_o)
DESCRIPTION:

   make %urban\end{verbatim}{\sf USES:}
\begin{verbatim}   use shr_kind_mod, only: r8 => shr_kind_r8
   use clm_varpar    !parameters
   use clm_varsur    !surface variables
   use clm_varctl    !run control variables
   use fileutils, only : getfil
   use areaMod      !area averaging routines
   use shr_sys_mod, only : shr_sys_flush
   use ncdio
   use abortutils , only : endrun
ARGUMENTS:
     implicit none
   character(len=*), intent(in) :: furb            !input urban dataset file n
   integer , intent(in)  :: ndiag                  !unit number for diagnostic
   real(r8), intent(out) :: urb_o(lsmlon,lsmlat)   !percent urban on output gr
CALLED FROM:
   subroutine mksrfdat in module srfdatMod
REVISION HISTORY:
   Author: Sam Levis



Mariana Vertenstein 2004-06-21