JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
9 stars 4 forks source link

Validation of [3D]-RTMA AIRCFT Data Generated Using the bufr2ioda #1373

Closed PraveenKumar-NOAA closed 7 months ago

PraveenKumar-NOAA commented 11 months ago

Description

Requirements

Acceptance Criteria (Definition of Done)

Dependencies

PraveenKumar-NOAA commented 11 months ago

Plots are generated using the input BUFR and output NetCDF files. Temperature plots: BUFR and IODA:

bufr_temperature_nc004006

ioda-temperature_nc004006

PraveenKumar-NOAA commented 11 months ago

Plots are generated using the input BUFR and output NetCDF files. Wind plots: BUFR and IODA:

bufr_wind_nc004006

ioda-wind_nc004006

PraveenKumar-NOAA commented 11 months ago

@MatthewMorris-NOAA @nicholasesposito please check these validation plots for the [3D]-RTMA AIRCFT data.

MatthewMorris-NOAA commented 11 months ago

The plots look good!

nicholasesposito commented 11 months ago

Looks good to me!

PraveenKumar-NOAA commented 11 months ago

A few more validation plots were created using the following AIRCFT subset:

Temperature plots: BUFR and IODA:

bufr_temperature_nc004103

ioda-temperature_nc004103

Wind plots: BUFR and IODA:

bufr_wind_nc004103

ioda-wind_nc004103

nicholasesposito commented 11 months ago

Looks good

MatthewMorris-NOAA commented 11 months ago

The plots look good. Do you know why there are a few more obs in the IODA figures?

PraveenKumar-NOAA commented 11 months ago

The plots look good. Do you know why there are a few more obs in the IODA figures?

@MatthewMorris-NOAA thanks, these number of obs are probably less than 0.05% in IODA figures and I think this is due to some of the variables type change, like an integer to float conversion.

PraveenKumar-NOAA commented 11 months ago

@MatthewMorris-NOAA A few more validation plots that were created using the ioda-converters [3D]-RTMA AIRCAR YAML and for the following subset:

NC004004 --- MTYP 004-004 Automated MDCRS (ARINC to NCEP) (BUFR)

Temperature plots: BUFR and IODA:

bufr_temperature_nc004004

ioda-temperature_nc004004

Wind plots: BUFR and IODA:

bufr_wind_nc004004

ioda-wind_nc004004

MatthewMorris-NOAA commented 11 months ago

Overall, the figures look good. My only question is why there are fewer obs in the BUFR wind speed figure relative to the other figures?

PraveenKumar-NOAA commented 11 months ago

@MatthewMorris-NOAA thanks, I will check it out.

PraveenKumar-NOAA commented 7 months ago

@MatthewMorris-NOAA the length of wind data is 77074 in bufr data, which is similar to what listed in ioda plot above. There are a total of 137 missing values in wind data and are not counted into the bufr plot.

wind= [4.6] wind= [9.3] wind= [--] wind= [1.] wind= [3.1]

The statistics are same in both plots, hence there are no issues with the aircar yaml and validation plots.

MatthewMorris-NOAA commented 7 months ago

@PraveenKumar-NOAA Thanks for the info! Looks good!

PraveenKumar-NOAA commented 7 months ago

Completed and closed.