Go to the documentation of this file.
36 subroutine gf_unpack6(cgrib,lcgrib,iofst,ngpts,ibmap,bmap,ierr)
38 character(len=1),
intent(in) :: cgrib(lcgrib)
39 integer,
intent(in) :: lcgrib,ngpts
40 integer,
intent(inout) :: iofst
41 integer,
intent(out) :: ibmap
42 integer,
intent(out) :: ierr
43 logical*1,
pointer,
dimension(:) :: bmap
45 integer :: intbmap(ngpts)
58 if (ngpts.gt.0)
allocate(bmap(ngpts),stat=istat)
68 if (intbmap(j).eq.0) bmap(j)=.false.
subroutine gf_unpack6(cgrib, lcgrib, iofst, ngpts, ibmap, bmap, ierr)
This subroutine unpacks Section 6 (Bit-Map Section) starting at octet 6 of that Section.
subroutine g2_gbytec(IN, IOUT, ISKIP, NBYTE)
This subrountine is to extract arbitrary size values from a packed bit string, right justifying each ...
subroutine g2_gbytesc(IN, IOUT, ISKIP, NBYTE, NSKIP, N)
This subrountine is to extract arbitrary size values from a packed bit string, right justifying each ...