-
Notifications
You must be signed in to change notification settings - Fork 177
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
Remove the GTS BUFR2IODA part of the snow obs prep job #2900
Remove the GTS BUFR2IODA part of the snow obs prep job #2900
Conversation
Replace it with a direct read from BUFR at runtime.
@jiaruidong2017 |
Thanks @aerorahul for your suggestions. |
This should partially solve #2902 |
gts_config = parse_j2yaml(self.task_config.GTS_LIST, localconf) | ||
logger.debug(f"{self.task_config.GTS_LIST}:\n{pformat(gts_config)}") | ||
|
||
# Generate bufr2ioda mapping YAML files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to generate this? is it not static?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you are right. I made the changes to both PRs. Thanks @CoryMartin-NOAA
parm/config/gfs/config.snowanl
Outdated
@@ -9,6 +9,7 @@ echo "BEGIN: config.snowanl" | |||
source "${EXPDIR}/config.resources" snowanl | |||
|
|||
export OBS_LIST="${PARMgfs}/gdas/snow/obs/lists/gdas_snow.yaml.j2" | |||
export GTS_LIST="${PARMgfs}/gdas/snow/obs/config/bufr2ioda_mapping.yaml.j2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I would be more descriptive here and name this GTS_SNOW_STAGE_YAML
unless other reviewers find this too verbose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made changes as suggested.
Will merge GDASApp PR whenever others are ready, then that hash can be updated here before CI testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending update to GDAS hash.
This PR removed the GTS BUFR2IODA part of the snow obs prep job, and replaced it with a direct read from BUFR snow data at runtime by the JEDI executable. This PR contributes to NOAA-EMC/global-workflow#2900 --------- Co-authored-by: Cory Martin <[email protected]>
7de1360
@WalterKolczynski-NOAA GDAS hash has been updated. Thanks. |
Build FAILED on Hera in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (link) |
CI Passed on Hera in Build# 2
|
|
Automated global-workflow Testing Results:
|
CI Passed on Hercules in Build# 3
|
All CI Test Cases Passed on Wcoss2:
|
c6e3262
into
NOAA-EMC:develop
Description
This PR removed the GTS BUFR2IODA part of the snow obs prep job, and replaced it with a direct read from BUFR snow data at runtime by the JEDI executable.
This PR depends on NOAA-EMC/GDASApp#1276
Type of change
Change characteristics
How has this been tested?
Checklist