-
Notifications
You must be signed in to change notification settings - Fork 3
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
Incorporate Sondes DA into JEDI for HAFS #16
Comments
Start with the
|
I've assigned the error as what HAFS GSI does with
|
Adding observation inflation using
|
Select the point where has max hofx difference, the location is lat=4.75 lon=285.80 FROM GSI DIAG: FROM ncdiag file converted IODA nc: |
Check the gsi and jedi geoval files to see the "air_pressure" distribution difference. GSI geofiles contains lat and lon information, so it's easier to locate the obs location that located near "4.75 285.80". From GSI For JEDI, |
Found a bug in finding the matched point index in JEDI GEOVaLs. From gsi geoval file nc: At least we know the difference in hofx shouldn't be coming from air_pressure. |
@JingCheng-NOAA, Thanks for testing this. It looks like you are using GSI-IODA but not using GSI-geovals and just letting JEDI compute its own geovals, is that correct? Did you say that you get identical results when using the GSI-geovals? Can you add the the same pressure vs hofx difference plot for when using GSI-geovals? |
Yes the results of using same GSI GeoVaLs are showed in https://github.com/NOAA-EMC/HDASApp/issues/16#issuecomment-2372193384 |
@JingCheng-NOAA, interesting. I would expect that if you get identical results with GSI-geovals then you would have identical results at levels 1-15 and still have differences elsewhere. But you might be using gph as vertical coordinate or something else instead of pressure. Check what is used in GSI. |
I checked the setupw.f90 in GSI and for this type of observations (otype=220), the GSI is using pressure levels. |
I've noticed this discussion in GDASApp, which compared the difference in Cube and Gaussian grids. This may explain our issue found in the difference of geovals in GSI and JEDI. |
Move to phase 2 for sounding data. |
Modified the bufr2ioda python script to add in MetaData/timeOffset. This variable will be used to QC the observation that fall out of time window |
Thanks to @delippi 's plotting scripts, I've checked the stats after QC for each variable. Some of the observation error still has difference. |
As the single ob DA is done within JEDI for HAFS, this issue is opened for more sounding obs DA in JEDI and comparison with GSI.
This issue will record the process for IODA file generation, JEDI yaml file for upper air DA, validation of Hx.
The text was updated successfully, but these errors were encountered: