-
Notifications
You must be signed in to change notification settings - Fork 30
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
Modifies how 15 minute output is processed #592
Modifies how 15 minute output is processed #592
Conversation
output for 15 minute products. Strips out TCOLW and TCOLI from the subh output (got removed from product list long ago).
comment in post script of command needed to use it.
from the full hourly file. Hasn't yet been tested for a full forecast (to see if there are issues beyond f018) or with prdgen script (which will need work).
Details may need to change, but believe this removes a need for subhourly prdgen jobs.
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.
@MatthewPyle-NOAA I left two comments but the changes look good to me. It will be great to not have to run the prdgen task at subhourly times anymore.
scripts/exrrfs_post.sh
Outdated
# expect this will need to be changed due to future umbrella directory changes | ||
tm15=${DATA}/../rrfs_post_${envir}_${cyc}_f0${fhrm1}-45-00/PRSLEV.GrbF${fhrm1}.45 | ||
tm30=${DATA}/../rrfs_post_${envir}_${cyc}_f0${fhrm1}-30-00/PRSLEV.GrbF${fhrm1}.30 | ||
tm45=${DATA}/../rrfs_post_${envir}_${cyc}_f0${fhrm1}-15-00/PRSLEV.GrbF${fhrm1}.15 |
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.
Yes this directory structure will likely need to be updated but this is fine for now.
is available, and to exit if it isn't after ~10 minutes. Also cleaned up the formatting for the new material to make the nested if blocks clearer.
apply the 15 minute aggregating within exrrfs_post.sh
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.
@MatthewPyle-NOAA Thanks for the additional changes. If you were able to complete a successful test with POSTPROC_SUBH_LEN_HRS then I can go ahead and re-approve this PR.
Thanks @BenjaminBlake-NOAA - I made a fresh test that worked well. So if you think I've defined it where it is needed, I think we're good. |
DESCRIPTION OF CHANGES:
TESTS CONDUCTED:
Machines/Platforms:
Test cases:
ISSUE:
CONTRIBUTORS (optional):