-
Notifications
You must be signed in to change notification settings - Fork 154
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 for direct analysis of near-surface wind gust for RRFS-based 3DRTMA #730
Adding I/O for direct analysis of near-surface wind gust for RRFS-based 3DRTMA #730
Conversation
for RRFS-based 3DRTMA (fv3-lam firstguess).
into feature/windgust_in_3dvar_for_3drtma
…7efe53fd053ca9cc69033f847f7) into feature/windgust_in_3dvar_for_3drtma
feature/windgust_in_3dvar_for_3drtma
feature/windgust_in_3dvar_for_3drtma (4884b18)
into feature/windgust_in_3dvar_for_3drtma
into feature/windgust_in_3dvar_for_3drtma
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.
Looks good Gang.
@GangZhao-NOAA Updated version: where is the updated surface wind stored ? if they are in fv3_sfcdata, should this change cause regional regression tests fail if the regression tests compare those files? |
Hi Ting,
Yes, 2-D wind gust field (and 2-D Significant Wave Height field) is stored
in sfcdata.nc4 file. Because current regional regression tests do not have
the configurations for 3drtma, any wind gust and wave height related code
will not be invoked in any regression tests. So current regression tests
are good. Not sure if a 3drtma regression test task would be added into the
regression test list of GSI.
Thank you!
…-Gang
On Tue, Apr 2, 2024 at 9:57 AM TingLei-NOAA ***@***.***> wrote:
@GangZhao-NOAA <https://github.com/GangZhao-NOAA> so the updated surface
wind is stored in the files as :fv3_sfcdata, right? Seems the current
regional tests don't compare them from the control runs and updt runs and,
hence, changed results in it doesn't cause the regional tests report the
differences. Would you consider to add this comparison into the regional
regression tests?
—
Reply to this email directly, view it on GitHub
<#730 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMWMXUYVXHFPQ4CZVW63W2TY3K2NRAVCNFSM6AAAAABFKCI6ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZSGEYTOOJTGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
into feature/windgust_in_3dvar_for_3drtma
@TingLei-NOAA Thank you so much for diving in the "cplr_get_fv3_regional_ensperts.f90" and confirming that the ensemble perturbations arrays (used to provide ensemble error covariance) are initialized as zeros (in subroutine get_fv3_regional_ensperts_run) Thanks again! -Gang |
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 Thanks for doing this development with a clean "GSI " style.
Also thanks for your explanation/clarifications. Now, all look good to me.
adding more comments to explain the usage of corp_gust/hwllp_gust/oerr_gust for analysis of wind gust in 3drtma.
adding more comments to explain the usage of corp_gust/hwllp_gust/oerr_gust for analysis of wind gust in 3drtma.
on WCOSS2 (Dogwood): all 7 tasks passed, too.
|
Description
To improve the analysis of the near-surface wind gust in 3DRTMA, the observations of near-surface wind gust would be analyzed directly in GSI (3DVar and Hybrid 3DEnVar), instead of being a derived product from the near-surface wind analysis.
Since the core subroutines for direct variational assimilation of wind gust (e.g., setupgust.f90, intgust.f90, stpgust.f90, etc.) had already been implemented in GSI for 2DRTMA, so in the work the development in GSI mainly focus on adding I/O of 2-D wind gust firstguess and analysis fields for RRFS-based 3DRTMA, and some minor modifications in observation and background error for wind gust, options to control the analysis of wind gust, etc.
This PR is to address the issue #726 : Adding I/O for direct analysis of near-surface wind gust for RRFS-based 3DRTMA
Fixes #726
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist
tested with a real case - 2024-02-20_12:00Z,
The following figure shows the used observations of near-surface wind gust:
the following figure shows the analysis increments:
Here is the reports of the regression tests on WCOSS2 (Cactus):
Here is the reports of the regression tests on Hera (Rocky8):
Note:
_When I was running the regression tests, GSI code was just updated to the latest commit #b53740a7. Considering the frequent update in EMC GSI code recently and saving the time, after this PR has been reviewed and approved by peer-reviewers, I will update the code to latest EMC GSI commit, then re-run the regression tests for final approval.