JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
9 stars 2 forks source link

Create ctest for ioda-converter of ATMS #1389

Closed smaticka closed 10 months ago

smaticka commented 10 months ago

Description

The new ioda-converter for bufr data, bufr2n_fortran.x needs a ctest to make sure it works properly on ATMS data.

The converter usage format is: bufr2nc_fortran.x -i input_dir -o output_dir bufr_filename(s)_to_convert

Issue(s) addressed

Resolves #1388

Checklist

BenjaminRuston commented 10 months ago

we should close this PR correct @smaticka as this new one does the change we want: https://github.com/JCSDA-internal/ioda-converters/pull/1400

and then a UFO ctest can be added based off the output of this new PR too