-
Notifications
You must be signed in to change notification settings - Fork 35
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
some confusions about the GWD schemes #212
Comments
@WChen-NOAA I can understand your confusion. There have been a lot of changes to the GWD schemes in FV3 over the past few years. For the upcoming GFSv17, we are moving away from the older "v0" GWD schemes and towards the 'unified_ugwpv1' CCPP scheme. I can't speak for WAM implementation as I don't have experience with this. But I will try to answer your questions:
I hope this helps, but I can imagine you may have some more questions. It will help me understand your question if you tell me which versions of the code you would like to use -- GFSv16 or GFSv17 prototypes. |
Our WAM code currently based on GFSv16 prototypes (some options changed for WAM using). Recently we need to update our package. And we want to use the v17_p8 CCPP suite as the base. Then, I need to know the changes of all the schemes and make sure we used the proper options for using the GWDs. |
@mdtoyNOAA
I have some confusion while reviewing the GWD schemes and setting up my tests.
gwdps.f
(callgwdps_run
) and the other isugwp_driver_v0.F
(callGWDPS_V0
, this code seems to contain some corrections and WAM implementation).In the headlines of the unified ugwp (
unified_ugwp.F90
), it saidBut in this code
unified_ugwp.F90
only use thegwdps.f
and call the "gwdps_run
".Any reason for this?
orogw_v1
, I think this code is based on the script ofugwp_driver_v0
).But I found (v0 highlighted in red, v1 highlighted in green)In
ugwp_driver_v0
used the deg for the calculation while inorogw_v1
using rad. I found the units oftheta
is degree.Not quite sure that, in
orogw_v1
, it might usephiang = theta(j)*deg_to_rad - phiang
The text was updated successfully, but these errors were encountered: