NOAA-EMC / NCEPLIBS-g2

Utilities for coding/decoding GRIB2 messages.
Other
7 stars 14 forks source link

Clean up utils directory #715

Closed AlysonStahl-NOAA closed 1 month ago

AlysonStahl-NOAA commented 1 month ago

Fixes #712

edwardhartnett commented 1 month ago

@AlysonStahl-NOAA sorry, I didn't notice this was still just a draft. Looks good though!

AlysonStahl-NOAA commented 1 month ago

I think this should be done now.

The file for cnvgrib would be too long if I moved all of it's subroutines into it, but I managed to condense it down to 4 total files.

The subroutines used by degrib2 are used by a test so I moved them all into one separate file.

makwmo.f90 is used by two utilities, so I kept that separate as well.