NOAA-EMC / JEDI-T2O

JEDI Transition to Operations activities.
GNU Lesser General Public License v2.1
5 stars 4 forks source link

Use Python API to convert ADPUPA prepbufr pressure data to IODA and check if this can be used with UFO seamlessly #71

Open PraveenKumar-NOAA opened 1 year ago

PraveenKumar-NOAA commented 1 year ago

Configuration

Test using fv3jedi_hofx_nomodel.x with the IODA files converted from BUFR converter

Check List

Investigate diag output from UFO

PraveenKumar-NOAA commented 1 year ago

Finished Python API version for ADPUPA prepbufr and ran bufr -> ioda. The stationPressure (POB) values looked reasonable in prepbufr and IODA files.

But when I ran hofx using this IODA file and plotted POB vs hofx, the plot is not as expected: hofx-stationPressure (1)

Preliminary analysis ObsValue/stationPressure min = 290.0 ObsValue/stationPressure max = 103100.0 hofx/stationPressure min = 58952.758 hofx/stationPressure max = 105884.055

The values below 58000 Pa are missing in hofx.

I used the following YAML for my hofx: Orion: /work2/noaa/da/pkumar/AdpupaPythonConv/YAML/HofXnbc/2021080100/gfs_hofx_nomodel_adpupa_wps_2021080100.yaml

_observations: get values: variable change: variable change name: Model2GeoVaLs hydrometeor effective radii method: gsi mask over: land observers:

@emilyhcliu @CoryMartin-NOAA any suggestions?

PraveenKumar-NOAA commented 1 year ago

@emilyhcliu after extracting pressure data for prepbufrDataLevelCategory (CAT=1), I ran bufr -> ioda -> hofx and got the following results:

hofx-wps_stationPressure

PraveenKumar-NOAA commented 1 year ago

Results from running GDASApp for ~/parm/atm/obs/testing/sondes_ps.yaml are shown in the plot, which are very similar to the one shown above:

gsi_hofx_vs_obs_sondes_ps_diag_2021080100_sondes_ps_stationPressure

PraveenKumar-NOAA commented 1 year ago

@emilyhcliu bufr -> ioda -> hofx plumbing work is completed for ADPUPA prepbufr and the hofx/GSIhofx/ObsVlaue stationPressure (for CAT=1) plots turned out very well. Let me know what you think?

PraveenKumar-NOAA commented 10 months ago

@emilyhcliu stationPressure plot:

image