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.
why do we need to generate this? is it not static?
There was a problem hiding this comment.
Yes, you are right. I made the changes to both PRs. Thanks @CoryMartin-NOAA
| 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.
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.
Made changes as suggested.
|
Will merge GDASApp PR whenever others are ready, then that hash can be updated here before CI testing |
WalterKolczynski-NOAA
left a comment
There was a problem hiding this comment.
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 <cory.r.martin@noaa.gov>
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: |
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 <cory.r.martin@noaa.gov>
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