-
Notifications
You must be signed in to change notification settings - Fork 10
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
Merge GFSDA v16 changes into GSI develop #520
Comments
@emilyhcliu , a I did You know what you changed in |
@RussTreadon-NOAA Thanks for the tips. I will do a straight forward git merge, double-check the auto merge ones and look through the conflicts. |
Sounds good, @emilyhcliu . You may list me as a reviewer when we get to the PR step. |
@emilyhcliu Looking at open GSI issues, it seems closure of this issue will address GSI issue #518. What do you think @aerorahul ? |
yes, I think it will. |
I agree. Thanks for the confirmation! |
@emilyhcliu , fyi The fix submodule in NOAA-EMC/GSI A diff of
We need to get the GFS v16.3.4 updates to these ASCII GSI fix files into NOAA-EMC/GSI-fix
You may assign the PR to me. |
As @ADCollard pointed out NOAA-EMC/GSI-fix already has the updated A closer examination of
We want to retain this section in NOAA-EMC/GSI-fix. So we do not need to update NOAA-EMC/GSI-fix. The current head of NOAA-EMC/GSI-fix is consistent with the operational GFS. Sorry @emilyhcliu for the false alarm. Thank you again @ADCollard for catching my mistake. |
@RussTreadon-NOAA I am working on JEDI stuffs today. I will work on merging the v16.3 change with develop this week. |
@RussTreadon-NOAA I resolved the conflicts and committed to my local branch. The merged code compiled without problems
|
@emilyhcliu @RussTreadon-NOAA Are there any updates on this? Thanks! |
None that I am aware of. |
@RussTreadon-NOAA I am running the regression test one more time. I will turn this draft PR to a real one tonight. |
Merge GFS v16.3.4 DA changes into GSI develop.
This will be a bit complicated and need some advise.
Apparently, we can not do the two-dot syntax since the structure in the develop is very different from GFS.v16.3 release.
@aerorahul Do you have any suggestion on how to proceed with the merging the GFS.v16.3.4 DA changes into GSI develop?
I have three options for now
The First one is from @RussTreadon-NOAA.
Use
git diff develop...release/gfsda.v16
(triple dots)This should extract the list of differences from the point that we branched out gfsda.v16.3 from the develop.
Checking these changes and manually added them to the develop.
The second one is just my imagination and is a question for @aerorahul
Do you think we can try do auto merge for the GSI/src directory only between the develop and gfsda.v16.3?
The third one is open to any suggestion from @aerorahul
The text was updated successfully, but these errors were encountered: