-
Notifications
You must be signed in to change notification settings - Fork 159
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
Adding I/O interfaces in GSI for Analysis of Significant Wave Height (HOWV) and near-surface Wind Gust (GUST) for WRF-ARW based 3DRTMA #835
base: develop
Are you sure you want to change the base?
Conversation
ARW-ARW model forecast as firstguess.
firstguess file, then the execution of code is aborted, instead of just printing out the error message.
…avhgtwndgst_wrfarw
! contribution to the total BE of howv, so the total BE of howv is actually | ||
! just the reduced static BE of howv. If to make the analysis of howv | ||
! in hyrbid run is as similar as the analysis of howv in pure 3dvar run, | ||
! the static BE of howv used in hybrid run needs to be tuned (inflated actually). |
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.
@GangZhao-NOAA Then, how can we do the inflation for static B for howv? Did I miss it?
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.
@TingLei-NOAA
Hi Ting,
Sorry for my confusing comments in the source code.
What I mean is to give a larger background error for HOWV when running in hybrid EnVar analysis.
For example, in the pure 3dvar run of GSI the background error of HOWV is 0.30 meters. If we would like to get the similar analysis of HOWV in a hybrid EnVar run of GSI with the weight for ensemble covariances = 50%, because there is no ensemble for HOWV yet, and if we want to get the analysis of HOWV as similar as from pure 3DVar, we could NOT use 0.3 meters as the static background error, because the static background error variances is reduced by the weight (100%-50%). To compensate for this reduction in background error, we need to "inflate" 0.3 to some larger values.
My explanation comment in the source code is really misleading, I will clean off these comments before merging the code.
Thank you very much for pointing this out!
-Gang
@GangZhao-NOAA Thanks. Your inline comments are good and I just wondered if there are already existing options for user to do the inflation. If there is no, that is ok. That comment will help users/developer understand the situation. |
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.
Thanks for continual enhancements of GSI
@TingLei-NOAA Hi Ting, I realized that I should not use the word "inflat" here, since "covariance inflation" is somehow a specific term used in ensemble DA. I will change it to "increase" in my next PR. Since the process to increase the static error for HOWV and GUST are done outside of GSI code, not in GSI, so I'd better remove these comments in my next PR. Thank you again! |
Description
Motivation:
Method:
Related Issues:
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist
Here is the reports of the regression tests on WCOSS2 (Dogwood):
Here is the reports of the regression tests on Hera: