-
Notifications
You must be signed in to change notification settings - Fork 153
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
GitHub Issue NOAA-EMC/GSI#339. The inclusion of the mixed surface type in situ observations and looser QC for in situ observations #355
Conversation
The regression tests have been done and two of them failed: 89% tests passed, 2 tests failed out of 19 Total Test time (real) = 6737.97 sec The following tests FAILED: The RT results: /gpfs/dell2/emc/modeling/noscrub/Xu.Li/regression The modified fix file is at: /gpfs/dell2/emc/modeling/noscrub/Xu.Li/git/GSI_coast/fix/global_convinfo.txt |
@XuLi-NOAA Who would you like to have review your changes? Please let me know so that I can assign them to your PR. Also, please include:
To your single commit message. To do this, within your fork's local copy:
|
Mike, See git commit --amend Please make sure you have the correct access rights It seems something else needs to be done as well. And Andrew and Emily can be the reviewers. |
@XuLi-NOAA I will assign Andrew and Emily to the PR. For the error, please try: git push origin feature/GSI_coast --force |
@MichaelLueken-NOAA : Just realized one question: I should try "git push origin feature/GSI_coast --force" in my branch or master, since I just did one more change (in analysis script, I forgot to di it previously)? |
1eff0ee
to
7bfbe12
Compare
@XuLi-NOAA All work needs to be in the feature/GSI_coast branch, otherwise it won't make it back to the PR. I see that you have added the modification to scripts/exglobal_atmos_analysis.sh. However, you need to add the issue to the commit message still. |
@MichaelLueken-NOAA : Got it and everything is OK now? |
@XuLi-NOAA You will need to add the
|
…ce in situ observations, modify global_convinfo.txt to loose O-B QC test for in situ observations, and modify exglobal_atmos_analysis.sh for smaller dmesh for surface sensetive radiances for GSI/NSST
7bfbe12
to
0d62fb5
Compare
Done |
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 am happy with these changes.
@XuLi-NOAA While looking at the differences between the global_convinfo.txt file in fix/rev2 and the modified version above, I see more changes than just the sst entries. I'm seeing the removal of several uv entries that were added by Iliana in f0aa67e (latest fix/rev2 revision) and undoing Emily's ASCAT changes (uv entries) at 384204 (second to last fix/rev2 revision). Looking at the feature/GSI_coast branch in your fork, the fix submodule is up-to-date, so I'm trying to see why the last two updates to the global_convinfo.txt file aren't in your updated version. This will need to be addressed before the modified fix file will be merged to fix/rev2. If you have any questions, please let me know. |
@MichaelLueken-NOAA : Yes, this needs to be addressed first. And I don't know the changes related to uv. |
The due date for the review committee has past with no feedback, so I will now give final approval to this update and merge it to the authoritative repository. |
GitHub Issue NOAA-EMC#339. The inclusion of the mixed surface type in situ observations and looser QC for in situ observations
GitHub Issue NOAA-EMC#339. The inclusion of the mixed surface type in situ observations and looser QC for in situ observations
Background
The too warm NSST analysis over the Pamlico Sound area has been reported by MEG people, the diagnosis of the causes has been performed. Besides the correlation length and thinning mesh, the other two causes are: (1) the in situ observations with mixed surface type are not used; (2) The threshold of the O - B QC test is too tight. The PR is to handle these two causes.
See #339
The cycling run, oprcst10 and oprcst2, have been done to test the changes and it shows expected results and the too warm Pamlico Sound issue is resolved.
It is ready to merge to the master.