awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/dbcmn.cmn
Brad Gonzales 632020195a Issue #628 committing PGEN code received from Plummer on 4-19-2012.
Former-commit-id: fda897d2d0 [formerly 253e8bc948] [formerly fda897d2d0 [formerly 253e8bc948] [formerly 295cbf95e5 [formerly 0816cd253c86acc699cb90866131619c4679f631]]]
Former-commit-id: 295cbf95e5
Former-commit-id: 2a3bf4ec32 [formerly ae3d17c698]
Former-commit-id: a610dcde73
2012-05-10 16:50:45 -05:00

50 lines
2 KiB
Text
Executable file

C************************************************************************
C* /DBSET/ *
C* *
C************************************************************************
CHARACTER dbdttm*20, dbstid*6, dbstns*6,
+ dbdatasrc*20, dbparms*128, dbprmfile*20,
+ dbtimes(200)*20, dbtime*20, dburi*255,
+ dbmodel*30, navtime*20, enstimes(200)*20,
+ evtname*30, ensnames*500
LOGICAL dbread, firstdb, gridtmdb, isnavtime,
+ isenstime, isevtname, isensnames
INTEGER stnindx, idbstns, stnlat, stnlon, stnelv,
+ dbstlt, dbstln, dbstel, ntotstn, igdtim,
+ dimx, dimy, ienstim, nenstim, iensmem
COMMON / DBSET /
+ dbstns(LLSTFL),
+ stnlat(LLSTFL),
+ stnlon(LLSTFL),
+ stnelv(LLSTFL),
+ dbstlt,
+ dbstln,
+ dbstel,
+ ntotstn,
+ stnindx,
+ idbstns,
+ igdtim,
+ dimx, dimy,
+ ienstim,
+ nenstim,
+ iensmem,
+ dbread,
+ firstdb,
+ gridtmdb,
+ isnavtime,
+ isenstime,
+ isevtname,
+ isensnames,
+ dbtimes,
+ enstimes,
+ ensnames,
+ dburi,
+ dbtime,
+ navtime,
+ evtname,
+ dbdttm,
+ dbmodel,
+ dbstid,
+ dbdatasrc,
+ dbparms,
+ dbprmfile