NOAA-EMC / GDASApp

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

[End-to-End Test Code Sprint] Bufr to Ioda converter for amsua #749

Open xincjin-NOAA opened 7 months ago

xincjin-NOAA commented 7 months ago

Amsua has two NCEP bufr files which need to be converted to ioda format and merged together.

xincjin-NOAA commented 7 months ago

The two ncep bufr example files are gdas.t00z.esamua.tm00.bufr_d and gdas.t00z.1bamua.tm00.bufr_d.

  1. created one json file for the converter:: bufr2ioda_ncep_amsua.json
  2. created two yaml files for the converter: bufr2ioda_combine_ncep_esamua.yml, bufr2ioda_combine_ncep_1bamua_ta.yml
  3. fix files are added: amsua_metop-c_v2.ACCoeff.nc [might need more]
  4. the following python scripts are added to transfer bufr to ioda format and merge them.
    • antcorr_application.py
    • bufr2ioda_base.py
    • bufr2ioda_combine_ncep_amsua.py
    • utils.py
      1. run_bufr2ioda.py is updated for the converter