IBM XL Fortran for AIX, V12.1 (5724-U82) Version 12.01.0000.0001 --- ../forcing-plugin/baseforcing_pluginMod.F 03/09/11 11:03:40 >>>>> 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 "../forcing-plugin/baseforcing_pluginMod.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: baseforcing_pluginMod.F90 24 |! 25 |! !DESCRIPTION: 26 |! This module contains the definition of the functions used for 27 |! incorporating a new model forcing scheme. 28 |! 29 |! !REVISION HISTORY: 30 |! 11 Dec 03 Sujay Kumar Initial Specification 31 |! 32 |! !INTERFACE: 33 |module baseforcing_pluginMod 34 |!EOP 35 | implicit none 36 | 37 |contains 38 |!BOP 39 |! !ROUTINE: baseforcing_plugin 40 |! 41 |! !DESCRIPTION: 42 |! 43 |! This is a custom-defined plugin point for introducing a new forcing scheme. 44 |! The interface mandates that the following routines be implemented 45 |! and registered for each model forcing scheme. 46 |! 47 |! \begin{description} 48 |! \item[retrieval of forcing data] 49 |! Routines to retrieve forcing data and to interpolate them. 50 |! (to be registered using registerget) 51 |! \item[definition of native domain] 52 |! Routines to define the native domain as a kgds array 53 |! (to be registered using registerdefnat) 54 |! \item[temporal interpolation] 55 |! Interpolate forcing data temporally. 56 |! (to be registered using registertimeinterp) 57 |! \end{description} 58 |! Multiple forcing schemes can be 59 |! included as well, each distinguished in the function table registry 60 |! by the associated forcing index assigned in the card file. 61 |! 62 |! !INTERFACE: 63 | subroutine baseforcing_plugin 64 |! !USES: 65 |! use geosdomain_module 66 | use gdasdomain_module 67 |! use ecmwfdomain_module 68 |! use nldasdomain_module 69 |! use gswpdomain_module 70 |! use bergdomain_module 71 |!EOP 72 | external getgeos, getgdas, getecmwf 73 | external time_interp_geos, time_interp_gdas, time_interp_ecmwf 74 | external getnldas 75 | external time_interp_nldas 76 |! external getgswp 77 |! external time_interp_gswp 78 | external getberg 79 | external time_interp_berg 80 |!BOC 81 | call registerget(1,getgdas) 82 | ! call registerget(2,getgeos) 83 | ! call registerget(3,getecmwf) 84 | ! call registerget(4,getnldas) 85 | ! call registerget(5,getgswp) 86 | ! call registerget(6,getberg) 87 | 88 | call registerdefnat(1,defnatgdas) 89 | ! call registerdefnat(2,defnatgeos) 90 | ! call registerdefnat(3,defnatecmwf) 91 | ! call registerdefnat(4,defnatnldas) 92 | ! call registerdefnat(5,defnatgswp) 93 | ! call registerdefnat(6,defnatberg) 94 | 95 | call registertimeinterp(1,time_interp_gdas) 96 | ! call registertimeinterp(2,time_interp_geos) 97 | ! call registertimeinterp(3,time_interp_ecmwf) 98 | ! call registertimeinterp(4,time_interp_nldas) 99 | ! call registertimeinterp(5,time_interp_gswp) 100 | ! call registertimeinterp(6,time_interp_berg) 101 |!EOC 102 | end subroutine baseforcing_plugin 103 |end module baseforcing_pluginMod >>>>> ATTRIBUTE AND CROSS REFERENCE SECTION <<<<< IDENTIFIER NAME CROSS REFERENCE AND ATTRIBUTES baseforcing_plugin Public, Module Subroutine 0-63.14$ baseforcing_pluginmod Nonintrinsic Module 0-33.8$ defnatgdas Use associated, Module Subroutine 0-66.9$ 0-88.27 gdasdir Use associated, Character(40), Component of Derived type definition: gdasdrvdec, Offset: 12, Alignment: byte 0-66.9$ gdasdomain_module Use associated, Nonintrinsic Module 0-66.9$ 0-66.9 gdasdrv Use associated, Static, Derived type: gdasdrvdec, Offset: 0, Alignment: quadruple word 0-66.9$ gdasdrv_module Use associated, Nonintrinsic Module 0-66.9$ gdasdrvdec Use associated, Derived type definition 0-66.9$ gdastime1 Use associated, Real(8), Component of Derived type definition: gdasdrvdec, Offset: 56, Alignment: double word 0-66.9$ gdastime2 Use associated, Real(8), Component of Derived type definition: gdasdrvdec, Offset: 64, Alignment: double word 0-66.9$ getberg Unknown type 0-78.14$ getecmwf Unknown type 0-72.32$ getgdas External Subprogram Unknown type 0-72.23$ 0-81.24 getgeos Unknown type 0-72.14$ getnldas Unknown type 0-74.14$ gridchange1 Use associated, Logical(4), Component of Derived type definition: gdasdrvdec, Offset: 88, Alignment: full word 0-66.9$ gridchange2 Use associated, Logical(4), Component of Derived type definition: gdasdrvdec, Offset: 92, Alignment: full word 0-66.9$ griduptime1 Use associated, Real(8), Component of Derived type definition: gdasdrvdec, Offset: 72, Alignment: double word 0-66.9$ griduptime2 Use associated, Real(8), Component of Derived type definition: gdasdrvdec, Offset: 80, Alignment: double word 0-66.9$ kgdsi Use associated, Reference argument, Intent (INOUT), Integer(4) (1:200), Offset: 0, Alignment: full word 0-66.9$ mi Use associated, Static, Integer(4), Offset: 96, Alignment: quadruple word 0-66.9$ ncold Use associated, Integer(4), Component of Derived type definition: gdasdrvdec, Offset: 0, Alignment: full word 0-66.9$ nmif Use associated, Integer(4), Component of Derived type definition: gdasdrvdec, Offset: 8, Alignment: full word 0-66.9$ nrold Use associated, Integer(4), Component of Derived type definition: gdasdrvdec, Offset: 4, Alignment: full word 0-66.9$ registerdefnat External Subroutine 0-88.10 registerget External Subroutine 0-81.10 registertimeinterp External Subroutine 0-95.10 time_interp_berg Unknown type 0-79.14$ time_interp_ecmwf Unknown type 0-73.50$ time_interp_gdas External Subprogram Unknown type 0-73.32$ 0-95.31 time_interp_geos Unknown type 0-73.14$ time_interp_nldas Unknown type 0-75.14$ ** baseforcing_pluginmod === End of Compilation 1 === >>>>> FILE TABLE SECTION <<<<< FILE CREATION FROM FILE NO FILENAME DATE TIME FILE LINE 0 ../forcing-plugin/baseforcing_pluginMod.F 03/09/11 11:03:40 >>>>> 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....................................... 104 1501-510 Compilation successful for file baseforcing_pluginMod.F. 1501-543 Object file created.