JCSDA-internal / ioda-converters

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

Validation of [3D]-RTMA ADPUPA Data Generated Using the bufr2ioda #1451

Closed PraveenKumar-NOAA closed 4 months ago

PraveenKumar-NOAA commented 5 months ago

Description

Requirements

Acceptance Criteria (Definition of Done)

Dependencies

PraveenKumar-NOAA commented 5 months ago

ADPUPA BUFR Validation: plots were created using the input BUFR and output IODA/NetCDF files for the following observations: temperature, pressure, and wind.

Temperature plots: BUFR bufr_rtma_adpupa_temp

IODA ioda-rtma_adpupa_temp

Thera were 23297 missing values in the IODA file, and statistics are similar.

Pressure plots: BUFR bufr_rtma_adpupa_pressure

IODA ioda-rtma_adpupa_pressure

Number of total Location 30843 Thera were 19644 missing values in the IODA file, and statistics are similar.

Wind plots: BUFR bufr_rtma_adpupa_wind

IODA ioda-rtma_adpupa_wind

Number of total Location 30843 Thera were 22572 missing values in the IODA file, and statistics are similar.

PraveenKumar-NOAA commented 5 months ago

ADPUPA prepBUFR Validation: plots were created using the input BUFR and output IODA/NetCDF files for the following observations: temperature.

Temperature plots: BUFR bufr_rtma_prepbufr_adpupa_temp (3)

IODA ioda_rtma_prepbufr_adpupa_temp

PraveenKumar-NOAA commented 5 months ago

@MatthewMorris-NOAA please look at these validation plots for the [3D]-RTMA ADPUPA BUFR and prepBUFR data.

MatthewMorris-NOAA commented 5 months ago

@PraveenKumar-NOAA The figures look good, but I'm curious about the large # of missing values in the IODA files compared to the BUFR files. What is the cause of this?

PraveenKumar-NOAA commented 5 months ago

@PraveenKumar-NOAA The figures look good, but I'm curious about the large # of missing values in the IODA files compared to the BUFR files. What is the cause of this?

@MatthewMorris-NOAA I can understand your concern. A group_by variable field is required to use in these YMALs, which creates these extra missing values.