-
Notifications
You must be signed in to change notification settings - Fork 104
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
RRFS: Use the 10-m wind gust calculation from RAP / HRRR #876
Conversation
…calculation has stylistic adaptations from its original code in "INITPOST.F".
@jaymes-kenyon thanks so much for the quick turnaround on this! One quick item - I recommend turning off the smoothing. A couple years ago we reviewed the smoothing that was applied in RAP/HRRR and elected not to apply the smoothing for RRFS. Would you mind turning it off? |
If the new method verifies better with observations, can it be applied to all UFS applications ? Can someone run a few tests using HAFS, GFS and GEFS forecasts ? |
Thanks, @JacobCarley-NOAA. I disabled the smoothing of the PBLHGUST array in the latest commit. The resulting differences are mostly small and noisy (see below; no_smooth minus smooth), but some coastal areas show more appreciable differences. Thanks again! |
Thanks @jaymes-kenyon this looks good! |
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.
@jaymes-kenyon thank you for working on this
@jaymes-kenyon Please sync your branch with the latest UPP develop. |
@jaymes-kenyon It seems to me that your branch wasn't synced in right way. Some changes from merged PRs are added. |
@WenMeng-NOAA — I had some difficulty getting my branch synched with EMC/develop, but I think the PR is ready now. |
@FernandoAndrade-NOAA You may start the UPP RTs on Hera and Orion. For your reference, my RT results on Hera at /scratch1/NCEPDEV/stmp2/Wen.Meng as:
The changes are on GUEST field for fv3r, 3drtma and hafs. |
My RT results on Hera and Orion are consistent with yours, looks good! |
This PR is ready for merging. |
This addresses issue #874.
For RRFS applications, the 10-m wind gust calculation is updated to use a PBL height that is diagnosed from the theta-v profile, rather than the Ri profile. This makes the RRFS wind-gust diagnostic almost identical to that used in RAP / HRRR.
Note that this internal PBL height calculation is used only for diagnosing the 10-m wind gust; i.e., this PBL height is independent of the PBL height that is calculated within the model itself (MYNN scheme).
Lastly, note that horizontal smoothing of the intermediate "PBLHGUST" array (in MDLFLD.f) is not applied in RRFS applications. Smoothing of this array (subsequently used in the gust calculation) was done in RAP / HRRR applications. In this sense, the proposed RRFS gust diagnostic does not strictly follow the RAP / HRRR formulation.
Testing results are shown in the comments below. Copying @joeolson42 and @EricJames-NOAA for their awareness.