-
Notifications
You must be signed in to change notification settings - Fork 150
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
CCPP Framework will no longer support unit "flashes 5 min-1" #1047
Comments
Files that need to be updated (probably not an inclusive list):
|
Some additional details: This is planned to be pulled into feature/capgen of the ccpp-framework and the current process stops at the first file (GFS_typedefs.meta in this case) and changing the units will result in the script stopping at the next file (maximum_hourly_diagnostics.meta). |
There's quite a lot of other files that need to be changed. The UPP, UFS, FV3, SCM, CCPP, and the RRFS scripts all need to be updated for this. You're changing the units of an operational product. We can't break RRFS to fix capgen. I think what needs to happen is:
All six (seven?) repositories will have to be updated close to the same time to avoid breaking things. Doing it this way ensures at every step that people will know to update the variable names. In other words, everything breaks or works consistently. You don't end up with units off by a factor of 300 (flashes per second). Instead, you get an error message or a field of missing values. We need to coordinate this with the people running the RRFS parallel (Ming Hu, Shun Liu) and the UPP code manager (Wen Meng). |
This is fixed in ufs-community#182 |
Description
All instances of "flashes 5 min-1" should be changed to "min-1" (as "flashes" is also not a standard unit) before the transition from prebuild to capgen can occur. Any conversion/scaling will need to be handled by the host model and/or post-processing.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Additional Context
In expanding our framework testing, we discovered that an update to add validation for units has broken the SCM testing because the framework does not recognize "flashes 5 min-1" as a valid unit.
The framework group has decided that, since this is not a standard unit, the framework will not be updated to handle it.
Output
N/A
The text was updated successfully, but these errors were encountered: