-
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
Revised calculation of wind GUST for UFS applications #637
Revised calculation of wind GUST for UFS applications #637
Conversation
@wzzheng90 I would suggest to add the following changes:
|
I added your suggestions for 1) and 2). Thanks!! |
GFS output PBL height as "hpbl" in netcdf. The UPP read it as pblh (see here) The line 3777 is for assigning gfs's pblh as pblri. I checked rrfs and hafs model history files. The hpbl is included. So I might think the modelname "FV3R" should be added in line 3777 to keep all ufs models consistent. |
Maybe I did not explain it clearly. My point is that the PBL height from RRFS or HAFS model would not be derived based on Richardson number (different PBL schemes), so here it needs to re-calculate. I am not clear why here it needs Ri-based PBL height. |
@wzzheng90 Are you meaning at model side, global FV3 and regional FV3 use different schemes to calculate PBL height? In that case, there is no need to add change in line 3777. |
@WenMeng-NOAA yes, using different PBL schemes. However, it may need to evaluate the results against the Obs to see which one is better in the future. |
The UPP RT tests were completed on WCOSS2, Hera and Orion. The baselines for gfs and hafs and rrfs will be recreated due to gust calculation update.
|
I will proceed to merging this PR and skip the CI failure from intel build. That failure have no impact on UPP performance on WCOSS2 and other HPC platforms. The fix could be implemented later. |
* Revised calculation of wind GUST for UFS applications * Revised calculation of wind GUST for UFS applications * Revised Calculation of Wind Gust for UFS Applications * Revised calculation of wind GUST for UFS applications * Revised calculation of wind GUST for UFS applications
This PR is to address the issue "Gust wind weaker than mean wind in GFS" #636 (#636).