!------------------------------------------------------------------------- ! NASA Goddard Space Flight Center Land Information System (LIS) V3.0 ! Released May 2004 ! ! See SOFTWARE DISTRIBUTION POLICY for software distribution policies ! ! The LIS source code and documentation are in the public domain, ! available without fee for educational, research, non-commercial and ! commercial purposes. Users may distribute the binary or source ! code to third parties provided this statement appears on all copies and ! that no charge is made for such copies. ! ! NASA GSFC MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE ! SOFTWARE FOR ANY PURPOSE. IT IS PROVIDED AS IS WITHOUT EXPRESS OR ! IMPLIED WARRANTY. NEITHER NASA GSFC NOR THE US GOVERNMENT SHALL BE ! LIABLE FOR ANY DAMAGES SUFFERED BY THE USER OF THIS SOFTWARE. ! ! See COPYRIGHT.TXT for copyright details. ! !------------------------------------------------------------------------- !BOP ! ! !MODULE: cmapdrv_module.F90 ! ! !DESCRIPTION: ! Module for runtime specific CMAP variables ! ! !REVISION HISTORY: ! ! 11 Dec 2003; Sujay Kumar, Initial Version ! ! !INTERFACE: module cmapdrv_module ! !ARGUMENTS: type cmapdrvdec integer :: ncold, nrold !AWIPS 212 dimensions character*40 :: cmapdir !CMAP Forcing Directory real*8 :: cmaptime real*8 :: griduptime1 logical :: gridchange1 end type cmapdrvdec !EOC end module cmapdrv_module