164 SUBROUTINE getgb(LUGB,LUGI,JF,J,JPDS,JGDS,
165 & KF,K,KPDS,KGDS,LB,F,IRET)
166 INTEGER JPDS(200),JGDS(200),KPDS(200),KGDS(200)
169 parameter(mbuf=256*1024)
171 SAVE cbuf,nlen,nnum,mnum
175 IF(lugi.GT.0.AND.(j.LT.0.OR.lugi.NE.lux))
THEN
178 ELSEIF(lugi.LE.0.AND.(j.LT.0.OR.lugb.NE.lux))
THEN
186 CALL getgbm(lugb,lugi,jf,jj,jpds,jgds,
187 & mbuf,cbuf,nlen,nnum,mnum,
188 & kf,k,kpds,kgds,lb,f,iret)
subroutine getgb(lugb, lugi, jf, j, jpds, jgds, kf, k, kpds, kgds, lb, f, iret)
Find and unpack a grib message.
subroutine getgbm(lugb, lugi, jf, j, jpds, jgds, mbuf, cbuf, nlen, nnum, mnum, kf, k, kpds, kgds, lb, f, iret)
Read a grib index file (or optionally the grib file itself) to get the index buffer (i....