IBM XL Fortran for AIX, V12.1 (5724-U82) Version 12.01.0000.0001 --- ../obsprecips/cmap_0.5/cmapdrv_module.F 03/09/11 11:03:45 >>>>> OPTIONS SECTION <<<<< *** Options In Effect *** == On / Off Options == CR DBG ESCAPE FULLPATH I4 INLGLUE NOLIBESSL NOLIBPOSIX OBJECT SOURCE STRICT SWAPOMP THREADED UNWIND ZEROSIZE == Options Of Integer Type == ALIAS_SIZE(65536) MAXMEM(-1) OPTIMIZE(2) SPILLSIZE(2000) STACKTEMP(0) == Options Of Character Type == 64(LARGETYPE) ALIAS(STD,NOINTPTR) ALIGN(BINDC(POWER),STRUCT(NATURAL)) ARCH(PWR6) ATTR(FULL) AUTODBL(NONE) DESCRIPTOR(V1) DIRECTIVE(IBM*,IBMT) ENUM() FLAG(I,I) FLOAT(RNDSNGL,MAF,FOLD,RNGCHK,SINGLE) FREE(F90) HALT(S) IEEE(NEAR) INTSIZE(4) LANGLVL(EXTENDED) REALSIZE(4) NOSAVE() TUNE(PWR6) UNROLL(AUTO) XREF(FULL) XLF2003(NOPOLYMORPHIC,NOBOZLITARGS,NOSTOPEXCEPT,NOVOLATILE,NOAUTOREALLOC,OLDNANINF) XLF77(LEADZERO,BLANKPAD) XLF90(NOSIGNEDZERO,NOAUTODEALLOC,OLDPAD) >>>>> SOURCE SECTION <<<<< 1 |#line 1 "../obsprecips/cmap_0.5/cmapdrv_module.F" 1 |!------------------------------------------------------------------------- 2 |! NASA Goddard Space Flight Center Land Information System (LIS) V3.0 3 |! Released May 2004 4 |! 5 |! See SOFTWARE DISTRIBUTION POLICY for software distribution policies 6 |! 7 |! The LIS source code and documentation are in the public domain, 8 |! available without fee for educational, research, non-commercial and 9 |! commercial purposes. Users may distribute the binary or source 10 |! code to third parties provided this statement appears on all copies and 11 |! that no charge is made for such copies. 12 |! 13 |! NASA GSFC MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE 14 |! SOFTWARE FOR ANY PURPOSE. IT IS PROVIDED AS IS WITHOUT EXPRESS OR 15 |! IMPLIED WARRANTY. NEITHER NASA GSFC NOR THE US GOVERNMENT SHALL BE 16 |! LIABLE FOR ANY DAMAGES SUFFERED BY THE USER OF THIS SOFTWARE. 17 |! 18 |! See COPYRIGHT.TXT for copyright details. 19 |! 20 |!------------------------------------------------------------------------- 21 |!BOP 22 |! 23 |! !MODULE: cmapdrv_module.F90 24 |! 25 |! !DESCRIPTION: 26 |! Module for runtime specific CMAP variables 27 |! 28 |! !REVISION HISTORY: 29 |! 30 |! 11 Dec 2003; Sujay Kumar, Initial Version 31 |! 32 |! !INTERFACE: 33 |module cmapdrv_module 34 |! !ARGUMENTS: 35 | type cmapdrvdec 36 | integer :: ncold, nrold !AWIPS 212 dimensions 37 | character*40 :: cmapdir !CMAP Forcing Directory 38 | real*8 :: cmaptime 39 | real*8 :: griduptime1 40 | logical :: gridchange1 41 | end type cmapdrvdec 42 |!EOC 43 |end module cmapdrv_module >>>>> ATTRIBUTE AND CROSS REFERENCE SECTION <<<<< IDENTIFIER NAME CROSS REFERENCE AND ATTRIBUTES cmapdir Character(40), Component of Derived type definition: cmapdrvdec, Offset: 8, Alignment: byte 0-37.22$ cmapdrv_module Nonintrinsic Module 0-33.8$ cmapdrvdec Public, Derived type definition 0-35.8$ cmaptime Real(8), Component of Derived type definition: cmapdrvdec, Offset: 48, Alignment: double word 0-38.16$ gridchange1 Logical(4), Component of Derived type definition: cmapdrvdec, Offset: 64, Alignment: full word 0-40.17$ griduptime1 Real(8), Component of Derived type definition: cmapdrvdec, Offset: 56, Alignment: double word 0-39.16$ ncold Integer(4), Component of Derived type definition: cmapdrvdec, Offset: 0, Alignment: full word 0-36.17$ nrold Integer(4), Component of Derived type definition: cmapdrvdec, Offset: 4, Alignment: full word 0-36.24$ ** cmapdrv_module === End of Compilation 1 === >>>>> FILE TABLE SECTION <<<<< FILE CREATION FROM FILE NO FILENAME DATE TIME FILE LINE 0 ../obsprecips/cmap_0.5/cmapdrv_module.F 03/09/11 11:03:45 >>>>> COMPILATION EPILOGUE SECTION <<<<< FORTRAN Summary of Diagnosed Conditions TOTAL UNRECOVERABLE SEVERE ERROR WARNING INFORMATIONAL (U) (S) (E) (W) (I) 0 0 0 0 0 0 Source records read....................................... 44 1501-510 Compilation successful for file cmapdrv_module.F. 1501-543 Object file created.