INTERFACE:
subroutine mklanwat (flanwat, ndiag, lake_o, swmp_o)DESCRIPTION:
make %lake and %wetland from Cogley's one degree data\end{verbatim}{\em 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
ARGUMENTS:
implicit none character(len=*), intent(in) :: flanwat !input lanwat dataset file name integer , intent(in) :: ndiag !unit number for diagnostic output real(r8), intent(out):: lake_o(lsmlon,lsmlat) !percent lake on output grid real(r8), intent(out):: swmp_o(lsmlon,lsmlat) !percent wetland on output gridCALLED FROM:
REVISION HISTORY:
Author: Gordon Bonan