Skip to content
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

Closed
RussTreadon-NOAA opened this issue Sep 13, 2023 · 3 comments · Fixed by #1858
Closed

Update exglobal_atmos_analysis.sh with gfs.v16.3.9 changes #1857

RussTreadon-NOAA opened this issue Sep 13, 2023 · 3 comments · Fixed by #1858
Assignees
Labels
feature New feature or request

Comments

@RussTreadon-NOAA
Copy link
Contributor

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

    atmsbufr       atms        n21         atms_n21            0.0     1     1
    crisfsbufr     cris-fsr    n21         cris-fsr_n21        0.0     1     0

from the OBS_INPUT section of the GSI namelist in exglobal_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 maintains exglobal_atmos_analysis.sh for the development GSI. As such, this issue is opened to get the above two line change into g-w exglobal_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 in exglobal_atmos_analysis.sh.

@RussTreadon-NOAA
Copy link
Contributor Author

@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

    atmsbufr       atms        n21         atms_n21            0.0     1     1
    crisfsbufr     cris-fsr    n21         cris-fsr_n21        0.0     1     0

back to exglobal_atmos_analysis.sh.

@KateFriedman-NOAA
Copy link
Member

Thanks for that note @RussTreadon-NOAA ! I updated the checklist in issue #1356 to reflect that potential change to-do.

@RussTreadon-NOAA
Copy link
Contributor Author

Create feature/update_gfsv1639 for work to be done in this issue.

RussTreadon-NOAA added a commit to RussTreadon-NOAA/global-workflow that referenced this issue Sep 13, 2023
@WalterKolczynski-NOAA WalterKolczynski-NOAA removed the triage Issues that are triage label Sep 13, 2023
WalterKolczynski-NOAA pushed a commit that referenced this issue Sep 14, 2023
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants