-
Notifications
You must be signed in to change notification settings - Fork 177
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
APP=S2S free forecast fails after model tag update. #977
Comments
My first thought was something with diag_table, but that wasn't changed in that PR. |
@WalterKolczynski-NOAA you had the correct hunch. I got a tip from @yangfanglin who got cc-ed on an email from @JessicaMeixner-NOAA to someone who also encountered the same failure, instructing to remove the following lines from
and
Doing so, allowed the model with I should have scrolled up in the failed log to notice:
Even so, I wouldn't have known what it meant, rather than just peek my curiosity about why the model would be writing out "wave variables" for a non-wave configuration. Thank you @yangfanglin and @JessicaMeixner-NOAA for the solution. |
These variables are for evaluating wave-ocean coupling in prototypes. These will not be variables output in operations, so perhaps it's time to take these out as P8 has completed. I'll open a PR with this removal and check to make sure there's no other updates that need to be taken out, such as in the archiving. |
A branch with the proposed fix is here: https://github.com/JessicaMeixner-NOAA/global-workflow/tree/bug/s2sapp I'll submit a PR after a S2S free forecast job test has succeeded. |
Expected behavior
Free-forecast with
APP=S2S
should work. Instead the model fails.Current behavior
Free-forecast with
APP=S2S
got broken after the model hash was updated as part of PR #946. The corresponding model hash is9ae617
. The previous model hashb97375c
worked withAPP=S2S
.Machines affected
Likely all.
To Reproduce
An example log file for the above experiment is at:
An example log file for the model hash
b97375c
(working)The text was updated successfully, but these errors were encountered: