-
Notifications
You must be signed in to change notification settings - Fork 176
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
Update exglobal_atmos_analysis.sh with gfs.v16.3.9 changes #1857
Comments
@KateFriedman-NOAA brought to my attention issue #1356, GFS v16.3.10. Part of this planned implementation is to turn on assimilation of NOAA-21 radiances. If this occurs, GFS v16.3.10 will need to add the lines
back to |
Thanks for that note @RussTreadon-NOAA ! I updated the checklist in issue #1356 to reflect that potential change to-do. |
Create feature/update_gfsv1639 for work to be done in this issue. |
…1858) GFS v16.3.9 was implemented 20230911 12Z. The following changes were implemented into operations: - turns off ingest of NOAA-21 radiances into the GSI, - PlanetIQ GPSRO and NOAA-20 OMPS (Ozone Mapping and Profiler Suite) Ozone retrievals will be actively assimilated, - OMPS observation errors will be adjusted. g-w PR #1852 brought these changes into g-w branch [`dev/gfs.v16`](https://github.com/NOAA-EMC/global-workflow/tree/dev/gfs.v16). This PR brings the same changes into g-w `develop`. Fixes #1856 Fixes #1857 Related to, but not dependent on, GSI [#621](NOAA-EMC/GSI#621)
What new functionality do you need?
This issue is not requesting a new functionality. It is opened instead to update
exglobal_atmos_analysis.sh
with changes from gfs.v16.3.9.One of the changes in gfs.v16.3.9 was to turn off ingest of NOAA-21 radiances in the GSI. This was achieved by removing the following lines
from the
OBS_INPUT
section of the GSI namelist inexglobal_atmos_analysis.sh
While operational GSI still maintains
exglobal_atmos_analysis.sh
in the GSI repository, this is not true for the development GSI. g-w maintainsexglobal_atmos_analysis.sh
for the development GSI. As such, this issue is opened to get the above two line change into g-wexglobal_atmos_analysis.sh
.What are the requirements for the new functionality?
The updated
exglobal_atmos_analysis.sh
script will not process NOAA-21 radiances.Acceptance Criteria
The updated
exglobal_atmos_analysis.sh
script does not process NOAA-21 radiances.Suggest a solution (optional)
As with GFS v16.3.9, remove the two NOAA-21 lines noted above from the
OBS_INPUT
namelist inexglobal_atmos_analysis.sh
.The text was updated successfully, but these errors were encountered: