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

Demonstrate how to replace strnum() with standard fortran internal read() #408

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

Part of #369

@jbathegit take a look at the code in test_misc.F90. Doesn't it do everything that strnum() does, using only standard Fortran internal reads?

edwardhartnett commented 1 year ago

Whoops, messed this one up. I'll try again...