-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add specific humidity to the ADPUPA BUFR Python Converter #1193
Comments
The specific humidity informations were extracted from the prepBUFR codes, added to the ADPUPA BUFR Converter. Run the converter and created the IODA/ netCDF file. The following plots were created for the BUFR and prepBUFR specificHumidity using the IODA/netCDF files created using the BUFR and prepBUFR converters, respectively. |
Analysis for BUFR data: Analysis for prepBUFR data: It seems that prepBUFR QC reduced the number of obs from 45594 to 32005. @emilyhcliu please look at this. |
BUFR (corrected) vs prepBUFR analysis for specificHumidity: BUFR - Total Count: 37556 Max: 0.027 Min: 0.000 Mean: 0.003 Std: 0.004 The updated plot of specificHumidity for BUFR: Plot for prepBUFR: @emilyhcliu please check these plots and data analysis for specificHumidity. |
@nicholasesposito please look at the sH plots for BUFR vs prepBUFR. |
Most of the data points look the same, which I think is good. The max, min and std are the same, which is also good, though the mean is slightly different. It's hard to say if that's ok since the values are so low to begin with. Two things I think you should look into.
|
This PR adds specificHumidity to the ADPUPA BUFR DUMP Python API. The following file has been changed: ~/ush/ioda/bufr2ioda/bufr2ioda_adpupa.py The specificHumidity is calculated using the dewPoint and pressure. The information is extracted from the prepBUFR codes and also documented. The validation of the output obs is performed using the specificHumidity from the prepBUFR data. For more details, please check: #1193 Co-authored-by: Praveen Singh <[email protected]>
The main goal of this issue is to:
The text was updated successfully, but these errors were encountered: