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

test all aborts in the code which are caused by bad input parameters #381

Open edwardhartnett opened 1 year ago

edwardhartnett commented 1 year ago

We have a lot of cases where passing a bad parameter to a subroutine will call a bort(). These all need to be tested.

We are doing this testing with program test_bort.F90 and test script run_test_bort.sh.

edwardhartnett commented 8 months ago

Great progress here, only a few borts remain untested...