-
Notifications
You must be signed in to change notification settings - Fork 180
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
GFSv16.3.15 - Update to obsproc.v1.2 #2291
Comments
Update from @ilianagenkova - implementation date next Wednesday May 8th during the 12z cycle:
|
- Update the obsproc_ver to v1.2 - Update the gfs_ver to v16.3.15 Refs NOAA-EMC#2291
Updates for the upstream dependency upgrade to obsproc/v1.2. Version numbers are increased and release notes are created. Refs #2291
From May 3rd RFC memo:
|
SPA update: Due to ECE/CWD, the OBSPROC upgrade is postponed to May 09 2024 12z . |
Update from @ilianagenkova and NCO: |
Delayed to May 16th due to continued EC. From last Friday's RFC memo (date now changed):
|
Updates for the upstream dependency upgrade to obsproc/v1.2. Implemented into operations May 22nd during the 12z cycle. Refs #2291
Release created and announced to users: https://github.com/NOAA-EMC/global-workflow/releases/tag/gfs.v16.3.15 |
- Update to obsproc/v1.2.0 and prepobs/v1.1.0 - Revert back to glopara installs on Orion/Hercules - Remove default version for obsproc in config.base Refs NOAA-EMC#2291 Refs NOAA-EMC#2840 Refs NOAA-EMC#2841
@WalterKolczynski-NOAA Please install the new
|
Installed in |
Yeah, good idea. That would mean changing |
Change Orion BASE_GIT to the same as Hercules (git_rocky9). Refs NOAA-EMC#2291 Refs NOAA-EMC#2840
Updated |
Add ":-" to obsproc_run_ver variable setting for HOMEobsproc; the run.spack.ver version file is not currently sourced during forecast jobs and thus obsproc_run_ver is not set; it's not needed for forecast jobs however so allow it to be unset Refs NOAA-EMC#2291
@ADCollard Are we able to uncomment the GMI lines in
|
@KateFriedman-NOAA This can now be uncommented. |
Great, thanks for confirming @ADCollard ! I will open a separate issue/PR to take care of that. I'll ask you to be a reviewer. |
This PR updates the `develop` branch to use the newer operational `obsproc/v1.2.0` and `prepobs/v1.1.0`. The obsproc/prepobs installs in glopara space on supported platforms use tags cut from the `dev/gfsv17` branches in the respective repos. The installation of `prepobs/v1.1.0` on WCOSS2 is called "gfsv17_v1.1.0" to help avoid GFSv16 users using it instead of the operational module. Also, the `HOMEobsproc` path is updated to set an empty default for `obsproc_run_ver`. This both removes the need to set a default (and constantly update it, which is duplication) and avoid the unset variable error when the fcst jobs use their own load module script that does not know `obsproc_run_ver`: ``` export HOMEobsproc="${BASE_GIT:-}/obsproc/v${obsproc_run_ver:-}" ``` This PR also reverts the prepobs and fit2obs installs on MSU back to the glopara space from the temporary `/work/noaa/global/kfriedma/glopara` space installs. Lastly, this PR also includes updates to complete issue NOAA-EMC#2844 (merge `build.spack.ver` and `run.spack.ver`). Resolves NOAA-EMC#2291 Resolves NOAA-EMC#2840 Resolves NOAA-EMC#2844
What new functionality do you need?
Update to
obsproc.v1.2
when it is introduced in operations. Also make related GSI change to turn GMI back on.What are the requirements for the new functionality?
obsproc_ver
in version files indev/gfs.v16
obsproc_ver
in version files indevelop
obsproc.v1.2
on R&D machinesscripts/exglobal_atmos_analysis.sh
(commented out in GFSv16.3.5[6] GSI updates #1404).Acceptance Criteria
New version works everywhere.
Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: