NOAA-EMC / RDASApp

Regional DAS
GNU Lesser General Public License v2.1
1 stars 8 forks source link

dateTime/lat/lon are missing when converting a single ob radiosonde prepbufr to ioda format #72

Closed guoqing-noaa closed 3 months ago

guoqing-noaa commented 3 months ago

I created a single observation radiosonde prepbufr file at: /scratch1/BMC/wrfruc/gge/RDASApp/rrfs-test/obs/120.singleobs.prepbufr My converting yaml file is: /scratch1/BMC/wrfruc/gge/RDASApp/rrfs-test/obs/bufr_ncep_prepbufr_adpupa.yaml

I ran bufr2ioda.x bufr_ncep_prepbufr_adpupa.yamland got an ioda netcdf file: /scratch1/BMC/wrfruc/gge/RDASApp/rrfs-test/obs/adpupa_singleob.nc4

When I ncdump this file, I found that dateTime, lat/lon have no data which crashed my fv3jedi single obs test. image

guoqing-noaa commented 3 months ago

Does anyone have any thoughts on this? Thanks!

guoqing-noaa commented 3 months ago

This problem has been resolved. I modified bufr_ncep_prepbufr_adpupa.yaml and made it work.