-
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
Unify read interfaces for FV3 global and regional models in UPP code #450
Comments
Per @yangfanglin 's recommendation, UPP output column PWAT read from FV3 based models instead of calculated in UPP.
|
@WenMeng-NOAA @yangfanglin Good to know model computed PWAT and UPP computed PWAT are similar. |
By 03/28/2022:
|
@HuiyaChuang-NOAA Here are my proposal for merging branch post_fv3_unify:
Please let me know your thoughts. Thanks! |
@WenMeng-NOAA your proposal sounds good. Should I still ask all three new diag tables including GFS one to be committed to UFS repo? |
I would think RRFS and HAFS are fine. You might ask @junwang-noaa, @yangfanglin and @JessicaMeixner-NOAA for GFS. |
@WenMeng-NOAA I'd like to push for commit of all three tables. I think it's easier logiscally. If you don't have objection, I will contact Jun on how to proceed |
@HuiyaChuang-NOAA If you are talking about updating the diag tables at ufs I would defer the question to @junwang-noaa. From inline post perspective, the read interface unifying has been applied. I might concern about unexpected changes in UFS RT tests. Jun should know about more than me. Thanks! |
In UPP code, FV3 global model (GFS) uses read interface INITPOST_GFS_NETCDF_PARA and FV3 regional models (RRFS/HAFS) use read interface INITPOST_NETCDF. With unified diag table (proposed by Huiya) implemented at UFS, it is time to unify read interface for FV3 based models.
The text was updated successfully, but these errors were encountered: