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 grCALLED FROM:
subroutine mksrfdat in module srfdatModREVISION HISTORY:
Author: Sam Levis