NOAA-EMC / NCEPLIBS-bufr

The NCEPLIBS-bufr library contains routines and utilites for working with the WMO BUFR format.
Other
44 stars 19 forks source link

complete test coverage for openbf.f #356

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

This code is untested:

      ELSE IF(IO.EQ.'INUL') THEN
         CALL WTSTAT(LUNIT,LUN,-1,0)
         IF(LUNIT.NE.LUNDX) CALL READDX(LUNIT,LUN,LUNDX)
         NULL(LUN) = 1
edwardhartnett commented 1 year ago

This was done by one of @jbathegit recent PRs. Thanks Jeff!