NOAA-EMC / GDASApp

Global Data Assimilation System Application
GNU Lesser General Public License v2.1
15 stars 31 forks source link

Python Converter and Json for the ADPUPA BUFR DUMP #1115

Closed PraveenKumar-NOAA closed 4 months ago

PraveenKumar-NOAA commented 4 months ago

This PR adds an ioda-converters Python script for the ADPUPA BUFR DUMP. The following two files are new:

~/ush/ioda/bufr2ioda/bufr2ioda_adpupa.py ~/parm/ioda/bufr2ioda/bufr2ioda_adpupa.json

Validation for the output obs is performed using the pressure and temperature observations directly from the input BUFR and output IODA file, please see #978. The end-to-end tests were also run.

The additional informations for the drift latitude/longitude and for the derived variables like specific humidity will be added separately.