-
Notifications
You must be signed in to change notification settings - Fork 183
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
GFSv16.4 - Update wave grid post to check for indicator log file #3094
Comments
Thanks Matt!
Saeideh
…On Wed, Nov 13, 2024 at 10:03 AM Matthew Masarik ***@***.***> wrote:
Fyi, @sbanihash <https://github.com/sbanihash> @JessicaMeixner-NOAA
<https://github.com/JessicaMeixner-NOAA>
—
Reply to this email directly, view it on GitHub
<#3094 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV5YRUJHABW5AUY3SOYD2N32AOH6HAVCNFSM6AAAAABRXCSQNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGM3DIOBUGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Related Issues: |
GFSv16.4 tentative code handoff is 03/31/2025. |
Thank you for the update, @KateFriedman-NOAA. Testing is underway currently on my end. |
…t/production/GFS.v16
- create initial skeleton for GFSv16.4 release notes - add WW3 script and ufs-weather-model tag updates Refs NOAA-EMC#3094
- create initial skeleton for GFSv16.4 release notes - add WW3 script and ufs-weather-model tag updates Refs NOAA-EMC#3094
Adds functionality to write an indicator log file which will signal gridded output has completed writing for a given grid and timestep Refs #3094 Refs ufs-community/ufs-weather-model#2545 Refs NOAA-EMC/WW3#1321
Thanks for the PR @MatthewMasarik-NOAA ! This issue will close once v16.4 goes into ops and I merge the release branch into the Will poke you and @JessicaMeixner-NOAA once v16.4 is in para ops testing so you can review the WW3 changes. |
That sounds good, I'll keep an eye out to review the WW3 changes. |
Description
The wave component should create a log file to indicate when a gridded output file has completed writing. The global-workflow should be modified to check for this new logfile (Note: the current workflow implementation relies on loop timing within the wave post script). The logfile name should be consistent with other components (ex, "log.${component}.f${fhr}"). To distinguish point vs. gridded output one suggestion is to use, "log.ww3.grd.f$fhr".
Companion of #2987.
Target version
v16.4
Expected workflow changes
Updates to the wave gridded post-processing script,
exgfs_wave_post_gridded_sbs.sh
.Tasks
The text was updated successfully, but these errors were encountered: