-
Notifications
You must be signed in to change notification settings - Fork 168
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 operational workflow to work with GSI develop branch #3045
Comments
Changes so far:
|
Two initial issues:
|
The source code and build for g-w
We could add There's also a
We could use this |
@ADCollard let me know if I can assist with this at all. |
Thanks @RussTreadon-NOAA and @KateFriedman-NOAA ! I will make the required module changes to bring in I tried an older version of anavinfo and it did not seem to solve my problem. The |
@ADCollard , you may need to use updated GSI utilities from NOAA-EMC/GSI-utils. The calc_analysis code was update a little over a month ago (see GSI-utils PR #53). |
@RussTreadon-NOAA Your information about GSI-utils PR #53 was the answer. |
GSI #602 removes So this option has been removed from exgdas_enkf_update.sh to avoid a failure. |
Now to turn on some new stuff! Let's start by setting |
Need to reinstate the observation monitor capability which was moved out of the develop version of the GSI repository into a new GSI-Monitor repository. Check out the version from before the directory structure was changed: We also need to take the relevant scripts from the global-workflow. This needs to be before all the directory trees were updated. So we went with global-workflow #f159d39a3b28dfcc120cdcdf87d11a611c75061f. The following files were copied:
|
@aerorahul @KateFriedman-NOAA I'm now cycling with this version of the v16 workflow adapted to run the develop version of the GSI. Do you think these changes are acceptable? Obviously I will eventually need tags for GSI, GSI-Utils and GSI-Monitor rather than checking out develop or particular hashes. |
@ADCollard Can you pull the g-w release/gfs.v16.3.21 changes into your branch so it already has the WAFS removal updates? That'll help with comparing your branch to that release. Thanks! |
@KateFriedman-NOAA I have (hopefully successfully) merged |
What new functionality do you need?
Update operational workflow to work with GSI develop branch. This mostly involves changing the links to elements that have been moved out of the GSI repository since GFSv16.3.
What are the requirements for the new functionality?
Able to cycle with v16 workflow but using a version of GSI close to develop. This will not reproduce operations.
Acceptance Criteria
Able to cycle with v16 workflow but using a version of GSI close to develop. This will not reproduce operations.
Suggest a solution (optional)
A new branch has been created in my fork to address this: gfs.v16.GSIdev
The text was updated successfully, but these errors were encountered: