Additional variables in diag files for WDQMS#978
Conversation
ilianagenkova
left a comment
There was a problem hiding this comment.
It's interesting to see that both CAT and T29 were already used in read_prepbufr, just not written out.
Our of curiosity, is "it29" really needed to acompany "t29"? Is that to adhere to EE2 standarts?
I am not familiar with the two *sh scripts, but will trust they are fine.
|
|
WCOSS2 ctests Install Ursa ctests |
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
Changes look good.
None of our ctests directly check the changes in this PR. Have we verified that the resulting netcdf diagnostic files contain the correct information for various observation types?
Thank you for adding scripts to pull operational data off HPSS and run the GSI in observer mode. Two comments:
- Developers should understand this these scripts are examples and not off-the-shelf ready to go. Developers need to update various parts of
get_initial_files_ops.shandrungsi_v17_dev.shto fit their specific use case. They may contact us for support. - Will we maintain these two new scripts moving forward or leave them as frozen examples? The former requires extra diligence on our part. With the latter the scripts risk becoming obsolete as time progresses.
It's for these reasons that I have not previously committed rungsi scripts to develop.
We need to add removal of directory ush/run_observer to ush/prune_4nco_global.sh. NCO will not want to see ush/run_obsever in their para and prod installations of GSI.
|
Could @ADCollard or @RussTreadon-NOAA provide path to a sample cnv* diag file with T29/CAT added? We can use it for further WDQMS development (identifying the marine stations). |
|
@ilianagenkova : Sorry, I do not have any sample files. Andrew is on leave. |
|
@ADCollard , this PR can move forward when we add removal of |
|
@RussTreadon-NOAA I changed the |
|
Thank you @ADCollard for testing the prune script and fixing a bug. I don't think anyone has exercised this script in a long time. |
|
@ADCollard : I'll work with the GSI Review Committee to schedule merger of this PR into |
|
Thank you! |
This updates the GSI hash in order to make the 2m T and q ob gross checks consistent for all dates in the build_gsinfo-fix submodule. The original PRs to adjust the gross checks were #4349 and #4357. There is an additional commit as part of the GSI hash update (NOAA-EMC/GSI#978). It only impacts diagnostic output and does not change answers when cycling. Resolves #4544
This addresses #671. The
T29andCATprepbufr fields are combined at output to the netCDF diag files for T, q, uv and ps asObservation_Category.See #671 for more details.
This also includes a script for running a standalone version of the GSI.
Resolves #671
Type of change
How Has This Been Tested?
Run in standalone mode. No changes to results, just additional diagnostic outputs.
Checklist