-
Notifications
You must be signed in to change notification settings - Fork 205
Enable to read IMS data in ascii or netcdf format #4387
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
Conversation
# Description The current C++ IMS preprocessing code supports only ASCII-format input files. This PR adds support for netCDF input files to meet the requirements of reanalysis projects. Contributes to NOAA-EMC/global-workflow#4387 # Companion PRs NOAA-EMC/jcb-gdas#221 # Issues Resolves #2022 # Automated CI tests to run in Global Workflow <!-- Which Global Workflow CI tests are required to adequately test this PR? --> - [ ] atm_jjob <!-- JEDI atm single cycle DA !--> - [ ] C96C48_ufs_hybatmDA <!-- JEDI atm cycled DA !--> - [ ] C96C48_hybatmsnowDA <!-- JEDI snow cycled DA !--> - [ ] C96_gcafs_cycled <!-- JEDI aerosol cycled DA !--> - [ ] C48mx500_3DVarAOWCDA <!-- JEDI low-res marine 3DVar cycled DA !--> - [ ] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_ufsgsi_hybatmDA <!-- JEDI atm Var with GSI EnKF cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !-->
|
@jiaruidong2017 : The PR updates the GDASApp hash to from See g-w issue #4398 for details. |
|
Thanks @RussTreadon-NOAA for the reminder and I will include this. |
|
This PR has been merged into PR #4386 |
# Description The current C++ IMS preprocessing code supports only ASCII-format input files. This PR adds support for netCDF input files to meet the requirements of reanalysis projects. Contributes to NOAA-EMC/global-workflow#4387 # Companion PRs NOAA-EMC/jcb-gdas#221 # Issues Resolves #2022 # Automated CI tests to run in Global Workflow <!-- Which Global Workflow CI tests are required to adequately test this PR? --> - [ ] atm_jjob <!-- JEDI atm single cycle DA !--> - [ ] C96C48_ufs_hybatmDA <!-- JEDI atm cycled DA !--> - [ ] C96C48_hybatmsnowDA <!-- JEDI snow cycled DA !--> - [ ] C96_gcafs_cycled <!-- JEDI aerosol cycled DA !--> - [ ] C48mx500_3DVarAOWCDA <!-- JEDI low-res marine 3DVar cycled DA !--> - [ ] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_ufsgsi_hybatmDA <!-- JEDI atm Var with GSI EnKF cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !-->
Description
This PR enables to read and process the input IMS snow cover data in either ascii or netCDF format.
Resolves NOAA-EMC/GDASApp#2022
Type of change
Change characteristics
How has this been tested?
I conducted cycled experiments with DO_JEDISNOWDA=YES. These runs also require IMS snow cover observations in netCDF format.
Checklist