-
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
Add new data sources used in GFS v16.3.12 #2283
Conversation
* allow processing of NOAA-21 CrIS, NOAA-21 ATMS and GOES-18 CSRs
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.
Since hirs dump files are not included in the list of bufr dump files to link, we don't need to comment out B1HRS2
, B1HRS3
, and B1HRS4
. Even if the dump files exist, they are not copied or linked to the run directory. The same comment applies to ESHRS3
and HRS3DB
.
Given this, should we simply remove the variables pointing at hirs dump files instead of commenting out the line? Either approach is OK. Just asking.
The other change in exglobal_atmos_analysis.sh
is to add abi_g18, atms_n21, and cris-fsr_n21 are added OBS_INPUT
. This is correct.
@RussTreadon-NOAA I am hoping that the removal of HIRS is a temporary measure (as I think there is still a need in reanalysis) and it can be re-instated once a revised version of CRTM is installed. So I was leaving it here as a reminder. But I'd also be happy to remove it completely. |
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'm fine with what you have.
Approve.
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.
changes look good to me. Approving now.
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.
This PR looks to cover half of the checklist items in issue #1918. Will the following remaining checklist items be added to this PR when it comes out of draft mode?
- Update GSI hash to one that uses new CRTM version
- Update ufs-weather-model hash to one that uses new CRTM version
- Update UPP hash to one that uses new CRTM version
- Uncomment GMI line scripts/exglobal_atmos_analysis.sh (commented out in GFSv16.3.5[6] GSI updates #1404).
I am working on the first three. The GMI change will not go in until the obsproc v1.2 upgrade that will fix erroneous GMI dumps. |
@ADCollard Great! I will open a separate g-w issue to update to |
After merging ufs appears to compile with |
CI SUCCESS Orion at 04 05 15:37:44 Built and ran in directory |
CI SUCCESS Hera at 04 05 17:24:12 Built and ran in directory |
* upstream/develop: Flip the build for GFS and GEFS with waves (NOAA-EMC#2462) Add new data sources used in GFS v16.3.12 (NOAA-EMC#2283) The soca fix path is needed in config.prepoceanobs (NOAA-EMC#2460) Turn off reducedgrid in the EnKF (NOAA-EMC#2456) Rename generate_com to declare_from_tmpl (NOAA-EMC#2453)
Changes to
scripts/exglobal_atmos_analysis.sh
to include new data that are being operationally assimilated in GFS v16.3.12.**Note that this requires CRTM v2.4.0.1 **
Checklist