IBM XL Fortran for AIX, V12.1 (5724-U82) Version 12.01.0000.0001 --- ../lsms/noah.20071219/readnoahcrd.F 03/09/11 11:04:51 >>>>> 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 "../lsms/noah.20071219/readnoahcrd.F" 1 |!------------------------------------------------------------------------- 2 |! NASA GSFC Land Information Systems LIS 2.3 ! 3 |!------------------------------------------------------------------------- 4 |!BOP 5 |! 6 |! !ROUTINE: readnoahcrd.F90 7 |! 8 |! !DESCRIPTION: 9 |! Routine to read Noah specific parameters from the card file. 10 |! 11 |! !REVISION HISTORY: 12 |! 14 Oct 2003; Sujay Kumar, Initial Code 13 |! 14 |! !INTERFACE: 15 |subroutine readnoahcrd(noahdrv) 16 |! !USES: 17 | use noahdrv_module 18 |!EOP 19 | implicit none 20 | integer :: lsm 21 | type(noahdrvdec) :: noahdrv 22 | namelist /noah/noahdrv 23 |!BOC 24 | open(11,file='lis.crd',form='formatted',status='old') 25 | read(unit=11,NML=noah) 26 | print*,'Running NOAH LSM:' 27 | print*,'NOAH Active Restart File: ', noahdrv%NOAH_RFILE 28 | noahdrv%noah_gfractime = 0.0 29 | noahdrv%noah_albtime = 0 30 | noahdrv%noah_albdchk = 0 31 | noahdrv%noah_gfracdchk = 0 32 | noahdrv%NOAHOPEN=0 33 | noahdrv%NOAH_ZST = 9 34 | 35 | close(11) 36 |!EOC 37 |end subroutine readnoahcrd >>>>> ATTRIBUTE AND CROSS REFERENCE SECTION <<<<< IDENTIFIER NAME CROSS REFERENCE AND ATTRIBUTES lsm Automatic, Integer(4), Offset: 0, Alignment: full word 0-20.14$ noah Namelist 0-22.13$ 0-25.20 noah_aflag Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 28, Alignment: full word 0-17.7$ noah_albdchk Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 32, Alignment: full word 0-17.7$ noah_albfile Use associated, Character(40), Component of Derived type definition: noahdrvdec, Offset: 240, Alignment: byte 0-17.7$ noah_albtime Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 24, Alignment: full word 0-17.7$ noah_gflag Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 20, Alignment: full word 0-17.7$ noah_gfracdchk Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 36, Alignment: full word 0-17.7$ noah_gfractime Use associated, Real(8), Component of Derived type definition: noahdrvdec, Offset: 384, Alignment: double word 0-17.7$ noah_ism Use associated, Real(4), Component of Derived type definition: noahdrvdec, Offset: 392, Alignment: full word 0-17.7$ noah_it Use associated, Real(4), Component of Derived type definition: noahdrvdec, Offset: 396, Alignment: full word 0-17.7$ noah_mgfile Use associated, Character(40), Component of Derived type definition: noahdrvdec, Offset: 200, Alignment: byte 0-17.7$ noah_mxsnal Use associated, Character(50), Component of Derived type definition: noahdrvdec, Offset: 280, Alignment: byte 0-17.7$ noah_nsoilp Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 12, Alignment: full word 0-17.7$ noah_nvegp Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 8, Alignment: full word 0-17.7$ noah_rfile Use associated, Character(40), Component of Derived type definition: noahdrvdec, Offset: 40, Alignment: byte 0-17.7$ noah_sfile Use associated, Character(40), Component of Derived type definition: noahdrvdec, Offset: 120, Alignment: byte 0-17.7$ noah_slpfile Use associated, Character(40), Component of Derived type definition: noahdrvdec, Offset: 160, Alignment: byte 0-17.7$ noah_tbot Use associated, Character(50), Component of Derived type definition: noahdrvdec, Offset: 330, Alignment: byte 0-17.7$ noah_vfile Use associated, Character(40), Component of Derived type definition: noahdrvdec, Offset: 80, Alignment: byte 0-17.7$ noah_zst Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 16, Alignment: full word 0-17.7$ noahdrv Reference argument, Derived type: noahdrvdec, Offset: 0, Alignment: double word 0-21.23$ 0-15.24 0-22.18 noahdrv%noah_aflag Reference argument, Integer(4), Offset: 28, Alignment: full word 0-21.23$ noahdrv%noah_albdchk Reference argument, Integer(4), Offset: 32, Alignment: quadruple word 0-21.23$ 0-30.3@ noahdrv%noah_albfile Reference argument, Character(40), Offset: 240, Alignment: quadruple word 0-21.23$ noahdrv%noah_albtime Reference argument, Integer(4), Offset: 24, Alignment: double word 0-21.23$ 0-29.3@ noahdrv%noah_gflag Reference argument, Integer(4), Offset: 20, Alignment: full word 0-21.23$ noahdrv%noah_gfracdchk Reference argument, Integer(4), Offset: 36, Alignment: full word 0-21.23$ 0-31.3@ noahdrv%noah_gfractime Reference argument, Real(8), Offset: 384, Alignment: quadruple word 0-21.23$ 0-28.3@ noahdrv%noah_ism Reference argument, Real(4), Offset: 392, Alignment: double word 0-21.23$ noahdrv%noah_it Reference argument, Real(4), Offset: 396, Alignment: full word 0-21.23$ noahdrv%noah_mgfile Reference argument, Character(40), Offset: 200, Alignment: double word 0-21.23$ noahdrv%noah_mxsnal Reference argument, Character(50), Offset: 280, Alignment: double word 0-21.23$ noahdrv%noah_nsoilp Reference argument, Integer(4), Offset: 12, Alignment: full word 0-21.23$ noahdrv%noah_nvegp Reference argument, Integer(4), Offset: 8, Alignment: double word 0-21.23$ noahdrv%noah_rfile Reference argument, Character(40), Offset: 40, Alignment: double word 0-21.23$ 0-27.40 noahdrv%noah_sfile Reference argument, Character(40), Offset: 120, Alignment: double word 0-21.23$ noahdrv%noah_slpfile Reference argument, Character(40), Offset: 160, Alignment: quadruple word 0-21.23$ noahdrv%noah_tbot Reference argument, Character(50), Offset: 330, Alignment: half word 0-21.23$ noahdrv%noah_vfile Reference argument, Character(40), Offset: 80, Alignment: quadruple word 0-21.23$ noahdrv%noah_zst Reference argument, Integer(4), Offset: 16, Alignment: quadruple word 0-21.23$ 0-33.3@ noahdrv%noahopen Reference argument, Integer(4), Offset: 0, Alignment: quadruple word 0-21.23$ 0-32.3@ noahdrv%numoutnh Reference argument, Integer(4), Offset: 4, Alignment: full word 0-21.23$ noahdrv%writeintn Reference argument, Real(4), Offset: 400, Alignment: quadruple word 0-21.23$ noahdrv_module Use associated, Nonintrinsic Module 0-17.7$ 0-17.7 noahdrvdec Use associated, Derived type definition 0-17.7$ 0-21.8 noahopen Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 0, Alignment: full word 0-17.7$ numoutnh Use associated, Integer(4), Component of Derived type definition: noahdrvdec, Offset: 4, Alignment: full word 0-17.7$ readnoahcrd Subroutine 0-15.12@ writeintn Use associated, Real(4), Component of Derived type definition: noahdrvdec, Offset: 400, Alignment: full word 0-17.7$ ** readnoahcrd === End of Compilation 1 === >>>>> FILE TABLE SECTION <<<<< FILE CREATION FROM FILE NO FILENAME DATE TIME FILE LINE 0 ../lsms/noah.20071219/readnoahcrd.F 03/09/11 11:04:51 >>>>> 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....................................... 38 1501-510 Compilation successful for file readnoahcrd.F. 1501-543 Object file created.